@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');

:root {
    --theme-color1: #14235a;
	--theme-color2: #cd985a;
}

body {
    font-family: 'Comfortaa', cursive;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #14235a;
}

#PhotoBox { aspect-ratio: auto; }

#photospot { display: none; }

#photocaption {
    position: static;
    text-transform: none;
    height: 25vw;
    font-size: min(6vw, 60px);
}

#PhotoBox + .wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

#PhotoBox + .wrapper .copy-container {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 1em;
}

#topbar::before, footer::before { opacity: 1; }

.sidebar .copy > ul { padding-left: 0; }

footer nav a::after { content: none; }

footer nav ul a, footer nav ul li { display: list-item; }

footer nav li { width: auto; }

@media screen and (max-width: 500px) {
	.page {
		padding-left: 20px;
		padding-right: 20px;
	}
}
