﻿.languages-container {
    display: flex;
    flex-wrap: wrap;
}

.language-button-container {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-button {
    width: 90%;
    height: 80%;
    padding: 2%;
    background-color: #9F9069;
    color: white;
    border: 1px solid #6D6140;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    cursor: pointer;
}

.language-button-text {
    font-family: "Gotham Pro", Montserrat;
    font-size: 22pt;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.check-in-container {
    width: 50%;
    height: 60%;
    margin-bottom: 5%;
    background-color: rgba(159, 144, 105, 0.85);
    border: 1px solid #6D6140;
    border-radius: 22px;
    padding: 1% 2%;
}

.check-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.check-in-text {
    font-family: "Gotham Pro", Montserrat;
    font-size: 28pt;
    color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 30pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 30pt;
    }
}

@media only screen and (max-width: 768px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 21pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 21pt;
    }
}

@media only screen and (max-width: 414px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 15pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 15pt;
    }
}

@media only screen and (max-width: 411px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 15pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 15pt;
    }
}

@media only screen and (max-width: 375px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 14pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 360px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 14pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 320px) {
    .language-button-container {
        width: 100%;
    }

    .language-button {
        width: 90%;
        height: 80%;
        padding: 2%;
    }

    .language-button-text {
        font-size: 11pt;
    }

    .check-in-container {
        width: 60%;
        height: 60%;
        margin-bottom: 5%;
        padding: 1% 2%;
    }

    .check-in-text {
        font-size: 11pt;
    }
}