:root {
  --main-blue: #1b9bff;
  --secondary-blue: #2389da
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-image: linear-gradient(rgba(4, 9, 30, 0.5), rgba(4, 9, 30, 0.1)),
    url(h_background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h2 {
  font-weight: 800;
  padding-bottom: 0.5%;
}

#signature {
  text-decoration: underline;
}

#link {
  text-decoration: underline;
  color: blue;
}

/*Navigation*/

.navbar-nav {
  padding-right: 3%;
}

.navbar-brand {
  padding-left: 3%;
}

nav ul li {
  padding-right: 2.5%;
}

a.active,
nav ul li a:hover {
  background: var(--main-blue);
  transition: 0.4s;
}

.logo {
  color: white;
  font-variant: small-caps;
  font-size: 40px;
  font-weight: bolder;
  padding: 5px 0 0 30px;
}

.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

div.container {
  margin-top: 12vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  text-decoration: none;
  background-attachment: fixed;
  font-weight: 500;
  border: solid 3px #2389da;
  padding-bottom: 20px;
}

#prices {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  border: solid 3px #2389da;
  margin-bottom: -2vh;
}

#prices td,
#prices th {
  border: 1px solid #ddd;
  padding: 8px;
}

#prices tr:nth-child(even) {
  background-color: rgba(242, 242, 242, .7);
}

#prices tr:hover {
  background-color: rgba(221, 221, 221, .7);
}

#prices th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1b9bff;
  color: white;
  border: none;
}

@media (max-width: 421px) {
  div.container {
    margin-top: 20vh;
  }
}


div.col-sm-3 {
  border-left: dotted #666;
}

.previous {
  background-color: rgb(102, 102, 102);
  border-radius: 3px;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  width: 25%;
  padding-bottom: 10px;
}

.next {
  background-color: rgb(35, 137, 218);
  color: white;
  border-radius: 3px;
  padding: 8px 16px;
  text-decoration: none;
}

.previous:hover {
  color: white;
  background-color: rgb(102, 102, 102);
}

.next:hover {
  color: white;
}

div.post-footer {
  clear: both;
  display: block;
  margin: 0;
  padding: 5px;
  background: #eeeeee;
  color: #666;
  line-height: 18px;
  margin-top: 40px;
  margin-bottom: 60px;
}

#kep {
  width: 100%;
  border: var(--main-blue) solid 6px;
  border-radius: 9px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.4s;
  transform: scale(1);
  box-shadow: none;
}

#kep-haldorado {
  width: 100%;
  border: var(--main-blue) solid 6px;
  border-radius: 9px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#kep-gal {
  border: var(--main-blue) solid 6px;
  border-radius: 9px;
  width: 100%;
}

#kep:hover {
  transform: scale(1.15);
  box-shadow: rgba(4, 9, 30, 0.7) 18px 18px 12px;
  transition: 0.4s;
}

table {
  width: 100%;
}

.footer {
  background-color: rgb(14, 22, 54);
  text-align: center;
  padding: 7px 13px;
  margin-top: 20px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  margin: auto;
  padding: 7px 13px;
  font-size: 17px;
}

footer {
  background-color: rgb(14, 22, 54);
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  color: #fff;
}

table {
  text-align: center;
}

td {
  padding: 1%;
}

.congrats {
  font-weight: bolder;
  text-decoration: underline;
}

tr th {
  border: #000 solid 3px;
}

tr td {
  border: #000 solid 3px;
}

.prevnext {
  width: 20%;
}

marquee {
  border: solid red 3px;
  background-color: rgb(240, 150, 150);
}

#wrapper {
  text-align: center;
  margin: auto;
  text-align: center;
}

.con {
  color: #2389da;
}

#name {
  font-size: larger;
}

.catches {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 6%;
  text-decoration: underline;
  font-weight: bold;
  text-shadow: 1px 1px var(--main-blue);
  text-transform: capitalize;
  font-size: 500%;
  width: 100%;
}

.information {
  border: 2px solid var(--main-blue);
  background-color: rgba(255, 255, 255, .8);
  padding: 1%;
  border-radius: 25% 0% 0% 0%;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 15%;
  padding-bottom: 1%;
}

.bold {
  font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

.placements {
  text-align: center;
}

.posts {
  margin: 1.5% 0% 0% 1%;
}

@media (min-width: 1921px) {
  body {
    background-size: cover;
  }
}

@media (max-width: 1400px) {
  #idokep img {
    height: 150px;
  }
}

@media (max-width: 1008px) {
  label.logo {
    font-size: 30px;
    padding-left: 50px;
  }

  #navbar-logo-bshe-logo {
    width: 0px;
  }

  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 915px) {
  label.logo {
    font-size: 29px;
    padding-left: 50px;
  }

  nav ul li a {
    font-size: 15px;
  }
}

@media (max-width: 883px) {
  label.logo {
    font-size: 28px;
    padding-left: 50px;
  }

  nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 863px) {
  label.logo {
    font-size: 29px;
    padding-left: 20px;
  }
}

@media (max-width: 803px) {
  nav ul li a {
    display: contents;
  }
}

@media (max-width: 699px) {
  #fishy {
    display: none;
  }

  .logo {
    padding: 15px;
  }
}

@media (max-width: 699px) {
  nav ul li {
    display: inline-block;
    text-align: center;
    background-color: #2389da;
  }

  nav ul {
    float: none;
    margin: auto;
  }

  nav {
    padding-bottom: 175px;
  }

  div#prices {
    display: none;
  }
}

@media (max-width: 575px) {
  div.col-sm-3 {
    border-left: none;
  }
}

@media (max-width: 435px) {
  div.col-sm-3 {
    display: none;
  }

  div#prices {
    display: none;
  }
}

@media (max-width: 370px) {
  nav ul li a {
    font-size: 11px;
  }
}

.gallery {
  position: relative;
}

.mySlides {
  display: none;
}

.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}