@font-face{
   font-family: Varela Round;
   src: url(../media/fonts/VarelaRound-Regular.ttf);
   
}
@font-face{
   font-family: Libre;
   src: url(../media/fonts/RhodiumLibre-Regular.ttf);
}
@font-face{
   font-family: Questrial;
   src: url(../media/fonts/Questrial-Regular.ttf);
}
@font-face{
   font-family: Mina;
   src: url(../media/fonts/Mina-Regular.ttf);
}


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



html, body{
	
	height: 100%;
    width: 100%;
    overflow: auto;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #194362;
	text-shadow: 0 0 15px rgba(192,192,192,.5), 0 0 10px rgba(0,0,0,.3);
	
	font-family: 'Varela Round', sans-serif;
	/*font-family: 'Libre', sans-serif;*/
	/*font-family: 'Questrial', sans-serif;*/
	/*font-family: 'Mina', sans-serif;*/
	
}

input, textarea, select { font-family:inherit; }

b {
	text-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 10px rgba(128,128,128,.5);
}


a {
	color: #194362;
	text-decoration: none;
}

ul, li {
	list-style-type:none;
}
