@font-face {
    font-family: "Pathway Gothic One";
    src: url("fonts/PathwayGothicOne-Regular.ttf");
}
.hidden{
    display: none;
}

.headerContainer{
    display: flex;
    justify-content: start;
}

.dispo{
    color: forestgreen;
}
h1, h2{
    text-align: center;
    color: #64a3d2;
    font-family: "Pathway Gothic One", sans-serif;
}

.label{
    margin-bottom: 2px;
    margin-top: 2px;
}
.headerContainer img{
    object-fit: contain;
    height: 9rem;
}

.logoPort{
    position: absolute; top:0; left:0;width: 9rem;
}
ul{
    padding-right: 5% !important;
    padding-left: 5% !important;
}

@media screen and (max-width: 1200px){
    .mobileImage{
        width: 100% !important;
    }
}

@media screen and (max-width: 994px){

    .logoPort{
        position: relative;
        height: 20rem;
        object-fit: contain;
    }

    .headerContainer img{
        height: 450px;
        object-fit: contain !important;
    }

    .headerContainer{
        flex-direction: column;
        justify-content: unset;
    }

    img{
        width: 100% !important;
        margin-bottom: 3%;
    }
    li{
        font-size: 35px;
    }
    p{
        font-size: 35px;
    }

    h1, h2{
        font-size: 75px !important;
    }
    label{
        font-size: 35px;
    }

    .form-check-input{
        height: 50px;
        width: 50px;
    }
    input{
        height: 80px;
        font-size: 45px !important;
    }

    .btn-primary{
        background-color: #64a3d2 !important;
        height: auto;
        width: 100%;
        font-size: 50px;
    }

}


