/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
  background: #e6e6e6;
  color: #48494d;
  font-family: Lato, sans-serif;
}

strong { 
  font-weight: bold; 
}

h5 { 
  font-weight: bold; 
}

.navbar {
  background-color: #e6e6e6;
}

.nav-link-footer {
    color: #ffffff;
}

.nav-link-footer:focus, .nav-link-footer:hover {
    text-decoration: none;
    color: #ffffff;
}

#navbar-logo {
  width: 215px;
}

#subhead_indicator {
  width: 45px;
}

#backgroundcontainer {
  /* The image used */
  background-image: url("../img/logo.svg");

  /* Full height */
  height: 100vh; 
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: fixed;
  left: 0;
  top: 0;

  z-index: -1;
  transform: scale(1.0); 
  &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/logo.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }
}

#home-section {
  min-height: 700px;
}

#home-section .home-inner {
  padding-top: 385px;
}

#home-section .fas,
#create-section .fas {
  color: #008ed6;
  background: white;
  padding: 5px;
  border-radius: 5px;
}

.bg-sl-blue {
  background-color: #027ea1;
}

#explore-section .fas,
#share-section .fas {
  background: #333;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.opacity-low {
  opacity: 0.4;
}

.white {
  color: #e6e6e6;
}

.contact-link-light {
    color: white;
}
.contact-link-light:focus, .contact-link-light:hover {
    color: white;
}

.contact-link-dark {
    color: #48494d;
}
.contact-link-dark:focus, .contact-link-dark:hover {
    color: #48494d;
}

#main-footer {
  background-color: #027ea1;
  color: white;
}

#explore-section {
  background-color: #e6e6e6;
  color: #48494d;
}

#about-us-section {
  background-color: #48494d;
  color: white;
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}

#services-head-section {
  background-color: #e6e6e6;
  color: #48494d;
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}

#labs-section {
  background-color: #48494d;
  color: white;
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}

#jobs-section {
  background-color: #e6e6e6;
  color: #48494d;
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}

#contact-section {
  background-color: #48494d;
  color: white;
  padding-bottom: 5rem!important;
  padding-top: 5rem!important;
}

.title {
}

/*@keyframes slideIn {
  0% {
    transform: translateX(-900px);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(900px);
  }
}
*/