html, body {
    height: 100%;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

nav a {
    color: white;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1em;
}

nav a:hover {
    background-color: #87011a;
}

nav .brand {
    font-size: 24px;
    line-height: 0em;
}

.theme-bg {
    background-color: #660013; 
}

.w-content {
    max-width: 600px;
    /* display: flex;
    flex-direction: column; */
    align-self: center;
}

.content { 
    background-color: #ffede2;
}

.carousel img {
    max-height: 100px;
    max-width: 100vw;
    cursor: pointer;
    box-sizing: border-box;
}
.carousel .zoom img {
    max-height: 100%;
    max-width: 100%;
}
.carousel img.active {
    border: 2px solid var(--blue-500);
}

.bg-cover-1 {
    background: url(/photos/bc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}
.bg-cover-2 {
    background: url(/photos/bc1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}