﻿.header {
    background: #002a5c;
    color: white;
}
    .header .header-info .site-info {
        width: calc(100% - 60px);
    }
    .header .header-info .school-name {
        height: 100%;
        font-size: 25px;
        font-weight: bold;
        margin-top: 35px;
        text-transform: uppercase;
        display:flex;
        align-items: center;
        
    }
    .header .header-info .sub-school-name {
        font-size: 23.5px;
        
    }
.footer {
    background: #002a5c;
}
@media only screen and (max-width: 767px) and (min-width: 430px) {
    .header .header-info .header-logo img {
        width: 68px;
        height: 68px;
    }

    .header .header-info .school-name {
        font-size: 15px;
        margin-top: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .header-info .site-info {
        width: calc(100% - 83px);
    }
}
@media only screen and (min-width: 992px){
    .background {
        background: url('../Content/images/6cbcb0b441dfee81b7ce.jpg');
        background-size: cover;
    }
    .header-mobile {
        display: none;
    }
    .header-desktop {
        display: block;
    }
}
@media only screen and (max-width: 992px) {
    .header-desktop {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .header .header-info .header-logo img {
        width: 75px;
        height: 75px;
    }

    .header .header-info .school-name {
        font-size: 16px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .header-info .site-info {
        width: calc(100% - 5px);
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .header .header-info .header-logo img {
        width: 80px;
        height: 80px;
    }

    .header .header-info .school-name {
        font-size: 20px;
        margin-top: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .header-info .site-info {
        width: calc(100% - 5px);
    }
}
@media only screen and (max-width: 430px) and (min-width: 375px) {
    .header .header-info .header-logo img {
        width: 50px;
        height: 50px;
    }

    .header .header-info .school-name {
        font-size: 15px;
        margin-top: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .header-info .site-info {
        width: calc(100% - 5px);
    }
}
@media only screen and (max-width: 375px)  {
    .header .header-info .header-logo img {
        width: 50px;
        height: 50px;
    }

    .header .header-info .school-name {
        font-size: 12px;
        margin-top: 7px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .header-info .site-info {
        width: calc(100% - 5px);
    }
}
