body {
    font-family: Arial !important;
    background-image: url('/Files/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 576px) {
.site-icon {
max-width: 200px;
}
}
@media (min-width: 768px) {
    .navbar .nav-link {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .top-bar, .header, .navbar, .programs, .program, .course, .class, .page, .posts, .post, .teacher {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .top-bar, .header, .navbar, .programs, .program, .course, .class, .page, .posts, .post, .teacher {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .top-bar, .header, .navbar, .programs, .program, .course, .class, .page, .posts, .post, .teacher {
        max-width: 1320px;
    }
}

.top-bar-container {
    color: rgb(1,81,44);
}

.top-bar {
    background-color: rgb(207,254,232);
}

.top-bar, .header, .navbar, .programs, .program, .course, .class, .page, .posts, .post, .teacher {
    margin-right: auto;
    margin-left: auto;
}

    .top-bar .tagline {
        font-weight: bold;
    }

    .top-bar .top-link {
        color: rgb(1,81,44) !important;
    }

.navbar {
    background-color: rgb(227,255,242);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

    .navbar .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        color: rgb(1,81,44);
        white-space: nowrap;
        font-weight: bold;
    }

        .navbar .nav-link.active {
            background-color: rgb(255,203,7);
            color: rgb(1,81,44) !important;
        }

.navbar-collapse {
    justify-content: center !important;
}

.main {
    background-color: rgb(248, 249, 250);
}

    .main .menu {
        background-color: rgb(248, 249, 250);
    }

.bottom-bar .container {
   background-color: rgb(207, 254, 232);
     color: rgb(1,81,44);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .bottom-bar a {
        color: rgb(1,81,44);
    }

    .bottom-bar .app-ver {
        color: gray;
    }


.programs, .program, .course, .class, .page, .posts, .post {
    background-color: #f8f9fa;
    min-height: 600px;
    padding: 0.5rem;
}

.teacher {
    padding-left: 10px;
}

.photo-box {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.photo {
    height: 150px;
    width: 150px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

img.photo:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

@media (min-width: 1201px) {
    .b-p-div {
        top: 310px;
        margin-left: -250px;
        padding: 110px;
    }

    .welcome {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .b-p-div {
        top: 280px;
        margin-left: -200px;
        padding: 100px;
    }

    .welcome {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .b-p-div {
        top: 220px;
        margin-left: -100px;
        padding: 50px;
    }

    .welcome {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .b-p-div {
        top: 210px;
        margin-left: -100px;
        padding: 20px;
    }

    .welcome {
        font-size: 30px;
    }
}

.category-card {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.tour-card {
    height: 250px;
}
