h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Garamond, serif;
    font-weight: 700;
    line-height: 1.2;
    color: #882222;
}


section {
    padding: 30px 0;
    background-color: #333333;
}

#btt {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 100px;
    box-shadow: 4px 4px 5px #1c3474;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 100px;
    box-shadow: 4px 4px 5px #ff4343;
    background-color: white;
    /* font-size: 2rem;
    border: none;
    outline: none;
    background-color: dodgerblue;
    color: white;
    cursor: pointer;
    padding: 1rem;
    border-radius: 100px; */
}

#myBtn:hover {
    background-color: #ff4c4c;
    box-shadow: 3px 3px 5px #ff7a7a;
}

.navbar {
    background-color: #666;
    box-shadow: -20px 15px 60px -20px #ff7a7a;
}

.nav, .container, .container-sm, .container-md {
    background-color: #666;
    color: #333333;
}

.body, .pagefooter {
    background-color: #333333;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}

.nav-item:hover {
    background-color: #ffd3d3;
    box-shadow: 5px 5px 7px #ff7a7a;
    border-radius: 20px;
    font-size: 18px;
    transition: .20s;
}

.card-img-top {
    max-height: 400px;
    min-height: 150px;
    object-fit: cover;
}

.card-body, .card {
    background-color: #ffd3d3;
}

.card-footer {
    background-color: #ffd3d3;
    border: none !important;
}

.carousel-control-prev, .carousel-control-next {
    color: #882222;
    background-color: #822;
}

.accordion-button {
    color: #882222;
    background-color: #ffd3d3;
    text-align: center;
    justify-self: center;
    position: relative;
    /* display: flex; */
    align-items: center;
    width: 100%;
    border: 0;
    padding-left: 1rem;
}

.button-close {
    background-color: #555;
    border-radius: 30%;
    border: 1pt;
}

.accordion-body {
    background-color: #ffd3d3;
    width: 100%;
}

.accordian{
    justify-content: center; 
    align-items: center;
    text-align: center;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.responsive {
    width: 100%;
    height: auto;
}

.btn-lg {
    border: 2px solid #822;
    border-radius: 30px;
    color: #882222;
    background-color: #ffd3d3;
}

.btn-lg:hover {
    background-color: #822;
    color: #ffd3d3;
}

#coverimg {
    max-height: 720px;
    border-radius: 50%;
    border: 2px solid #822;
    box-shadow: 6px 6px 15px #822;
}

#aboutimg {
    max-height: 660px;
    border: 1px solid #822;
    box-shadow: 3px 3px 5px #ff7a7a;
}

.spinner-border {
    color: #822;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
}
