
body {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    color: rgb(100, 54, 55);
    font-size: medium;
}

body::before {
    background-color: #03436A;
    border-right: #D30068 15px solid;
    background-image: url("/static/flowers.png");
    display: block;
    content: '';
    min-width: 15vw;
    z-index: -1;
}

.main {
    background-color: #fffddc;
    margin: 0;
    padding: 1rem;
    min-height: 100vh;
    box-shadow: .5rem 0 2rem rgba(76, 71, 0, 0.31);
    background-image: url("/static/cream-paper.png");
    min-width: 60vw;
}

header {
    text-align: center;
    font-size: bigger;
}

h1, h2, h3, h4 {
    font-family: 'Calistoga', cursive;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1rem;
}

section p {
    font-size: larger;
}

section p a {
    text-decoration: underline;
    color: inherit;
}

nav ul {
    /* font-family: 'Calistoga', cursive; */
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    font-size: 1.5rem;
}

nav ul a {
    text-decoration: none;
    color: inherit;
}

nav ul a:hover {
    text-decoration: underline;
}


body::after {
    /* background-color: #64A8D1; */
    background-color: #03436A;
    /* background-image: url("/static/climpek.png"); */
    background-image: url("/static/flowers.png");
    display: block;
    content: '';
    width: 100%;
    z-index: -1;
}

.map {
    width: 100%;
    height: 300px;
    border: 5px solid white;
    background-color: white;
    box-sizing: border-box;
}

footer {
    font-size: .7rem;
    text-align: center;
    margin-top: 2rem;
}

.custom-callout {
    display: flex;
    color: rgb(100, 54, 55);
}

.callout-icon {
    align-self: center;
    font-size: 1.8rem;
}

.callout-body {
    padding-left: .3rem;
}

.callout-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.callout-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.custom-callout a {
    text-decoration: none;
    color: inherit;
}

.custom-callout a:hover {
    text-decoration: underline;
}

.registry {
    box-sizing: border-box;
    background-color: white;
    border: 5px solid white;
    padding: .5em;
    max-width: 30%;
    box-shadow: .4rem .4rem .5rem rgba(0, 0, 0, .5);
}

.registry img {
    width: 100%;
}

#photos {
    display: flex;
    justify-content: space-between;
}

#photos img {
    max-width: 95%;
    box-sizing: border-box;
    object-fit: contain;
    border: 5px solid white;
    /* margin: 1rem; */
}