@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Oswald";
  height: fit-content;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  background-image: url("../images/background.png");
  background-size: cover;
}
h1,
h2,
h3,
p {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
/*
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 50%;
  font-size: 0.4rem;
  margin-bottom: 0.5rem;
}
ol li::before {
  content: "" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
}
*/
.top-content {
  background-image: url("../images/hero.png");
  background-size: cover;
  box-shadow: 0px 43px 86px 0px rgba(11, 31, 91, 0.74);
  height: 107px;
  background-position: center;
}
header {
  transition: 0.8s ease;
}
header .header-items {
  transform: rotate(90deg);
  transform-origin: right top 0;
  float: right;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 5px;
  top: 595px;
  z-index: 5;
  cursor: pointer;
}
header .header-items h1 {
  font-size: 20px;
  margin-right: 20px;
}
header .header-items a:hover {
  text-shadow: 0 6px 15px #65aed2;
}
header .header-item-right {
  display: none;
}
header .logo {
  display: none;
}
.front-info h2 {
  font-size: 40px;
  text-shadow: 0 6px 15px #65aed2;
}
section {
  width: 100%;
  margin: 60px 0;
}
section:first-of-type {
  margin-top: 0;
}
section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  text-shadow: 0 6px 15px #65aed2;
}
section p {
  text-transform: uppercase;
  font-size: 20px;
}
section .col-md-3,
section .col-md-4 {
  text-align: center;
}
section .col-md-6,
section .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section li {
  color: #fff;
  margin-left: 20px;
  font-size: 24px;
}
section#contact h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
section#sponsors .sponsors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section#sponsors .sponsors a img:last-child {
  display: none;
}
section#sponsors .sponsors a:hover img:first-child {
  display: none;
}
section#sponsors .sponsors a:hover img:last-child {
  display: inline-block;
}
section#sponsors img {
  max-width: 240px;
  margin: 20px;
}
section#organisers .organisers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section#organisers img {
  max-width: 240px;
  margin: 20px;
}
section:last-of-type {
  margin-bottom: 80px;
}
.box {
  padding: 15px;
  background-color: #ffffff08;
  border-radius: 10px;
  box-shadow: 0 0px 50px 2px #65aed2;
  height: 250px;
  width: 250px;
  border-radius: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.8s ease;
  margin-bottom: 50px;
}
.box:hover {
  background-color: #d5eeff;
}
.box:hover p {
  color: #000;
}
#accordion {
  width: 100%;
  padding-left: 15px;
}
#accordion .card {
  border: none;
  background-color: transparent;
}
#accordion .card-header {
  background-color: #d5eeff7f;
  box-shadow: 0 2px 5px 2px #65aed2;
  border-radius: 27px;
  margin-bottom: 20px;
  transition: 0.8s ease;
}
#accordion .card-header a {
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 20px;
}
#accordion .card-header:hover {
  background-color: #d5eeff;
}
#accordion .card-header:hover a {
  color: #000;
}
#accordion .card-body {
  color: #fff;
}
.overlay.tickets-overlay {
  display: none;
  background-color: #0F141480;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.overlay.tickets-overlay.active {
  display: flex;
}
.overlay.tickets-overlay .submit-btn {
  margin-bottom: 20px;
}
.overlay.tickets-overlay .wrapper h2 {
  margin-bottom: 30px;
}
.overlay.feedback-overlay {
  display: none;
  background-color: #0F141480;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.overlay.feedback-overlay.active {
  display: flex;
  flex-direction: column;
}
.overlay.feedback-overlay .submit-btn {
  margin-bottom: 20px;
}
.overlay.feedback-overlay .wrapper .row {
  flex-direction: column;
}
.overlay.feedback-overlay .wrapper h2 {
  margin-bottom: 30px;
}
.overlay.rules-overlay {
  display: none;
  background-color: #0F141480;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.overlay.rules-overlay.active {
  display: flex;
}
.overlay.rules-overlay .row {
  margin-left: 0;
  margin-right: 0;
}
.overlay.rules-overlay .wrapper h2:first-of-type {
  font-size: 40px;
  margin: 20px 0;
}
.overlay {
  z-index: 5;
  overflow-y: scroll;
}
.overlay .wrapper {
  max-width: 300px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
  overflow-y: scroll;
  position: relative;
  border-radius: 15px;
  background-color: #e8f2f7;
}
.overlay .wrapper h2 {
  color: #000;
}
.overlay .wrapper .close-overlay {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  /* active state */
  /* highlighter */
  /* active state */
  /* animation */
}
.form-group input.submit-btn {
  background-color: #5f9ea0;
  padding: 15px 30px;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-group .floating-label {
  position: relative;
  margin-bottom: 20px;
}
.form-group .floating-input,
.form-group .floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}
.form-group .floating-input:focus,
.form-group .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5f9ea0;
}
.form-group label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-group .floating-input:focus ~ label,
.form-group .floating-input:not(:placeholder-shown) ~ label {
  top: -18px;
  font-size: 14px;
  color: #5f9ea0;
}
.form-group .floating-select:focus ~ label,
.form-group .floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-size: 14px;
  color: #5f9ea0;
}
.form-group .floating-input:focus ~ .bar:before,
.form-group .floating-input:focus ~ .bar:after,
.form-group .floating-select:focus ~ .bar:before,
.form-group .floating-select:focus ~ .bar:after {
  width: 50%;
}
.form-group *,
.form-group *:before,
.form-group *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group .floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}
.form-group .highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.form-group .floating-input:focus ~ .highlight,
.form-group .floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5f9ea0;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5f9ea0;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5f9ea0;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-group .styled-checkbox {
  position: absolute;
  opacity: 0;
  top: 10px;
  left: 6px;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.form-group .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.form-group .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #e8f2f7;
}
.form-group .styled-checkbox:hover + label:before {
  background: #5f9ea0;
}
.form-group .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form-group .styled-checkbox:checked + label:before {
  background: #5f9ea0;
}
.form-group .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.form-group .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
#faq .row {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .top-content {
    height: 255px;
  }
  header {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    top: 690px;
    right: 20px;
  }
  header .header-items a {
    cursor: pointer;
  }
  header .header-items h1 {
    font-size: 24px;
  }
  header .header-item-right {
    display: flex;
  }
  .front-info h2 {
    font-size: 50px;
  }
  section {
    margin: 80px 0;
  }
  section:first-of-type {
    margin-top: 80px;
  }
  section .col-md-6 {
    flex-direction: row;
  }
  section#contact .row {
    justify-content: space-around;
  }
  section#sponsors .sponsors {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  section#organisers .organisers {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .box {
    margin-bottom: 0;
  }
  #tickets {
    text-align: center;
  }
  .ticket-row {
    width: 90%;
    margin: 0 auto;
  }
  .ticket-row .col-md-6 {
    display: flex;
    justify-content: center;
  }
  #accordion {
    padding: 0;
  }
  #accordion .card-header a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .overlay .wrapper {
    max-width: 600px;
    max-height: 650px;
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top-content {
    height: 450px;
  }
  header .header-items {
    transform: rotate(0deg);
    transform-origin: initial;
    position: initial;
  }
  header .logo {
    display: block;
    margin-left: 40px;
  }
  header .logo a img {
    width: 170px;
  }
  header.sticky {
    height: 100px;
    background-image: none;
    background-color: #172e64;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0px 43px 86px 0px rgba(11, 31, 91, 0.74);
  }
  section h2 {
    font-size: 45px;
  }
  section:last-of-type {
    margin-bottom: 100px;
  }
  .ticket-row {
    width: 70%;
  }
  #accordion .card-header a {
    padding-right: 350px;
  }
  #accordion .card-header a:last-of-type {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .top-content {
    height: 480px;
  }
  header {
    background-position: center;
    align-items: flex-end;
  }
  header .header-items h1 {
    font-size: 30px;
  }
  .front-info h2 {
    font-size: 60px;
  }
  .box {
    cursor: pointer;
  }
  section:last-of-type {
    margin-bottom: 150px;
  }
  .overlay .wrapper {
    margin-top: 150px;
    margin-bottom: 250px;
  }
}
