@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "Bernier";
    src: url("/fonts/BERNIERRegular-Regular.otf") format("opentype");
}

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


h1, h2, h3, h4, h5 {
    font-family: 'Bernier', sans-serif;
}

html, body {
    color: #FFF;
}

body {
    background-color: transparent;
}

html {
    background-color: black;
    background-image: url('/images/bg3.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

a, a:hover, a:active {
    color: #FFF;
    text-shadow: #000 0px 0px 2px;
}

a:hover, a:active {
    color: #FFF;
    text-decoration: none;
}

.logo {
    max-width: 100px;
}

footer {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: #000 0 0 10px;
    font-family: 'Bernier', sans-serif;
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .logo {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

