body{
    font-family: 'Open Sans', sans-serif;
    width: 100vw;
    overflow-x: hidden;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}


h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 14pt;
  font-weight: 400;
}

p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14pt;
  font-weight: 300;
}

.section-title{
  text-align: center;
  font-size: 35pt;
  margin-bottom: 20px;
}

.section-subtitle{
    text-align: center;
    margin-bottom: 40px;
}

.white-text{
  color: #fff;
}

.section{
  padding: 40px 0px;
}

.dark-green{
  background-color: #008747;
}

.light-green{
  background-color: #97a484;
}

.cobalt{
  background-color: #325e89;
}

.black{
  background-color: #000;
}

.helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

hr{
  width: 100px;
  border-top: 2px solid grey;
  margin-left: auto;
  margin-right: auto;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: black;
    border-color: black;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;
}

.btn:hover {
    background: black;
    color: #fff;
}

.white-btn{
    color: white;
    background: transparent;
    border-color: white;

}

.white-btn:hover {
    background: white;
    color: black;
}

.center{
  text-align: center;
}

.small-margin-bottom{
  margin-bottom: 10px;
}

button:focus{
  outline: none;
}

/* ----------- Nav ----------- */

.nav{

  padding: 10px 40px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  width: 100vw;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 101;
  -webkit-transition: 0.5s ease; /* Safari */
  transition: 0.5s ease;
}

.darkHeader{
  background-color: rgba(255, 255, 255, 0.9);
}


.logo{
  height: 70px;
  margin-right: 20px;
  float: left;
}

.logo  img{
  height: 100%;
}

.main-nav{
  margin-top: 20px;
  font-size: 17px;
  float: right;
  margin-right: 0;
  text-align: right;
}

.main-nav  ul {
  text-decoration: none;
  list-style: none;
}

.main-nav  ul li{
  display: inline-block;
  margin-left: 1vw;
}

.main-nav  ul  li  a{
  display: block;
  padding: 2px 10px;
  text-decoration: none;
  text-transform: uppercase;;
  letter-spacing: 0.1em;
  color: #fff;
  border: none;
  border-radius: 7px;
  transition: background-color 0.35s ease;
  transition: color 0.7s ease;
}

.darkHeader .main-nav ul  li  a{
  color: #000;
}

.darkHeader .logo img {
  width:175px;
  height:70px;
  box-sizing:border-box;
  padding-left: 175px;
  /*width of the image*/
  background: url(../Assets/WavelineLogo-C.png) left top no-repeat;
  background-size: cover;
}

.main-nav a:hover{
  color: rgba(255,255,255,0.5);
  }


#menu-toggle{
  display: none;
}

  /* ----------- Header ----------- */
  .header{
    background-image: url(../Assets/about-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    width: 100vw;
  }

  .header-overlay{
    position: absolute;
    height: 650px;
    width: 100vw;
    top: 0;
    background-color: rgba(0,135,71,0.4);
    text-align: center;
  }

  .home-slider-title{
    color: #fff;
    font-size: 50pt;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-weight: 600;

  }

  .home-slider-title-container{
    height: 650px;
  }

    /* ----------- About ----------- */

    .about-content{
      text-align: center;
      margin: 20px 0px;
    }

    .case-section{
      background-color: #fff;
      padding: 40px 40px;
    }

    .case-section-border{
      border-left: 1px solid grey;
      border-right: 1px solid grey;
    }

    .border-left{
      border-left: 1px solid grey;
    }

    .border-right{
      border-right: 1px solid grey;
    }

    .border-right-white{
      border-right: 10px solid white;
    }

    .border-bottom-white{
      border-bottom: 10px solid white;
    }

    .border-bottom{
      border-bottom: 1px solid grey;
    }

    .case-container{
      background-color:white;
    }

    .case-title{
      margin-top: 10px;
      font-size: 24pt;
    }

    #cases{
      background-image: linear-gradient(to bottom, rgba(50,94,137,0.6) 0%, rgba(50,94,137,0.6) 100%), url(../Assets/blue-curve.jpg);
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
    }


    .testimonial{
      font-family: 'Open Sans';
      font-size: 16pt;
      font-weight: 300;
      text-align: center;
    }

    .signature{
      font-size: 14pt;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
    }

    .testimonial-container{
      margin-bottom: 20px;
    }

    .testimonial-slider{
      display: none;
    }

    .testimonial-pagination ol{
    list-style: none;
    width:100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
    margin-bottom: 0px;
    }

    .testimonial-pagination ol li{
        border: 1px solid #325e89;
        border-radius: 50%;
        display: inline-block;
        width:12px;
        height:12px;
        cursor: pointer;
    }

    .active{
      display: block;
    }

    .active-dot{
      background-color: #325e89;
    }

    .cta-text{
      color: white;
      text-align: center;
    }

    .cta-section{
      padding: 80px 0px;
    }

    .footer-text{
      font-family: 'Montserrat', sans-serif;
      font-size: 10pt;
      margin-bottom: 0px;
    }

    .footer{
      padding: 25pt 0pt;
    }


