﻿@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin-ext');

html {
	width:100%;
}

body {
	width:100%;
	margin:0px;
	padding:0px;

    background-color:#000;

    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:15px;
    color:#fff;
}
form {
	width:100%;
	
	margin:0px;
	padding:0px;
}
@media only screen and (max-width:999px) {
    body {font-size:14px;}
}