body {
    background-color: white;
    margin: 0;
    min-width: 400px;
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0;
}
h3 {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 16.4px;
    margin: 10px 0;
}

.header_illustration {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    background-color: #F1F3ED;
}

.topnav {
    width: 100%;
    position: relative;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 0 0;
    background-color: white;
}

.topnav a {
    background-color: white;
    float: left;
    color: #5A6EDC;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
    font-size: 14px;
}

.topnav .icon {
    display: none;
}

.footer a {
    color: white;
}

.topnav a:hover, .footer a:hover, a.active {
    color: #E75E5A;
    text-decoration: none;
}

.topnav-right {
    float: right;
}

.topnav-centered img {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo {
    display: block;
    width: 200px;
    height: 125px;
    float:left;
    z-index: 1000;
    position: absolute;
    border-radius: 50%;
}

main {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #F1F3ED;
    flex: 1;
}

.container {
    padding: 0;
    margin: 0;
    height: auto;
}

.content {
    margin-top: 50px;
}

.no_image {
    margin-top: 80px;
}

.card_container {
    background-color: white;
    box-shadow: 0 0 3px lightgray;
}

.card {
    max-width: 1400px;
    margin: 0 auto 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150%;
}

.card_apartment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.apartment_logo {
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}

.gallery_logo {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
}

.apartment_description {
    display: flex;
    flex: 1;
}

.apartment_padding {
    padding: 25px;
}

.gallery_padding {
    padding: 0 5px 5px 5px;
}

.card_header {
    margin-bottom: 30px;
}

.card_image {
    display: flex;
    justify-content: center;
}

.card_photo {
    width: 100%;
    max-width: 600px;
}

.card_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.card_column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: center;
    padding: 25px;
}

.card_icons {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    margin: 0 auto;
}

.card_icon {
    max-width: 50px;
}

.contact_icon {
    max-width: 80px;
}

.contact_info {
    padding-top: 25px;
    text-align: center;
}

.attraction_info {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
}

.attraction_info p {
    margin: 10px 0;
}

.iframe_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.hosts {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.prices_entry {
    padding: 0;
}

.align_right {
    text-align: center;
}

.footer {
    padding-top: 98px;
    background-color: #F1F3ED;
    height: 75px;
    background-image: url(/assets/images/footer.png);
    background-repeat: repeat no-repeat;
}

.footer_content {
    color: white;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer_item {
    margin: auto;
}

.fb_icon {
    width:40px;
}

@media screen and (min-width: 750px) {
    .card_column {
        flex: 1;
    }

    .topnav-left {
        float: left;
        display: flex;
        justify-content:space-evenly;
        width: calc((100% - 200px)/2);
    }

    .topnav-right {
        display: flex;
        justify-content:space-evenly;
        width: calc((100% - 200px)/2);
    }
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 750px) {
    .topnav {
        padding: 0 0 20px 0;
    }
    .topnav a.icon {
        float: right;
        display: block;
        padding: 25px 30px;
    }
    .topnav a, .topnav-right {
        float: none;
        display: block;
    }
    .topnav a {
        padding: 8px 30px;
        display: none;
    }
    .topnav.responsive .topnav-centered img {
        float: none;
        position: relative;
        text-align: center;
    }
    .topnav.responsive .logo {
        display: block;
        text-align: center;
        width: 200px;
        height: 125px;
        float:left;
        position: relative;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        clear: both;
        overflow: hidden;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

    .card {
        flex-wrap: wrap;
    }

    .optional_item {
        display: none;
    }

    .mobile_center {
        padding-top: 0px;
        text-align: center;
    }

    .mobile_padding {
        padding-bottom: 10px;
    }

    .mobile_row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        flex-basis: auto;
    }

    .mobile_column {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        flex-basis: 100%;
        justify-content: center;

        width: auto;
    }

    .no_padding {
        padding: 0;
    }
}