/* VARIABLES */
/* MAIN */
body {
  padding-top: 90px;
}

#main-wrapper {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  color: #5c5c5c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}

nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 90px;
  position: relative;
  background-color: white;
}

a.nav-link {
  color: #2e7ac0 !important;
  font-size: 14px;
}

.navbar-brand {
  height: 100%;
}
.navbar-brand img {
  height: 55px;
}
.custom-navbar-brand img {
  height: 35px;
}


.customNav-logo{
    position:relative;
    top:25%;
}

.navbar-nav {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-item {
  margin-left: 10px;
}
.nav-item a {
  font-weight: 200;
}

.signup-link {
  background-color: #2e7ac0;
  padding-left: 10px;
  padding-right: 10px;
}
.signup-link a {
  color: white !important;
  font-weight: bold;
}

.signup-link:hover {
  background-color: #3699ea;
}

.login-link {
  border: 1px solid #2e7ac0;
  padding-left: 10px;
  padding-right: 10px;
}
.login-link a {
  font-weight: bold;
}

.login-link:hover {
  background-color: #f2f2f2;
}

.btn-outline {
  color: white;
  background: transparent none;
  border: 1px solid white;
  margin: 0;
}
.btn-outline:hover {
  color: #b3b3b3;
  border-color: #b3b3b3;
}

.button {
  text-decoration: none;
  border: none;
  font-size: 17px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

#gradient {
  width: 100vw;
  height: 30px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.gradient {
  background: #4151a6;
  /* Old Browsers */
  background: -webkit-linear-gradient(bottom left, #4151a6, #10866e);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom left, #4151a6, #10866e);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom left, #4151a6, #10866e);
  /*Fx 3.6-15*/
  background: linear-gradient(bottom left, #4151a6, #10866e);
  /*Standard*/
}

footer {
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: #a3a3a3;
  font-size: 12px;
}
footer a {
  color: white;
}

/* HOME */
#overview-section {
  position: relative;
  width: 100vw;
  min-height: 80vh;
  color: white;
}
#overview-section img {
  width: 100%;
  height: 85vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  display: block;
}
#overview-section a {
  text-decoration: none;
}
#overview-section div.overview {
  margin-top: 35vh;
  margin-left: 6vw;
  position: absolute;
  right: 0;
}
#overview-section div.overview h1 {
  font-size: 50px;
}
#overview-section div.overview .buttons {
  margin-top: 50px;
}
#overview-section div.overview .buttons .button .btn-outline {
  padding: 6% 8% 6% 8%;
}
#overview-section div.overview .summary-pane {
  width: 50vw;
  padding: 3%;
  background-color: #10866e;
  text-align: left;
}
#overview-section div.overview .summary-pane h2 {
  font-weight: 200;
  font-size: 50px;
}
#overview-section div.overview .summary-pane p {
  font-size: 23px;
  font-weight: 300;
}
#overview-section div.overview #btn-get-started {
  color: #10866e;
  background-color: white;
}
#overview-section div.overview #btn-get-started:hover {
  background-color: #f2f2f2;
}
#overview-section div.overview #btn-learn-more {
  background: #10866e;
  color: white;
}
#overview-section div.overview #btn-learn-more:hover {
  background-color: #26ab8c;
}

#details-section {
  min-height: 200px;
  background-color: white;
  width: 100vw;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
}
#details-section .row {
  padding: 30px;
}
#details-section .check img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 27px;
  height: 27px;
}
#details-section .header-text {
  text-align: center;
  margin: 0 auto;
  color: #2e7ac0;
}
#details-section h4 {
  text-align: center;
  font-weight: bold;
  color: #2e7ac0;
  font-size: medium;
}
#details-section .detail {
  text-align: center;
  margin: 10px 70px ;
  color: #5c5c5c;
  font-size: medium;
}
#details-section h4 {
  padding-top: 10px;
}

#reassurance-section {
  position: relative;
}
#reassurance-section img {
  position: absolute;
  width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}
#reassurance-section .pane {
  width: 33vw;
  padding: 3%;
  margin: 150px auto;
  background-color: #10866e;
  text-align: left;
}
#reassurance-section .pane h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 200;
  font-size: 40px;
  color: white;
}

#demo-section {
  min-height: 800px;
  justify-content: center;
  text-align: center;
  background-color: white;
}
#demo-section img {
  width: 93%;
}
#demo-section h4 {
  padding: 15px;
}
#demo-section img:after {
  align-self: center;
  content: "";
  height: 1px;
  width: 50%;
  margin: 40px auto;
  background-color: #a3a3a3;
  display: block;
}
#demo-section h2 {
  color: #2e7ac0;
  font-size: 1.7rem;
}
#demo-section #signup-button-container {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  /* Need a specific value to work */
}
#demo-section #signup-button-container a {
  text-decoration: none;
}
#demo-section #signup-button-container a .button {
  color: white;
  background-color: #2e7ac0;
}
#demo-section #signup-button-container a:hover .button {
  background-color: #3699ea;
}
#demo-section #signup-button-container p {
  font-size: 15px;
}

