#abouthead {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 45%;
  background-size: cover;
  height: 60VH;
}

#abouthead .intro-text {
  padding-top: 150px;
  padding-bottom: 20px;
}

@media (min-width:768px) {
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 20px;
  }
}

@media (min-width:768px) {
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
  }
}

header.masthead .intro-text .intro-lead-in {
  font-size: 25px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

@media (min-width:768px) {
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #f1f8ff;
  }
}

@media (min-width:768px) {
  header.masthead .intro-text .intro-lead-out {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    color: #f1f8ff;
  }
}

header.masthead .intro-text .intro-lead-out {
  font-size: 22px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #f1f8ff;
}

.header-span {
  background-color: rgba(0,0,0,0.15);
  padding: 10px;
}

footer {
  background-color: #191e24;
  color: #cdcdcd;
  font-family: Montserrat, sans-serif;
}

ul.social-buttons li a {
  background-color: #212529;
}

a {
  color: #ffffff;
}

a:hover {
  color: #43cea2;
}

#bottom-strip {
  color: #cdcdcd;
  text-align: center;
  background-color: #151a1f;
  font-family: Montserrat, sans-serif;
  padding-right: 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-top: -15px;
  width: 100%;
}

.btn-primary {
  background-color: #185a9d !important;
  margin-top: 15px;
  color: #fff;
  border-color: #185a9d;
}

#block-services {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

#contact-form {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  background-image: url("../../assets/img/desk-color-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

section {
  padding: 50px 0px;
  background-color: rgba(24,90,157,0.15);
}

#person-icon {
  Background-color: #43cea2;
  width: 40px;
}

::selection {
  background-color: #dddddd;
}

#btn-form {
  width: 220px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #185a9d;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #43cea2!important;
  border-color: #43cea2!important;
  color: #ffffff;
}

#al-shrink {
  color: #fff;
}

header.masthead {
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
  height: 45vh;
  min-height: 320px;
}

header.masthead {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  min-height: 320px;
}

h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

#contact-form h3 {
  background-color: rgba(255,255,255,0.5);
  margin-bottom: 15px;
}

#contact-form p {
  background-color: rgba(255,255,255,0.6);
  font-weight: 600;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #43cea2;
}