/* ----------- About Page ----------- */

.about-page-title{
  color: #fff;
  font-size: 50pt;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 600;
  width: 100%;
}

.about-header{
  background-image: url(../Assets/about-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 650px;
  width: 100vw;
}

#competencies{
  background-image: linear-gradient(to bottom, rgba(0,135,71,0.6) 0%, rgba(0,135,71,0.6) 100%), url(../Assets/competency.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.headshot{
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-top: 20px;
}

.leadership-name{
    font-weight: 600;
    font-size: 20pt;
}

.leadership-title{
  margin-top: 0px;
}

.leadership-quote{
  margin: 30px 0px;
  padding: 40px 0px;
}

/* ----------- Services Page ----------- */
.services-header{
  background-image: url(../Assets/services-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 650px;
  width: 100vw;
}

#services{
  background-image: linear-gradient(to bottom, rgba(50,94,137,0.8) 0%, rgba(50,94,137,0.8) 100%), url(../Assets/blue-curve.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* ----------- Case-Studies Page ----------- */
.case-studies-header{
  background-image: url(../Assets/services-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100vw;
}

.small-header-overlay{
  position: absolute;
  height: 450px;
  width: 100vw;
  top: 0;
  background-color: rgba(0,135,71,0.6);
  text-align: center;
}

.small-home-slider-title-container{
  height: 450px;
}

.case-study-container{
  padding: 20px;
  height: 275px;;
}
.case-study-title{
  font-size: 18pt;
  background-color: #fff;
  padding: 10px 0px;
  margin-top: 0px;
  overflow-x: hidden;
}

.case-study-img{
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 150px;
}

.spacer{
  padding: 0px 10px;
}

.COM{
  background-image: linear-gradient(to bottom, rgba(0,135,71,0.8) 0%, rgba(0,135,71,0.8) 100%), url(../Assets/COMcase.png);
}

.PHC{
    background-image: linear-gradient(to bottom, rgba(0,135,71,0.8) 0%, rgba(0,135,71,0.8) 100%), url(../Assets/PHcase.png);
}

.gutter{
  border-left: white solid 10px;
  border-right: white solid 10px;
}

/* ----------- SPBD ----------- */

.SPBD-header{
  background-image: url(../Assets/SPBD-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100vw;
}

.COM-header{
  background-image: url(../Assets/SPBD-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100vw;
}

.PH-header{
  background-image: url(../Assets/SPBD-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100vw;
}

.indent{
  text-indent: 50px;
}

.case-body{
  font-size: 24px;
}

.case-img-wrapper{
  padding: 40px 20px;
  margin: 40px 0px;
}

.case-img{
  width: 100%;
  height: auto;
}
