@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  overflow-x: hidden;
  color: #000000;
  font-family: "GFS Bodoni Rg", sans-serif;
  background: linear-gradient(180deg, #F4E5D0 0%, #FFFAF3 100%);
  background-attachment: fixed;
}
body#landing, body#thanks {
  background: linear-gradient(to right, #cfcfcf, #f5f5f5);
}
body#landing nav.navbar, body#thanks nav.navbar {
  min-height: 80px;
  z-index: 999;
}
body#landing nav.navbar .navbar-brand, body#thanks nav.navbar .navbar-brand {
  display: none;
}
body#landing nav.navbar .routine, body#thanks nav.navbar .routine {
  display: none;
}
body#landing main, body#thanks main {
  background-image: url(../images/landing-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
body#landing main img, body#thanks main img {
  width: 180px;
}
@media (min-width: 768px) {
  body#landing main img, body#thanks main img {
    width: 240px;
  }
}
body#form fieldset {
  width: 100%;
}
@media (min-width: 576px) {
  body#form fieldset {
    width: auto;
    margin: auto;
  }
}
body#form .form-check label {
  cursor: pointer;
  font-size: 14px;
  background-color: #FFFFFF;
  min-height: 70px;
  width: 100%;
  max-width: 100%;
}
body#form .form-check label img {
  width: 70px;
}
body#form .form-check label span {
  padding: 10px;
}
@media (min-width: 576px) {
  body#form .form-check label {
    width: 270px;
  }
}
@media (min-width: 768px) {
  body#form .form-check label {
    font-size: 16px;
    width: 350px;
  }
}
body#form .form-check input {
  display: none;
}
body#form .form-check input:checked ~ label {
  background-color: #E8AB57;
}
body#routine h3 {
  font-weight: 600;
  font-size: 20px;
}
body#routine form h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "GFS Bodoni Rg", sans-serif;
  color: #E8AB57;
}
body#contest h2 {
  font-family: "GFS Bodoni Rg", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body#contest h2 strong {
  font-weight: 700;
}

h1, .h1 {
  transition: font-size 0.3s;
  font-size: 20px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 15px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "ApivitaAsty", serif;
  color: #141414;
  font-weight: 400;
}

nav.navbar {
  background-color: transparent;
  transition: padding 0.3s;
}
nav.navbar .navbar-brand {
  transition: padding 0.3s;
}
nav.navbar .navbar-brand img {
  transition: max-height 0.3s;
  max-height: 30px;
}
@media (min-width: 768px) {
  nav.navbar .navbar-brand img {
    max-height: 50px;
  }
}
nav.navbar .routine {
  width: 65px;
  margin-top: 5px;
}
nav.navbar .nav-link {
  font-weight: 500;
  color: #CF8D30;
}
nav.navbar .nav-link:hover {
  color: #141414;
}
nav.navbar.scrolled {
  padding: 4px;
}
nav.navbar.scrolled .navbar-brand img {
  max-height: 30px;
}
nav.navbar.scrolled h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  nav.navbar.scrolled h1 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.bg-light-grey {
  background-color: #edebeb;
}

.bg-contest {
  background-image: url(../images/contest-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-contest h1,
.bg-contest h2 {
  font-weight: 700;
  font-size: 25px;
}
.bg-contest h1 strong,
.bg-contest h2 strong {
  font-family: "GFS Bodoni Rg", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .bg-contest h1,
  .bg-contest h2 {
    font-size: 40px;
  }
  .bg-contest h1 strong,
  .bg-contest h2 strong {
    font-family: "GFS Bodoni Rg", sans-serif;
    font-size: 33px;
  }
}
.bg-contest p {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bg-contest p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.bg-contest * {
  color: #FFFFFF !important;
}

.carousel .carousel-progress {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  padding: 2px;
  background-color: #FFFFFF;
}
.carousel .carousel-progress > span {
  transition: width 0.3s;
  display: block;
  height: 2px;
  width: 0px;
  background-color: #E8AB57;
}
.carousel:not(.carousel-dark) .carousel-indicators {
  pointer-events: none;
}
.carousel:not(.carousel-dark) .carousel-indicators button {
  cursor: default !important;
  pointer-events: none;
  margin: 0;
}
.carousel:not(.carousel-dark) .carousel-indicators button.active {
  background-color: #CF8D30;
}
.carousel.carousel-dark .carousel-indicators {
  bottom: -30px;
}
.carousel.carousel-dark .carousel-indicators button {
  background-color: #141414;
}
.carousel.carousel-dark .carousel-indicators button:hover, .carousel.carousel-dark .carousel-indicators button.active {
  background-color: #CF8D30;
}

form#contact .form-check:not(.form-check-inline) label {
  font-size: 10px;
}
@media (min-width: 768px) {
  form#contact .form-check:not(.form-check-inline) label {
    font-size: 12px;
  }
}

.btn {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.btn-outline-success {
  border-color: #00851b;
}
.btn.btn-outline-success:hover {
  background-color: #00851b;
}
.btn.btn-outline-warning {
  border-color: #CF8D30;
}
.btn.btn-outline-warning:hover {
  background-color: #CF8D30;
}

.text-gold {
  color: #E8AB57;
}

.link-warning {
  color: #CF8D30 !important;
}

.accordion-button {
  background-color: #edebeb;
}
.accordion-button em {
  display: contents;
}
.accordion-button:not(.collapsed) {
  background-color: #CF8D30;
  color: #edebeb;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  color: #edebeb;
}
.accordion-button:focus {
  box-shadow: none;
}

#current {
  font-size: 14px;
}

#rating {
  font-size: 30px;
  cursor: pointer;
}
#rating .star:nth-child(1) {
  color: #FF0000;
}
#rating .star:nth-child(2) {
  color: #ff9600;
}
#rating .star:nth-child(3) {
  color: #ffd800;
}
#rating .star:nth-child(4) {
  color: #3fbc02;
}
#rating .star:nth-child(5) {
  color: #00851b;
}

#about h3, #about h4, #about strong {
  color: #CF8D30;
}
#about p {
  font-size: 14px;
}
@media (max-width: 767px) {
  #about img {
    max-height: 250px;
  }
}

footer {
  min-height: 50px;
  background: linear-gradient(113deg, #388960 4.79%, #17623C 106.69%), #206d46;
}

/*# sourceMappingURL=screen.css.map */
