@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.homelogo {max-height: 400px;
margin-top: 15%;
margin-bottom: 5%;}


.supportlogo {max-height: 105px;}

h1 {font-family: "boucherie-block", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 3.5rem !important;
line-height: 3.6rem!important;}

h2, h3 {font-family: "boucherie-block", sans-serif;
font-weight: 400;
font-style: normal;
font-size:2.5rem!important;}

.menulink {font-family: "boucherie-block", sans-serif;
font-weight: 400;
font-style: normal;
font-size:1.2rem!important;
}

body {font-family: "larken", sans-serif;
font-weight: 400;
font-style: normal;}



p {font-family: "larken", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.4rem!important;}

.largertext {font-size: 5rem!important;
line-height:inherit;}

.smalltext {font-size: 14px!important;}

    #countdown h2 {
    color: #FFFFFF;
    margin-bottom: .5rem;
    }

    .timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 10%;
    }

    .time-segment {
      background: #e50914;
      color: #fff;
      padding: 1rem;
      border-radius: 0.5rem;
      min-width: 4rem;
    }

    .time-segment span {
      display: block;
      font-size: 2rem;
      font-weight: bold;
    }

    .time-segment small {
      display: block;
      margin-top: 0.25rem;
      font-size: 0.75rem;
      color: #000;
    }

