﻿@media (max-width: 992px) {
    .brand-logo-photo {
        height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1700px) {
    .brand-logo-photo {
        height: 50px;
    }
}

@media (min-width: 1700px) {
    .brand-logo-photo {
        height: 50px;
    }
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
}

.gallery-item {
    cursor: pointer;
    opacity: 1;
    transition: opacity 1s;
}

    .gallery-item:hover {
        transition: opacity 1s;
        opacity: 0.8;
    }

.expandable-image {
    opacity: 1;
    transition: opacity 1s;
    cursor: pointer;
}

    .expandable-image:hover {
        transition: opacity 1s;
        opacity: 0.8;
    }

.background-darken-1 {
    background-color: rgba(1, 1, 1, 0.20);
}

.background-darken-2 {
    background-color: rgba(1, 1, 1, 0.40);
}

.background-darken-3 {
    background-color: rgba(1, 1, 1, 0.60);
}

.background-darken-4 {
    background-color: rgba(1, 1, 1, 0.80);
}

.nav-link {
    color: white;
}

.tiny-result img {
    max-width: 100%;
    height: auto;
}

a:hover {
    color: navajowhite !important;
}

a:focus {
    color: navajowhite !important;
}

.navbar-brand {
    max-width: 500px;
}

.width-fit-content {
    width: fit-content;
}

.bg-light-gray {
    background-color: #f5f5f5 !important;
}

.font-xx-large {
    font-size: xx-large;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-initial {
    cursor: initial;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

main {
    flex: 1 0 auto;
}

.object-fit-cover {
    object-fit: cover;
}

header {
    background-size: cover;
    background-position: center;
    /*max-height: 75vh;*/
}

.header-text {
    font-size: medium;
}

.footer {
    background-size: cover;
}

section {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.offer-card {
    margin-bottom: 24px;
}

.offer-price {
    position: absolute;
}

.logo {
    margin-bottom: 10vw;
    margin-top: 5vw;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: bold;
    font-display: swap;
}

.h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
}

.h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
}

nav {
    background-color: rgba(1, 1, 1, 0.5) !important;
    z-index: 1000;
}

.footer-inner {
    background-color: rgba(1,1,1,0.5);
}

.page-footer {
    padding-top: 0px;
}

.post-photo {
    object-fit: cover;
    height: 100%;
    min-height: 200px;
}

.post-card-content {
    display: flex;
    flex-direction: column;
}

.post-card-date {
    padding-bottom: 12px;
}

.post-card-link {
    margin-top: auto;
}

.post-card-description {
    padding-bottom: 12px;
    font-style: italic;
}

.post-card-title {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: bolder;
    font-display: swap;
    padding-bottom: 12px;
}
