h1 {
    font-family: "Abril Fatface", serif;
    color: #5f9bce;
    font-weight: bold;
    word-break: break-word;
    line-height: 1.2;
}

h2 {
    font-family: "Abril Fatface", serif;
    color: #5f9bce;
    word-break: break-word;
    line-height: 0.75;
}

button {
    border-radius: 2px;
    border: none;
    background-color: #5f9bce;
    color: white;
    padding: 1em;
    font-size: large;
}

img {
    min-width: 75%;
    max-width: 75%;
    margin: auto;
    height: auto;
}

nav {
    background-color: white;
}

#readsm {
    display: none;
}

.carousel-inner {
    padding: 0 10%;
}

#galleryPhotos > .carousel-inner {
    padding: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
}

.navbar-brand {
    font-family: "Abril Fatface", serif;
    color: #5f9bce;
    font-weight: bold;
}

.mainbox {
    margin: 15vh 0;
    max-width: 75%;
}

.nav-link {
    margin: 0 1em;
}

.carousel-item > img {
    margin: auto;
}

@media screen and (max-width:768px) {
    .carousel-inner {
        min-height: fit-content;
        max-height: fit-content;
    }

    .table {
       min-width: 80% !important; 
    }

    .fs-4 {
        font-size: medium !important;
    }

    .mainbox {
        max-width: 80% !important;
    }

    #readsm {
        display: block;
    }

    #readlg {
        display: none;
    }
}