/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Varela+Round);
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Varela+Round|Coming+Soon);*/
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Coming+Soon);*/
/*@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);*/
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    background: #333;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
	margin:0px;
	overflow:scroll;
	font-weight: 100;
}

a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	
}
h1{
	/*font-family: 'Lato', 'Noto Sans', sans-serif;*/
	font-family: 'Varela Round', sans-serif;/*
    display: block;
    font-size: 2.5rem;
    font-style: normal;*/
}
div.section div.b-box h2{
	font-family: 'Varela Round', sans-serif;
	/*font-family: 'Coming Soon', cursive;*/
	font-weight: 700;
	font-size: 44px;
}

/*smartphone*/
@media screen and (max-width: 380px) { 
	div.section div.b-box h2 {
	font-family: 'Varela Round', sans-serif;
	/* font-family: 'Coming Soon', cursive; */
	font-weight: 700;
	font-size: 20px;
	}
}



