/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/economy-1.jpg") no-repeat 50% 35%;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.bio-img {
  height: 130px;
}

.projects-header{
  font-size: 4rem;
}

.fa-bars{
  color: white;
  font-size: 12px !important;
}

.navbar-fixed-top {
  margin-bottom: 0;
  background-color: white;
  z-index: 9999;
  border: 0;
  font-size: 1rem !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
  transition:background-color 200ms linear;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    border: none;
    outline: none;
    padding: .5rem;
    border-radius: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    border: none;
    outline: none;
    border-radius: 0px !important;
}

.dropdown-item {
  text-transform: none;
  box-sizing: border-box;
  color: #00a99d;
}

.dropdown-item:hover {
  border-color: #00a99d !important;
  border-left: solid 5px;
  color: #00a99d !important;
}

@media (min-width: 1024px) {
  .small-div{
    height: 300px;
    overflow: hidden;
  }

  .small-div-2 {
    height: 250px;
    overflow: hidden;
  }

  .small-div-3 {
    height: 285px;
    overflow: hidden;
  }

  .bio-img {
    height: 185px;
  }
}

.small-div {
  max-height: 310px;
  overflow: hidden;
  transition: all .3s ease;
}

.big-div {
  max-height: 10000px;
}

.small-div-2 {
  max-height: 310px;
  overflow: hidden;
  transition: all .3s ease;
}

.small-div-3 {
  height: 310px;
  overflow: hidden;
}

.inside {
  list-style-position: inside;
}

.navbar-toggler {
  font-size: 1px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #00a99d;
}

.nav-link{
  color: #00a99d !important;
  font-weight: 700;
}

a:hover {
  text-decoration: none !important;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.about-heading{
  padding-top: 1rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.clientImage {
  background-color: inherit;
}

.clientImage:hover img {
  opacity: 0.4;
}

.rounded {
  border-radius: 1rem !important;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/brand-footer.png") no-repeat right center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action-2 {
  position: relative;
  background-color: #0d6937;

  background-size: cover;

}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.card-custom{
  background-color: rgba(0, 0, 0, 0.03);
}

.btn-custom {
  background-color: #00a99d;
  color: #ffffff;
  border-color: #00a99d;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
  background-color: #00847b;
  color: #ffffff;
  border-color: #00847b;
}

.btn-white {
  background-color: #ffffff;
  color: #00a99d;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open>.dropdown-toggle.btn-white {
  background-color: #00847b;
  color: #ffffff;
  border-color: #00847b;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-text {
  padding: 70px 0;
}
