body {
    background-color: rgb(239, 235, 224);
    font-family: garamond, serif;
}

.navbar {
    background-color: rgb(239, 235, 224);
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.fee-background {
    background-image: url('../images/fees.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.ct-background {
    background-image: url('../images/contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}