@charset "UTF-8";
/* CSS Document */


@font-face {
 	font-family: 'Founders Grotesk';
 	src: url('font/Founders Grotesk - Light.otf') format('opentype'),
 	url('font/Founders Grotesk - Light.woff') format('woff'),
 	url('font/Founders Grotesk - Light.eot') format('embedded-opentype')
 	;
 }

*{
	margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}

a{text-decoration: none;
color: white;}
ul{
	list-style:none;
}

.hi{
    position: absolute;
    top: 40px;
    left: 40px;
}
.coming{
    bottom: 40px;
    position: absolute;
    left: 40px;
}

body{
    background: black;
    color: white;
    font-family: 'Founders Grotesk', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 50px;
    letter-spacing: .5px;
    line-height: 50px;
}


@media (max-device-width : 375px) 
{
body{
    font-size: 1.3em;
}
.hi {
    top: 20px;
    left: 20px;
}	
	
}
