/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 20, 2018 */



@font-face {
    font-family: 'quicksand_mediumregular';
    src: url('../fonts/quicksand-medium-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body, 
html {
    font-family: 'quicksandregular', sans-serif;
    font-size: 21px;
    color: black;
    background: white;
    line-height: 2em;
    text-align: left;
}
main {
    padding: 1rem;
}

a:link, a:visited {
    color: gray;
    text-decoration: none;
}

p {
    text-align: right;
}

.centered {
    height: 100%; 
    display: table;
}

.text--wrapper {
    display: table-cell;
    vertical-align: middle;
}

img {
    width: 100%;
    height: auto;
}

h1, p {
    margin: 0;
}



