html {
    background-image: url(/Assets/Beach-Background-Pattern.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: calc(1920px / 1.7) calc(1080px / 1.7);
}

body {
    padding-top: 65px;
}

.reviews .text-svg {
    height: unset;
    width: unset;
    vertical-align: unset;
}

.reviews a {
    text-decoration: none;
}

.reviews img {
    width: min(300px, 90%)
}

.small-jumbotron {
    background-image: url("/Assets/Family.jpeg");
    background-position: 50% 42.5%;
}

.jumbotron-content {
    color: white;
    filter: drop-shadow(0 0 10px hsl(0, 0%, 0%));
}

.staff {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.staff h3, .staff p {
    text-align: left;
}

.reviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1385px) {
    .review-block {
        width: calc(70% - 50px);
        min-height: auto;
    }
}