@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../font/GTWalsheimPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../font/GTWalsheimPro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'GT Walsheim Pro';
    touch-action: none;
}
*{
    box-sizing: border-box;
}
button,
button:active,
button:focus {
  border:none !important;
}

#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section {
    margin: 20px 0;
}

.cities, .organizations {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.cities .col-md-4, .organizations .col-md-4 {
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    
}

.login-form {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 300px;
}

.login-form input {
    margin-bottom: 15px;
}

.login-form button {
    width: 100%;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 0 0 / 9%);
    z-index: 0; 
}

.main{
    display: flex;
    align-items: top;
    justify-content: center;
    height: 100%;
}

.content {
    text-align: center;
    color: rgb(15, 15, 15);
    max-width: 1970px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.Logo {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    margin-bottom: 0;
}


.content__title{
    margin: 120px 0;
    font-size: 80px;
    color: #7F3E3E;
    font-weight: bold;
}

.section.thanks {
    margin: 0px 0;
    font-size: 80px;
    color: #7F3E3E;
    font-weight: bold;
}

.emoji-buttons {
    display: flex;
    justify-content: center;
    margin-top: -80px;
}

.emoji-button {
    width: 33%;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    margin-right: 5vw;
}

.emoji-button:last-child{
    margin-right: 0;
}

.emoji-button:focus {
    outline: none;
}


@media(max-width: 1450px){
    .logo{
        width: 200px;
    }
    .content__title{
        font-size: 35px;
    }
    .emoji-button {
        width: 26%;
        margin-right: 2vw;
    }
}

@media(max-width: 900px){
    .logo{
        width: 160px;
    }
    .content__title{
        font-size: 25px;
    }
    .emoji-button{
        margin-right: 0;
    }
    .emoji-buttons{
        margin-top: 60px;
    }
}

@media(max-width: 550px){
    .emoji-button{
        width: 33%;
        padding: 0;
    }
    .logo{
        width: 130px;
    }
    .content__title{
        font-size: 22px;
    }
    .emoji-buttons{
        margin-top: 40px;
    }
}
