@font-face{
    font-family:"Equip W03 Light";
    src:url("/fonts/f2d46818-7992-4ea7-9078-c584f9d6bbf4.woff2") format("woff2"),url("/fonts/ad9fe38f-b13a-4591-9655-7bbe6454c7ed.woff") format("woff");
}

@media screen and (max-width: 600px) {

    header {
        color: rgb(0,255,0);
    }

    nav {
        width: 100%;
    }

    nav ul {
        display: block;
	flex-flow: none;
        width: 100%;
    }

    nav li {
        display: block;
    }

}

a {
    color: rgb(255,255,255);
    text-decoration: none;
}

a:hover {
    color: rgb(204,0,0);
}

body {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    font-family: "Equip W03 Light",Verdana,Arial,sans-serif;
    font-size: 100%;
}

header {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

header * {
    margin: 0;
    padding: 0;
}

nav ul {
    display: flex;
    font-weight: 900;
    list-style-type: none;
    text-transform: uppercase;
}

nav li {
    margin-right: 1.5em;
}

section {
    display: flex;
}

section a:hover {
    text-decoration: underline;
}

#home {
    background: url(images/home-bg.jpg) 50% 50%;
}
