* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: -webkit-fill-available;
}



body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1A1A40;
  text-transform: uppercase;

}

h1 {
  font-size: 46px;
  line-height: 1.2;
}

.header-text {
  font-size: 110px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

h4 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

p {
  font-size: 15px;
  line-height: 24px;
}

li{
  font-size: 15px;
  line-height: 24px;
}

.hero-overlay {
  background: rgba(233, 78, 78, 0.6);
}

.background-orange {
  background: #E94E4E;
}

.event-section {
  background: #E94E4E;
  color: #fff;
}

.uk-button-primary {
  background: #E94E4E;
  border: none;
  color: #fff;
}

.uk-button-primary:hover {
  background: #c93c3c;
  color: #fff;
}

footer {
  background: #F8F8F8;
}

footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #1A1A40;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-grey {
  color: #999999;
}


.background-grey {
  background-color: #121212;
}

/* Headings */


.uk-button {
  background-color: #E94E4E;
  color: #fff !important;
  padding: 16px 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.uk-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: #E94E4E;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
  transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.outline {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: .1em;
  padding: 17px 54px;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
  transition: all;
  transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
  transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.outline:hover {
  color: #E94E4E !important;
  border: 1px solid #E94E4E;
  background-color: #fff;
}

.submit-button {
  padding: 6px 24px;
  border: 1px solid #fff;
  color: #FFF !important;
  background-color: #95E1D3;
}

.submit-button:hover {
  color: #95E1D3 !important;
  background-color: #fff;
  border: 1px solid #95E1D3;
}

.icon-experience {
  width: 50px;
  height: 50px;
  max-width: 50px;
  box-sizing: border-box;
}

.sponsor-logo {
  width: 120px;
}

.background-light-grey {
  background-color: #F8F8F8;
}

.background-turquoise {
  background-color: #95E1D3;
}

.seperator-top {
  border-top: 1px solid #E5E5E5;
}

.social-icon {
  display: inline-grid !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s linear;
  margin-right: 12px;
}

.social-icon:hover {
  opacity: 0.8;
  background-color: #fff;
  transition: all 0.4s linear;
}

.social-icon img {
  width: 32px;
  height: 32px;
}

.underline-heading,
.underline-heading-white {
  position: relative;
  display: inline-block;
  text-align: center;
}

.underline-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #F38181;
  margin: 18px auto 0;
}

.underline-heading-white::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin: 18px auto 0;
}

input::placeholder {
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #CCCCCC;
  opacity: 1;
}

.uk-text-capitalise {
  text-transform: capitalize !important;
}


.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 120px;
   z-index: 1000;
}

#menu-icon {
  display:none;
   z-index: 1000;
}

  .video {
    min-height: 100vh;
    object-fit: cover;
  }

@media (max-width: 40rem) {
  .logo {
    position: fixed;
    top: 18px;
    left: 14px;
    width: 120px;
  }

  #menu-icon {
    position: fixed;
    display: block;
    top: 18px;
    right: 26px;
    width: 32px;
    cursor: pointer;
  }

  .header-text {
    font-size: 56px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.2;
  }

}