@font-face {
    font-family: 'FiraSans-Light';
    src: url('../fonts/FiraSans-Light.woff2') format('woff2');
}
html, body, div {
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: none;
}
html {
    font-family: 'FiraSans-Light', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background-color: white !important;
    /*background: url("../imgs/stadium.jpg") no-repeat center center fixed;
    background-size: cover;
    min-width: 320px;*/
	text-align: center;
}
a {
    text-decoration: none;
	color: black;
	font-weight: normal;
}
