@media only screen and (max-width: 767px) {
    #logo {
        max-width: 80%;
        height: auto;
    }
    #menu-line{
        border-bottom: 2px;
    }
    #full-screen{
        min-height: 80vh !IMPORTANT;
    }
    
}
@media only screen and (min-width: 767px) {
    .mobile-only{
    display:none;
}
    
}

.form-check-input {
    float: none !important;
    margin-right: 1rem !important;
    margin-left: none !important;
}

#full-screen{
    min-height: 100vh;
}
#logo {
    max-width: 50%;
    height: auto;
}
.btn-clear{
    background-color: #00000000 !important;
}
