body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Lobster", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

header img {
    min-width: 120px;
    max-width: 20vw;
    max-height: 20vh;
}

.download img {
    width: 160px;
}

.social a {
    display: inline-block;
    margin: 8px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 720px) {
    header img {
        max-width: 40vw;
        max-height: 40vh;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.full {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#background-slider img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.m-auto {
    margin: auto;
}

.flex .m-auto > * {
    margin: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}