/*
blu rgb(24,131,175);
blk rgb(38,35,35);
*/
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

html, body {
  font-family: 'Oswald', sans-serif !important;
  scroll-behavior: smooth;
}

body {
  background: rgb(38, 35, 35);
  color: rgb(245, 245, 245);
}

header {
  background: white;
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(75, 75, 75, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-left: 20px;
}

.navbar-brand img {
  height: 75px;
}

.nav-link {
  display: block;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px;
  height: 85px;
  transition: .25s;
  color: rgb(38, 35, 35);
  padding: 25px 15px 35px 15px !important;
  margin: 0 20px 0 0;
}

.nav-link img {
  height: 20px;
}

.nav-link:hover {
  background: rgb(38, 35, 35);
  color: white;
  padding: 35px 15px 25px 15px !important;
}

.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

#splash {
  margin: 0;
  height: 100vh;
  background: url('splash_bg.jpg') center;
  background-size: cover;
}

#splash h1 {
  text-shadow: 0px 0px 6px #000;
  color: white;
  padding: 20px;
  border-radius: 25px;
}

.container h1 {
  color: rgb(245, 245, 245);
  text-transform: uppercase;
  border-bottom: rgb(24, 131, 175) 5px solid;
  text-align: center;
}

.container ul {
  margin-bottom: 0;
}

.container li {
  margin-bottom: 5px;
}

.container strong {
  color: rgb(24, 131, 175);
}

.gallerimg {
  border: rgb(24, 131, 175) solid 2px;
  transition-duration: .25s;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.gallerimg:hover {
  border-color: white;
}

.col-xl-2.col-sm-4.col-6 {
  margin-bottom: 10px;
}

.container a {
  color: white;
  text-decoration: underline;
}

footer {
  margin-top: 100px;
  width: 100%;
  background: #fff;
  text-align: center;
}

footer img {
  max-height: 100px;
  max-width: 100%;
}

#kotlogo {
  background: white;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 130px;
}

#gallery {
  padding-bottom: 10px;
}

@media(max-width:1000px) {
  .nav-link {
    margin: 0;
  }
  .col-xl-2.col-12 {
    margin-top: 10px;
  }

  .anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
  }

  footer {
    text-align: left;
    margin-top: 40px;
  }
  footer img {
    max-width: 150px;
  }

  .container p {
    font-size: 14px;
  }

  #splash h1 {
    font-size: 18px;
    padding: 10px;
  }

  #kotlogo {
    height: 70px;
  }
}
