@charset "UTF-8";
@font-face {
    font-family: CMUConcreteBold; 
    src: url('Media/Font/cmunobx.ttf');
}
@font-face {
    font-family: CMUConcreteBoldItalic; 
    src: url('Media/Font/cmunobi.ttf');
}

/** OVERALL DEFAULTS **/
body {
    font-family: CMUConcreteBoldItalic, serif;
    color:#c1272d;
    background-color:gainsboro;
    display: flex;
    flex-direction: column;
    align-content: center;
}

a {
    color:#c1272d;
    text-decoration: underline;
}
a:hover {
    color:#351418;
}

footer {
    text-decoration: none;
    width:100vw;
    margin-top:25vh;
    text-align: center;
}

nav {
    display:flex;
    flex-direction: column;
    margin-top:5vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size:1.5em;
}

.MainWordmark img{
    margin-top:20vh;
    margin-left:auto;
    margin-right:auto;
    height:20vh;
    width:auto;
    display: block;
}