#employer-section {
  position: relative;
  min-height: 250px;
  padding: 4%;
  color: white;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 200;
}
#employer-section h2 {
  font-size: 35px;
}
#employer-section h4 {
  margin-left: 12%;
  margin-right: 12%;
}

#learn-button-container {
  margin-left: auto;
  margin-right: auto;
  width: 140px; /* Need a specific value to center */
  
}
#learn-button-container .button {
    font-size: 13px;
    height: 35px;
    padding: 8px;
    margin-top: 20px;
}

#employer-section #learn-button-container a {
  text-decoration: none;
}
#employer-section #learn-button-container a .button {
  color: #2e7ac0;
  background-color: white;
  text-decoration: none;
}
#employer-section #learn-button-container a:hover .button {
  background-color: #f2f2f2;
}

/* CAREER ADVISERS */
#tagline-section {
  position: relative;
}
#tagline-section img {
  position: absolute;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  z-index: -1;
  overflow: hidden;
}
#tagline-section .pane {
  width: 33vw;
  padding: 3%;
  margin: 150px auto;
  background-color: #10866e;
  text-align: left;
}
#tagline-section .pane h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 200;
  font-size: 40px;
  color: white;
}

#contact-us h3 {
  text-align: center;
  color: #2e7ac0;
}
#contact-us p {
  text-align: center;
}
#contact-us .form-wrapper {
  margin-top: 60px;
}
#contact-us .button-container {
  text-align: center;
}
#contact-us .button-container button {
  background-color: #2e7ac0;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#contact-us button:hover {
  background-color: #3699ea;
}

/* ELEMENTS */
section {
  border: none;
  padding: 0;
}

/* MEDIA QUERIES */
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   > 1280      - widescreen monitor
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 2000px) {
    #main-wrapper {
        margin: 0 auto;
        width: 75%;
    }
    
    #overview-section .overview {
        margin-left: auto;
        margin-right: 21%;
    }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  #overview-section .overview {
    margin-top: 35vh !important;
  }
  #overview-section .overview .summary-pane {
    width: 65vw !important;
    padding: 3% !important;
    background-color: #10866e !important;
    text-align: left !important;
  }
  #overview-section .overview .summary-pane h2 {
    font-weight: 200 !important;
    font-size: 45px !important;
  }
  #overview-section .overview .summary-pane p {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  #overview-section .overview .buttons p {
    font-size: 18px;
  }
  #overview-section .overview .buttons #btn-get-started {
    text-align: center;
  }
  #overview-section .overview .buttons #btn-learn-more {
    font-size: 21px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .login-link {
    border: none;
  }

  #overview-section .overview {
    margin-top: 30vh !important;
  }
  #overview-section .overview .summary-pane {
    width: 65vw !important;
    padding: 3% !important;
    background-color: #10866e !important;
    text-align: left !important;
  }
  #overview-section .overview .summary-pane h2 {
    font-weight: 200 !important;
    font-size: 45px !important;
  }
  #overview-section .overview .summary-pane p {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  #overview-section .overview .buttons p {
    font-size: 14px;
  }
  #reassurance-section .pane {
    width: 50vw;
  }
}
@media all and (max-width: 480px) {
  nav .navbar-brand img {
    padding: 10px;
    height: 70px;
  }
  nav .login-link {
    border: none;
  }

  #overview-section {
      height: 100vh;
  }
  
  #overview-section .overview {
   margin-top: 10vh !important;
  }
  #overview-section .overview .summary-pane {
    width: 100vw !important;
    padding: 3% !important;
    background-color: #10866e !important;
    text-align: left !important;
  }
  #overview-section .overview .summary-pane h2 {
    font-weight: 200 !important;
    font-size: 45px !important;
  }
  #overview-section .overview .summary-pane p {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  #overview-section img {
    object-position: 3%;
  }
  #details-section {
    background-color: white;
    width: 100vw;
    font-family: "Libre Franklin", sans-serif;
    font-size: 20px;
  }
  #details-section .row {
    padding: 20px;
  }
  #details-section .check img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
  }
  #details-section .header-text {
    text-align: center;
    color: #2e7ac0;
  }
  #details-section .header-text h2 {
    font-weight: bold;
  }
  #details-section .detail {
    margin: 10px 0px 50px;
  }

  #reassurance-secttion img {
      height:100%;
  }
  #reassurance-section .pane {
    margin-top: 100%;
    width: 100vw;
  }
  #reassurance-section .pane h2 {
    font-size: 30px;
  }

  #tagline-section .pane {
    width: 100vw;
  }
  #tagline-section .pane h2 {
    font-size: 30px;
  }
  
  #demo-section {
    background-color: white;
    min-height: 500px;
    width: 100vw;
    z-index: 1;
  }
  
  #demo-section img {
    width: 100%;
  }

  #employer-section h2 {
    font-size: 30px;
  }
  #employer-section h4 {
    font-size: 22px;
    margin: 0;
  }
  #employer-section p {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  footer {
    font-size: small;
  }
}
/* CSS for iPhone, iPad, and Retina Displays */

/*# sourceMappingURL=styles.css.map */
