.logo > a > img {
    border-radius: 50%;
    max-height: 70px;
}
.logo {
    display: flex;
    align-items: center;
}
.school-name {
    font-size: 23px;
    font-weight: 500;
}
.logo > .school-name {
    margin-left: 10px;
}
#menu {
    display: flex;
    justify-content: end;
}
.main-menu-wrap.style1 #menu ul li a {
    padding: 5px;
}
.main-menu-wrap.style1 #menu > ul > li.has-children > a:before {
    top: 13px;
    right: -5px;
}
.motto-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 10px;
}
.motto {
    color: #8f0012;
}

#gallery-home {
    padding: 15px;
    min-height: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.inline-gallery-container {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
}

.half-slider {
    min-height: 450px !important;
    background-position: center center;
    background-size: cover;
}
.position-relative {
    position: relative;
}
.ele-fixed {
    position: fixed;
}
.ele-sticky {
    position: sticky;
}
.sticky-right {
    right: 0;
}
.no-padding {
    padding: 0px !important;
}
.full-height {
    min-height: 100vh;
}
.staff-image {
    height: 100vh;
    width: 33.33%;
    background-color: green;
}
.ele-fixed.with-banner {
}
ol > li {
    list-style-type: decimal !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #777777;
}

.breadcrumb-item.active {
    color: #555555;
}
#photos_preview {
    display: none;
}
@media screen and (max-width: 480px) {
    .motto-sec > .school-name {
        font-size: 17px;
    }
    #menu {
        display: block !important;
    }
    .staff-image {
        display: none;
    }
    .mobile-img {
        min-height: 450px;
    }
    .statement-container {
        margin-top: 100px !important;
    }
    .hide-mobile {
        display: none;
    }
}
@media screen and (min-width: 500px) {
    .hide-large {
        display: none;
    }
}
