.logo img{
    width: 200px;
}

.theme-color{
    background: #DAA520 !important;

}
.quicksand{
    font-family: 'Quicksand', sans-serif !important;

}
.EduTAS{
    font-family: 'Edu TAS Beginner', cursive !important;
}
.welcome1{
    background-color: rgba(255,255,255,0.7);
}
.left-image-border{
    border-right: 5px solid #fff !important;
    border-top: 10px solid #fff !important;
    border-bottom: 10px solid #fff !important;
    border-left: 10px solid #fff !important;

}
.right-image-border{
    border-right: 10px solid #fff !important;
    border-top: 10px solid #fff !important;
    border-bottom: 10px solid #fff !important;
    border-left: 5px solid #fff !important;

}

@media only screen and (min-width: 100px) and (max-width: 768px) {

    .mobile-hidden{
        display:none !important;
        background: red !important;
        color: red !important;
    }
    
    
    }