a {
  color: #29235c;
  text-decoration: underline;
}

a:hover {
  color: #19134c;
  text-decoration: none;
}

.jumbotron {
  background-color: transparent;
}

html body .box {
  background-color: #ffffff;
  border: 2px #29235c solid;
  border-radius: 20px;
  color: #29235c;
  margin-bottom: 1rem;
  padding: 1rem;
}

html body .box h2,
html body .box h4 {
  color: #29235c;
}

html body .box_orange {
  background-color: #ffffff;
  border: 2px #f9b233 solid;
  border-radius: 20px;
  color: #333333;
  margin-bottom: 1rem;
  padding: 1rem;
}

html body .box_orange h2,
html body .box_orange h4 {
  color: #333333;
}

html body .invert_blue {
  background-color: #38a8e0;
  border-radius: 20px;
  color: #ffffff;
}

html body .invert_blue h2,
html body .invert_blue h4 {
  color: #ffffff;
}

html body .invert_dark {
  background-color: #29235c;
  border-radius: 20px;
  color: #ffffff;
}

html body .invert_dark h2,
html body .invert_dark h4 {
  color: #ffffff;
}

html body .invert_orange {
  background-color: #f9b233;
  border-radius: 20px;
  color: #ffffff;
}

html body .invert_orange h2,
html body .invert_orange h4 {
  color: #ffffff;
}

html body .invert_white {
  background-color: #ffffff;
  border-radius: 20px;
  color: #38a8e0;
}

html body .invert_white h2 {
  color: #38a8e0;
}

html body .number {
  display: inline-block;
  border-radius: 30px !important;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
  font-size: 2rem;
}

.orange {
  color: #f9b233;
}

/**


=================================


**/

section:first-child {
  margin-top: 0px;
}

section {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  /*box-shadow: 0px 20px 50px 10px rgba(255,255,255,0.5);*/
  /*margin-top: 300px;*/
}

section h1 {
  font-size: 2rem;
  margin-bottom: 12px;
  margin-top: 16px;
}

section h2 {
  color: #38a8e0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 24px;
}

section h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-top: 6px;
  color: #666666;
}

section h4 {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #666666;
}

section {
  margin-top: 60x;
  margin-bottom: 60px;
  overflow: hidden;
}

.card {
  margin-bottom: 2rem;
}

.card-img {
  border-bottom-right-radius: 1rem;
}

/*
@media (min-width: 992px)
{
    section h1 {
        color: #fff;
    }
    section#mission {
        background-image: url(images/riccardo-annandale-140624-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    section#team {
        background-image: url(images/headway-537308-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    section#contact {
        background-image: url(images/aaron-burden-123584-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .iconsideleft, .iconsideright {
        display: block !important;
    }
}
*/

.icon {
  width: 130px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
  display: inline-block;
  margin-left: 30px;
  margin-top: 20px;
}

.icon:first-child {
  margin-left: 0px;
}

.icon .fas {
  color: #386fb5;
  width: 100%;
  font-size: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cardicon {
  border: none;
}

.cardicon .fas {
  width: 100%;
  text-align: center;
  color: #386fb5;
  font-size: 70px;
  margin-left: 10px;
  margin-top: 14px;
  margin-bottom: 6px;
}

.cardpeople {
  position: relative;
  min-height: 240px;
}

.card-body {
  padding-right: 50px;
}

.card-icons {
  text-align: center;
  position: absolute;
  width: 50px;
  right: 0px;
  top: 12px;
  font-size: 30px;
  color: #777777;
}

.card-icons .fas {
}

.app-logo {
  height: 30px;
}

.logoat {
  padding-top: 5px;
  display: inline-block;
}

.iconsideleft,
.iconsideright {
  display: none;
  text-align: center;
}

.iconsideleft i,
.iconsideright i {
  font-size: 300px;
  color: #fff;
  /*
    position: absolute;
    left: -50px;
    */
  opacity: 0.5;
}

.iconsideright i {
  left: none;
  right: -100px;
}

.textside {
}
