/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
  font-family: "Krub", sans-serif;
  font-weight: 300;
}
header {
  padding: 130px 0 80px;
}

section {
  padding: 110px 0;
}

.bcbg {
  background-color: #335167;
}

.breadcrumb {
  padding-left: 0px;
  background-color: #335167;
}

ol.breadcrumb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #6d92ad;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #6d92ad;
}

.headerabout {
  background-image: url("../img/header.png");

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.headerstyle {
  background-color: #335167 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

h2,
p,
h4 {
  color: #36566d;
}

ul li {
  color: #36566d;
}

h2 {
  font-weight: 600;
}

h1 {
  font-weight: 600;
}

.lead {
  font-size: 1.14rem;
}

.gapbottom {
  padding-bottom: 50px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

.missionbox {
  padding-bottom: 35px;
}

.padding-right-zero {
  padding-right: 0px;
}

.padding-left-zero {
  padding-left: 0px;
}

.bg-darkblue {
  background-color: #2f4d63;
  color: #fff;
}

.text-white {
  color: #fff;
}

.text-white-8 {
  color: #fff;
  opacity: 0.8;
}

ul {
  padding-left: 20px;
}
.smallgap {
  padding-bottom: 10px;
}

h5 {
  font-weight: 600;
}

.darkerblue {
  background-color: #284357;
}

#sectionmission,
#sectionvision {
  padding-bottom: 80px;
}

#contacttop {
  padding: 70px 0px;
}

.btn-contact {
  background-color: #36566d;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
}

hr.headibgunder {
  border: 2px solid #36566d;
  border-radius: 5px;
  width: 60px;
  margin-left: 0;
  margin-top: 3px;
}

.h1-highlight {
  font-size: 3.5rem;
  font-weight: 700;
}

.h4-highlight {
  font-weight: 400;
  opacity: 0.8;
}

#sectionhighlight {
  background: 
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(47, 77, 99, 0.9), rgba(47, 77, 99, 0.9)),
    /* bottom, image */ url(../img/1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.headerhome {
  height: 800px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 170px;
  animation: homeSlider 15s infinite;
}

/* Keep your overlay effect */
.headerhome::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(65, 98, 122, 0.7);
  z-index: 1;
}
.h1-main {
  color: #ffffff !important;
}

.home-lead {
  color: #ffffff !important;
}

/* Background slideshow */
@keyframes homeSlider {
  0% {
    background-image: url("../img/home1.png");
  }
  25% {
    background-image: url("../img/home2.png");
  }
  50% {
    background-image: url("../img/home3.png");
  }
  75% {
    background-image: url("../img/home4.png");
  }
  100% {
    background-image: url("../img/home1.png");
  }
}

/* Make sure text stays above overlay */
.headerhome .container {
  position: relative;
  z-index: 2;
}

.h1-main {
  color: #41627a;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #41627a;
  font-weight: 500;
  opacity: 0.8;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
  border-radius: 100px;
  background-color: #36566d;
  border: solid 1px #fff;
}
