/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}
#header{
    background: rgba(40, 58, 90, 0.9);
}
#hero {
    height: 66vh;
    /*background-image: url(https://mdbcdn.b-cdn.net/img/new/slides/120.jpg);*/
    background-image: url('../assets/img/business-people-1.jpg');
    background-size:cover;
}
/*#overlay {
    background-size: cover; background-color: #334564;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 3.8;
    }*/
/*h3 strong {
    color: #FED401
}*/
.services .icon-box .icon i {
    color: #FED401;
    font-size: 36px;
    transition: 0.3s;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #f3f5fa;
}
.w-160 {
    width:160px
}
.cta h3 {
    font-size: 3rem;
}
.boldBlack {
    color:black; font-weight:bold;
}