@font-face {
    font-family: "Newgrounds";
    src: url("../font/NewgroundsFont-Regular.otf") format('opentype');
}

@font-face {
    font-family: "Lato";
    src: url("../font/Lato-Regular.ttf")
}

html {
    font-size: 18px;
    font-family: "Lato";
}
@media (max-width: 572px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #ffdfba;
    margin: 0px;
    font-family: "Lato";
}

h1 {
    font-family: 'Newgrounds', Fallback, sans-serif;
    font-style: italic;
    font-size: 2.35em;
}

.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 7.5%;
}

h2 {
    font-family: "Lato";
}

p {
    font-family: "Lato";
}



.main-section {
    text-align: center;
}


#intro-blurb {
    margin: 0%;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

@keyframes darken {
    0% {
        filter: brightness(100%);
    }

    100% {
        filter: brightness(50%);
    }
}


#navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-item {
    width: 100%;
    background-color: #ff613a;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 14px;
    box-shadow: #eb3e2d 0px 15px 0px 0px;
}

.navbar-item:hover {
    background-color: #ff6100;
}

.content {
    padding: 15px;
}

.main-section > ul {
    display: inline-block;
    text-align: left;
    /* padding-left: 2.5%; */
    /* padding-right: 2.5%; */
}

/* would be good to make this a class later on */
footer {
    width: max( 15%, 1em );
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer-item {
    background-color: #ff6100;
    display: block;
}

.footer-item iframe {
    border: none;
    display: block;
}
