@import '/css/font.css';

.collapse, .collapsing{
    font-size: 1rem;
}

body {
  margin: auto;
  width: 100%;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

#banner {
  padding-top: 25px;
  min-height: 634px;
  background-image: url('/img/banner.jpg');
  background-size: cover;
}

.nav {
  background-color: #2a719c;
  opacity: 0.8;
}

.nav .nav-link:hover {
  color: #24292b;
}

.navbar {
  opacity: 0.8;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar ul {
  text-shadow:none !important;
}
.jumbotron {
  color: white;
  margin-bottom: 0;
}

#banner.jumbotron .display-4 {
  margin-top: 75px;
}

.jumbotron .display-4 {
  font-family: Patuaone;
}

.jumbotron p {
  font-family: "Proxima Nova";
  text-shadow: 1px 0px #333;
}
.jumbotron ul {
  text-shadow: 1px 0px #333;
}

.jumbotron a {
  color: white;
  font-family: "Proxima Nova Semibold"
}

.navbar-light .navbar-nav .nav-link {
  color: #2a719c;
  font-family: Patuaone;
  font-size: x-large;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  height: 90px;
}

.strip-link {
  height: 5px;
  background-color: #2a719c;
  width: 60%;
  margin: auto;
}

.strip {
  height: 17px;
  background-color: #2a719c;
}

#infographic {
  min-height: 449px;
  margin-top: 25px;
  padding-top: 50px;
  padding-bottom: 25px;
  background-image: url('/img/infographic-background.jpg');
  background-size: cover;
  display:none;
}

#infographic .stats {
  text-align: center;
}

#infographic .info {
  font-family: Patuaone;
  font-size: larger;
}

#infographic .stat {
  font-family: "Proxima Nova Thin";
  font-size: 45px;
}

.button-down {
  font-size: x-large;
  margin-top: 20px;
}

#services {
  background-color: white;
  padding-bottom: 25px;
}

#services h2 {
  margin-top: 50px;
  color: #2a719c;
  font-family: Patuaone;
}

@media (min-width: 992px) {
  #services .gradient-box {
    margin-left: -50px;
  }
}

#services .gradient-box {
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #2a719c; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #2a719c , #a6bc38); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #2a719c, #a6bc38); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #2a719c, #a6bc38); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #2a719c , #a6bc38); /* Standard syntax (must be last) */
}

#services .gradient-box h4 {
  font-family: Patuaone;
}

#services .slider-buttons {
  margin-top: 50px;
}

#services .slider-buttons .btn {
  background-color: #2a719c;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#services .slider-buttons .btn.btn-next {
  margin-left: 50px;
}

#services .button-down {
  margin-top: 40px;
  color: #2a719c;
}

#about-us {
  min-height: 635px;
  background-image: url('/img/about-us-background.jpg');
  background-size: cover;
}

#about-us img {
  margin-bottom: 20px;
}

#about-us .lead {
  color: black;
  font-size: large;
}

#about-us a {
  color: orange;
}

#about-us form {
  color: #2a719c;
  margin-top: 75px;
}

#about-us form label {
  color: #2a719c;
  font-family: "Proxima Nova Semibold";
}


#about-us form input {
  border: none;
  background: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  font-family: "Proxima Nova Thin";
}

@media (min-width: 768px) {
  #about-us form label {
    margin-right: 50px;
  }
  #about-us form input {
    width: 225px;
  }
}

#about-us form button {
  font-family: "Proxima Nova Semibold";
  border-radius: 0;
  background-color: #2a719c;
}

footer {
  min-height: 380px;
  padding-top: 50px;
  background-image: url('/img/footer-image.jpg');
  background: linear-gradient(to right,rgba(49,114,156,0.7),rgba(166,188,56,0.7),rgba(49,114,156,0.7)),url('/img/footer-image.jpg');
  background-size: cover;
  font-family: "Proxima Nova";
  color: white;
}

footer .lead {
  font-family: "Proxima Nova Semibold";
}

footer p {
  margin-bottom: 0.3rem;
}

footer a {
  color: white;
}

.strip.footer {
  margin-top: -1px;
  padding-top: 25px;
  height: 75px;
  color: white;
  font-family: "Proxima nova Semibold";
}

#header {
  padding-top: 25px;
  min-height: 240px;
  background: linear-gradient(to right,rgba(49,114,156,0.9),rgba(166,188,56,0.9)),url('/img/header-image.jpg') no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}

#candidate-source {
  margin-bottom: 20px;
  min-height: 500px;
  background-image: url(/img/services/candidate.jpg);
  background-size: cover;
}

.jumbotron h1 {
  font-family: Patuaone;
}

#pre-screening {
  margin-bottom: 20px;
  min-height: 500px;
  background-image: url(/img/services/pre-screening.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  #pre-screening {
    background-position: right;
  }
}

#testing {
  margin-bottom: 20px;
  min-height: 500px;
  background-image: url(/img/services/testing.jpg);
  background-size: cover;
}

#interview {
  margin-bottom: 20px;
  min-height: 500px;
  background-image: url(/img/services/interview_.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  #interview {
    background-position: right;
  }
}

#reference-checking {
  margin-bottom: 20px;
  min-height: 500px;
  background-image: url(/img/services/reference-checking.jpg);
  background-size: cover;
}

#recruitment-call {
  margin-bottom: 50px;
  min-height: 500px;
  background-image: url(/img/services/recruitment-call.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  #recruitment-call {
    background-position: right;
  }
}

#faq {
  color: #44609b;
}

#faq p {
  font-size: 15px;
  font-family: "Proxima Nova";
}

#faq .lead {
  font-weight: bold;
}

#faq .answer {
  margin-left: 15px;
}
#faq ul {
  font-size:15px;
  font-family: "Proxima Nova";
}
.service-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #2a719c;
  border-bottom: 1px solid #2a719c;
}


@media (max-width: 576px) {
  ul.nav .nav-item a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: smaller;
  }
  
  .navbar-brand img {
    height: 50px;
    width: auto;
  }
  
  .navbar-toggler {
    font-size: 1rem;
  }

  .navbar-light .navbar-nav .nav-link {
    height: auto;
    padding-top: 8px;
    font-size: medium;
  }
  
  .strip-link {
    display: none;
  }
  
  #header {
    min-height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #banner .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }
  
  #header .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }
  
  #banner {
    min-height: inherit;
    background-position: center;
    background-image: url('/img/banner-sm.png');
    background-color: hsla(0, 0%, 0%, 0.5);
    background-blend-mode: overlay;
    padding-bottom: 25px;
    padding-top: 10px;
  }

  #banner h1.display-4 {
    margin-top: 55px !important;
    font-size: 2rem;
    text-shadow: 1px 1px grey;
  }
  
  #banner p.lead {
    min-height: 168px;
    margin-bottom: 0;
    font-size: 1rem;
    text-shadow: 1px 1px #333;
  }

}
