/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700'); */

@font-face {
    font-family: 'WebFont';
    src: url(fonts/WebFont-Normal/metric-web-regular.eot), url(fonts/WebFont-Normal/metric-web-regular.woff), url(fonts/WebFont-Normal/metric-web-regular.woff2);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'WebFont-Bold';
    src: url(fonts/WebFont-Bold/metric-web-bold.eot), url(fonts/WebFont-Bold/metric-web-bold.woff), url(fonts/WebFont-Bold/metric-web-bold.woff2);
    /* font-style: normal;
    font-weight: 100; */
}
html {
  scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'WebFont', sans-serif;
    font-weight: 100;
    color: #0e1318;
}
.calendly-badge-content:hover {
  color: #383838 !important;
}



h1 {
    font-family: 'WebFont', sans-serif;
    font-weight: 100;
    font-size: 60px;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*---Navigation--*/
.navbar {
    font: WebFont 23px/29px;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    background: rgba(0, 0, 0, 0.85)!important;
    margin-bottom: -80px;
}
.navbar-brand img {
    height: 3rem;
}
.navbar-nav li {
    padding-right: 4rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: white;
    
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: black;

}

.navbtn {
    background-color: #5D4EA2;
    color: white;
}

.navbtn:hover {
  border-color: #5D4BA4;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #5D4BA4;
  /* border: #5D4BA4; */
}



.introbtn {
    border: 2px solid #5D4EA2;
    border-radius: 5px;
    opacity: 1;
    margin: 1.2rem 2.7rem;
    font-size: 1rem;
    padding: 0.2rem 3rem;
    color: black;

} 
a.button {
    display: inline-block;
    padding: 0.5em 1.6em;
    box-sizing: border-box;
    text-align: center;
    width: 200px;
    margin: 0.5rem;
    border: 4px solid #5D4BA4;
    border-radius: 4px;
    opacity: 1;
    /* text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35); */
    color: black;
    text-decoration: none;
    font: Bold 18px WebFont;
    
}

a.button3 {
  display: inline-block;
  padding: 0.5em 1.6em;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  margin: 0.5rem;
  border: 4px solid transparent;
  border-radius: 4px;
  opacity: 1;
  /* text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35); */
  color: black;
  text-decoration: none;
  font: Bold 18px WebFont;
}
a.button:hover {
    border-color: #5D4BA4;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: transparent;
}
a.button3:hover {
  border-color: transparent;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: transparent;
}
a.button2 {
  display: inline-block;
  padding: 0.3em 1.6em;
  box-sizing: border-box;
  text-align: center;
  margin: 0.5rem 1.6rem 0.3rem 0.9rem;
  border: 2px solid #5D4BA4;
  border-radius: 4px;
  opacity: 1;
  /* text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35); */
  color: black;
  text-decoration: none;
}
a.button2:hover {
  border-color: #5D4BA4;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: transparent;
  
}
a.btn-outline:hover {
  color: #F2F2F2;
}

/*--- landing page --*/
.intro-section {
    height: 100vh;
    background: url("img/Worthy_DC.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-family: "WebFont" !important;
}
#works h2, h5 {
  font-family: "WebFont-Bold";
}
.intro-headline-container h5 {
  font-family: "WebFont";
}
#howit {
  font-family: "WebFont" !important;
}
#casestudy h2 {
  font-family: "WebFont-Bold";
}

.intro-headline-container {
  position: absolute;
  top: 260px;
  left: 70px;
  width: 650px;
}
.intro-headline-container h5 {
  margin-top: 35px;
}
.buttoncontainer {
  margin-top: 45px;
}
.container {
    margin-top: 5rem;
}
.container h2 {
    margin-top: 2rem;
}
.col-md {
  padding-left: 15px;
  padding-right: 15px;
}
.card {
    background: #F2F2F2;
    opacity: 1;
    border-radius: 5px;
    border-color: transparent;
    border-width: 2px;
}

