* {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}

a {
    text-decoration: none;
}

a:hover {
    color: skyblue;
}

.topnav {
    font-size: x-large;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 1rem;
}

.topnav div {
    float: right;
    padding-right: 1rem;
}

.topnav a {
    padding-right: 2rem;
    float: left;
    display: block;
}

.topnav a.left {
    font-size: xx-large;
    float: left;
}

/* @media screen and (max-width: 600px) { */
/*     .topnav a:not(first-child) {display: none;} */
/*     .topnav a.left { */
/* 	float: left; */
/* 	display: block; */
/*     } */
/* } */

video {
    width: 100%;
    height: auto;
    object-fit: fill;
    padding-top: 4rem;
}

.section-break {
    border: transparent;
    height: 5rem;
}

body {
    background-image: url("/pictures/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: large;
}
