@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
.border {
    border-color:#cdcdcd !important;
}
.text-main {
    color: #0a2b4b;
    font-style: italic;
    font-family:'Kaushan Script', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.bg-cover, .bg-admin {
    background-color: #f5f4f3;
    background-image: url("../images/cover.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 40vh;
}

.content {
    /* background:#333;
    color:white; */
    padding-bottom:40px
}


label {
    font-weight: 600;
}
.label-gray {
    font-weight: 600;
}
.footer {
    background-color: #0a2b4b;
}

.footer a {
    display: inline-block;
    text-decoration: none;
    color:white;
    background-color: transparent;
    padding:5px 10px;
    margin: 2px 0px;
    border:1px solid transparent;
    transition: all 600ms;
}
.footer a:hover {
    border:1px solid orange;
    color:orange
}
@media only screen and (max-width: 768px) {
    .bg-cover, .bg-admin {
        background-size: cover;
        background-image: url("../images/cover2.jpg");
        background-position: center center;
        height: 15vh;
    }
}