.card-header {
    text-align: center;
    color: #5D4BA4;
    background-color: #F2F2F2 ;
    
}
#testimonial {
  font: Bold 18px/24px WebFont;
  
  border-color: transparent;
  margin-top: 10px;

}
#contact {
  padding-top: 1px;

  margin-top: 70px;

}
 /* FORMS
    ----------------------------------------------- */

    .hp-form-row {
        margin-bottom: 20px;
      }
  
      .hp-form-row input,
      .hp-form-row select,
      .hp-form-row textarea {
        border: none;
        border-bottom: 1px solid white;
        width: 100%;
        text-align: left;
        background: #343a40;
        color: white;
      }
  
      .hp-form-row textarea {
        border: 1px solid #585858;
      }
  
      .styled-select select {
        display: block;
        padding: 10px 10px 10px 13px !important;
        max-width: 100%;
        height: auto !important;
        border-radius: 3px;
        background: url("../../assets/img/select-arrow.png") right center no-repeat;
        background-color: #fff;
        color: #444444;
        font-size: 12px;
        line-height: 16px !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
      }
  
      .styled-select select option {
        outline-width: 0px;
        padding: 0 4px;
      }

  
      select::-ms-expand {
        display: none;
      }
  
      select:disabled::-ms-expand {
        background: #f60;
      }
  
      input[type="file"] {
        display: none;
        border: none;
        width: max-content;
        outline: none;
      }
  
      .custom-file-upload {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
      }
  
      .custom-file-upload:hover {
        border: 1px solid #888;
        color: #1a1a1a;
      }
  
      label {
        font-size: .9rem;
        position: absolute;
        left: 32px;
      }
  
      form em {
        color: #FF0000;
      }
  
      .submit-button {
        background-color: #de5a58;
        color: white;
        border: none;
        padding: 10px 40px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
      }
  
      .submit-button:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
      }
  
      .submit-button:active {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
        background-color: #fd6865;
        outline: none;
      }
  
      form input::placeholder {
        color: white;
        font-size: 1rem;
        opacity: 1;
      }
      .copyright {
        margin-top: 1rem;
      }
      #contact {
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
  
      #social-icons {
        margin-bottom: 20px;
      }
  
      #social-icons a {
        color: #de5a58
      }
  
      #social-icons a:hover,
      #social-icons a:focus {
        color: #383838;
        /* color: rgb(245, 102, 62); */
      }
  
      #social-icons a:focus {
        outline-style: none;
      }
  
      .social-address-block {
        border-left: solid 1px black;
      }
      .col-5 p {
        margin-bottom: 0;
        margin-top: 3px;
      }
      .small, small {
        font-size: 75%;
      }
      #testimonial .small, small {
        font-size: 70%;
      }



@media (max-width: 1200px) {

    .intro-section {
        background-image: url("img/Worthy_DC_mobile.png");
        width: 100%;
        background-position: 10% 50%;
        background-size: cover;
    }

    .intro-headline-container {
        margin-top: 0;
    }

    .button-container {
        margin-left: 0;
    }
    a.button {
    
    padding: 0.3em 1.6em;
    box-sizing: border-box;
    text-align: center;
    margin: 0.5rem 1.4rem 0.3rem 0.9rem;
    }
}

@media (max-width: 992px) {

    h1 {
        font-size: 26px;
    }

    h5 {
        font-size: 16px;
    }

    .intro-section {
        background-image: url("img/Worthy_DC_mobile.png");
        width: 100%;
        background-position: 50% 50%;
        background-size: cover;
    }

    .intro-headline-container {
          left: 100px;
        /* margin-top: 3rem; */
    }

    .button-container {
        margin-left: 0;
    }
    form label {
        left: 10px;
    }
    a.button {
        display: inline-block;
        padding: 0.3em 1.6em;
        box-sizing: border-box;
        text-align: center;
        margin: 0.5rem 1.4rem 0.3rem 0.9rem;
    }
  
}

    
@media (max-width: 767px) {

    h1 {
        font-size: 26px;
    }

    h5 {
        font-size: 16px;
    }
    .intro-section {
        background-image: url("img/Worthy_DC_mobile.png");
        width: 100%;
        background-position: 70% 50%;
        background-size: cover;
    }
    

    .intro-headline-container {
        top: 250px;
        left: 70px;
    }

    .button-container {
        margin-left: 0;
    }

    .h-100 {
        margin-left: 0px;
    }
    a.button {
      margin: 1px;
      padding: 0.3em;
    }
    /* .navbar {
      font: WebFont 23px/29px Circular Std;
      font-size: 0.9rem;
      letter-spacing: 0.1rem;
      background: rgba(0, 0, 0, 0.7)!important;
      margin-bottom: -80px;
  } */

@media (max-width: 575px) {

    h1 {
        font-size: 26px;
    }

    h5 {
        font-size: 16px;
    }

    .intro-section {
        background-image: url("img/Worthy_DC_mobile.png");
        width: 100%;
        background-position: 50% 50%;
        background-size: cover;
        max-height: 500px;
    }

    .intro-headline-container {
        left: 60px;
        top: 130px;
    }

    .caption h1 {
        font-size: 1.3rem;
        
        letter-spacing: 0rem;
        padding-bottom: 1rem;
    }
    
    .caption h5 {
        padding-bottom: 0.8rem;
        font-size: 0.8rem;
    }
    a.button {
        margin: 1px;
        padding: 0.3em;
        width: 117px;
        font: Bold 13px Circular Std;
    }
    a.button3 {
      padding: 0;
      border: 0;
      margin: 15px 0 0 0;
      width: 150px;
      font: Bold 13px Circular Std;
    }
    .intro-headline-container h5 {
      margin-top: 12px;
    }
    .buttoncontainer {
      margin-top: 12px;
    }
}