body {
    background-image: url("./assets/background.jpg");
    font-family: 'Cormorant Garamond', serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

video {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5)
}

.btn {
    margin-top: 10px !important;
}

footer {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.logo {
    width: 10%;
}

.bio-pic {
    width: 20%;
    border-radius: 10px;
}

.nav-link {
    font-size: 1.2em;
}

.testimony-header {
    margin-bottom: -60px;
}

.jumbotron {
    font-family: 'Cormorant Garamond', serif;
    margin-top: 35px;
    margin-bottom: 50px;
}

.hero-unit {
    font-family: 'Cormorant Garamond', serif;
    background-color: ivory;
    width: 80%;
    height: 542px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5)
}

.btn {
    margin-top: 35px;
}

.pack-pic {
    border-radius: 20px;
}

.outer-card {
    margin-top: 40px;
    margin-bottom: 20px;
}

.card {
    font-family: 'Cormorant Garamond', serif;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.about-header {
    padding-top: 30px;
    padding-bottom: 45px;
}

.home-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

.testimonial {
    padding-top: 55px !important
}

p {
    font-size: 17px;
    margin-bottom: 7px
}

.small {
    letter-spacing: 0.5px !important
}

.card-header img {
    border: 5px solid white !important
}

.outside {
    position: inherit;
    top: -50%
}

.card {
    border-radius: 20px !important;
    box-shadow: 2px 2px 5px 0px rgb(100, 108, 170);
    transition: 0.8s
}

.card-header {
    border-radius: 20px !important
}

.card-footer {
    border-radius: 20px !important
}

hr {
    background-color: rgb(146, 154, 236);
    border: 1px solid;
    border-radius: 20px;
    color: rgb(146, 154, 236);
    height: 5px;
    width: 70px !important
}

.bold {
    font-weight: 500
}

.profile-pic {
    margin-top: 30px;
    margin-bottom: -5px !important
}

.quotes {
    position: relative;
    top: -10px
}

.quotes-down {
    position: relative;
    top: -4 px
}

.fa {
    color: rgb(174, 178, 219);
    cursor: pointer
}

.card-footer .fa {
    font-size: 20px !important
}

.name {
    margin-top: -50px !important
}

.container-fluid:hover .card:not(:hover) {
    transform: scale(0.9)
}

@media (max-width: 1000px) {
    .container-fluid:hover .card:not(:hover) {
        transform: scale(1)
    }
}

@media (max-width: 600px) {
    .hero-unit {
        height: 1256px;
        margin-bottom: 20px;
    }
    .card {
        width: 21rem !important
    }
    .outer-card {
        margin-top: 6px;
        margin-bottom: 19px;
    }
    .bio-pic {
        width: 40%;
        border-radius: 10px;
    }
}