#home {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#front {
  width: 100%;
  height: 45vh;
  background-image: url("../../assets/img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar.navbar-light.navbar-expand-md {
  position: fixed;
}

.navbar.navbar-light.navbar-expand-md.text-uppercase {
  width: 100%;
  font-family: 'Teko';
  font-size: 20px;
  font-weight: 400;
  z-index: 100;
}

@media (min-width: 300px) {
  .h1, h1 {
    color: white;
    text-shadow: 2px 2px 4px black;
    font-size: 40px;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
  }
}

@media (min-width: 576px) {
  .h1, h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 100px;
  }
}

@media (min-width: 300px) {
  .h2, h2 {
    font-family: 'Teko';
    color: white;
    text-shadow: 2px 2px 3px black;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 22px;
  }
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255,199,0);
}

.nav-item {
  padding: 0 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  text-shadow: 2px 2px 3px black;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255,199,0);
}

p {
  color: black;
  /*text-shadow: 2px 2px 3px black;*/
  font-family: 'Teko';
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}

.icon-border {
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-top: 35px;
  padding-bottom: 23px;
  margin-bottom: 2%;
}

.icon-border:last-child {
  border-right: none;
}

.icon, .typcn {
  color: rgb(255,199,0);
  padding: 0 14px;
  font-size: 30px;
}

@media (min-width: 300px) {
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background-color: rgb(255,199,0);
    border: none;
    padding: 16px 44px 14px;
    margin: 0 10px;
    font-family: 'Teko';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    /*box-shadow: 2px 2px 4px black;*/
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    padding: 15px 80px 14px;
  }
}

.btn-secondary {
  background-color: red!important;
  border: 3px solid red!important;
  padding: 12px 80px!important;
  color: rgb(255,199,0)!important;
  /*text-shadow: 2px 2px 2px black;*/
}

.fa.fa-caret-right {
  padding: 0 0 0 15px;
}

@media (min-width: 300px) {
  .display-1 {
    color: rgb(255,199,0);
    text-shadow: none;
    font-size: 45px;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  }
}

@media (min-width: 576px) {
  .display-1 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .display-1 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .display-1 {
    font-size: 95px;
  }
}

#about {
  padding-top: 4%;
  background-color: white;
  padding-bottom: 4%;
}

@media (min-width: 300px) {
  .h3, h3 {
    color: white;
    text-shadow: 2px 2px 3px black;
    font-family: 'Teko';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

@media (min-width: 576px) {
  .h3, h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 32px;
  }
}

.h4, h4 {
  font-family: 'Teko';
  letter-spacing: 1px;
}

@media (min-width: 300px) {
  .display-2 {
    color: rgb(255,199,0);
    text-shadow: none;
    font-size: 40px;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  }
}

@media (min-width: 576px) {
  .display-2 {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .display-2 {
    font-size: 80px;
  }
}

img {
  width: 100%;
}

@media (min-width: 300px) {
  .kotva {
    max-width: 95%;
    display: none;
  }
}

@media (min-width: 576px) {
  .kotva {
    display: inline;
  }
}

.row.pic {
  text-align: center;
}

.pic {
  background-image: url("../../assets/img/offer.JPG");
  background-size: cover;
  height: 100px;
}

.rules-button {
  margin: 3% 0;
}

body {
  background-color: #fffce4;
}

.img-widht {
  max-width: 100%;
}

.footer p {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  padding-top: 3%;
}

.footer h4 {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.footer {
  /*padding-top: 2em;*/
  padding-bottom: 2em;
  background-color: white;
}

.footer .fa.fa-phone {
  padding-right: 1em;
}

.footer .icon {
  padding: 0 30px;
  font-size: 45px;
}

.footer .container {
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 2%;
}

#offer .container {
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 2%;
}

.btn {
  background-color: rgb(255,199,0);
  border: none;
  padding: 16px 44px 14px;
  margin: 0 10px;
  font-family: 'Teko';
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  margin-top: 7px;
}

@media (min-width: 576px) {
  .btn {
    padding: 15px 80px 14px;
  }
}

@media (min-width: 768px) {
  #icons {
    display: flex!important;
  }
}

#icons {
  display: none;
}

