body {
    font-family: Arial !important;
}

.fs-small {
    font-size: small;
}

.required:after {
    content: "*";
    color: red;
}

.class-info {
    border-collapse: collapse;
}

.field-name {
    width: 8rem;
    text-align: right;
}

.field-value {
  color: rgb(13, 202, 240);
}

@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 {
    background-color: #bbd1ea;
    color: rgb(1,33,105);
}

.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,33,105) !important;
    }

.header-container, .teacher-container {
    background-color: white;
}

.navbar-container {
    background-color: #bbd1ea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

    .navbar .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        color: rgb(1,33,105);
        white-space: nowrap;
    }

        .navbar .nav-link.active {
            background-color: #bbd1ea;
            color: rgb(27,42,63) !important;
        }

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

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

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

.bottom-bar {
    background-color: #bbd1ea;
    color: rgb(1,33,105);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .bottom-bar a {
        color: rgb(1,33,105);
    }

    .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;
    }
}
