
body {
    font-family: 'DINPro Condensed Bold', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #e50914;
    /* background-color: #141414; */
    color: white;
}

#app{
    pointer-events: none;
}

.hidden{
    display: none;
}

#darker{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    pointer-events: none;
    opacity: 0.4;
}

.logo{
    width:100%;
    height:24px;
    background-image: url('../images/HV_Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 4vh;
}

.logo_square{
    width:100%;
    height:96px;
    background-image: url('../images/HV_logo_squared.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
}

h1, h2{
    width: 100%;
    text-align: center;
    color: white;
    /* text-shadow: 2px 2px 2px #3c3c3c; */
}

h1{
    font-size: 3em;
}

h2{
    font-size: 1.6em;
    line-height: 1em;
}


.container {
    text-transform: uppercase;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
}

.flyer{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 45vh;
}

.txt_bottom{
    position: absolute;
    bottom: 22vh;
}

.link_container{
    width:100%;
    height:auto;
    position: absolute;
    bottom: 5vh;
}

.btn{
    color: #E1251B;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
    text-align: center;
    display: block; 
    margin: 0 auto;
}

button {
    width: 80%; 
    height: 100%; 
    padding-left: 30px; 
    padding-right: 30px; 
    padding-top: 22px; 
    padding-bottom: 22px; 
    background: white; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.20); 
    border-radius: 100px; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex;
    border: 0;
    color: #E1251B;
    font-size: 18px;
}

button:hover {
    /* background-color: #E1251B;
    color: #FFF; */
 
    color: #000;
}

button:active {
    /* background-color: #E1251B; */
    color: #FFF;
}

.glide{
    position: absolute;
    bottom: 22vh;
}

.glide__slide{
    font-size:3.5em;
    color: white;
    /* text-shadow: 2px 2px 2px #3c3c3c; */
    height: auto;
    font-weight: bolder;
    text-align: center;
}

.glide__arrow{
    width: 10vw;
    height: 10vw;
    max-width: 80px;
    max-height: 80px;
    border-radius: 80px;
    border: 0px ;
    box-shadow: none;
    text-shadow: 2px 2px 2px #3c3c3c;

}

.glide__arrow--left {
    left: 4px;
    background: url('../images/arrow-right.png') center center no-repeat;

}
.glide__arrow--right {
    right: 4px;
    background: url('../images/arrow-left.png') center center no-repeat;
}

      .c_name{
        color: white;
        font-family: 'DINPro Condensed Bold', sans-serif;
      }

      .usa{
        font-size: 9em;
      }

      .belarus{
        font-size: 5.5em;
        margin-top: 31px;
      }

      .ghana{
        font-size: 7.5em;
         margin-top: 6px;
      }

      .ecuador{
        font-size: 5.5em;
        margin-top: 31px;
      }
      .chad{
        font-size: 9em;
      }

      .tajikistan{
        font-size: 4.5em;
        margin-top: 35px;
      }