/*Main 1.0.0*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');


/* GLOBAL VARIABLES*/
/* HTML GLOBAL TAGS*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%; 
}

body {
	  font-family: 'Roboto', 'Lato', sans-serif;
	  background-color: #c10000;
	  color: #000;
	  overflow-x: hidden;
	  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
	  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

/*NAV*/
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 100;
}

nav img {
	height: calc(60px + (80 - 60) * ((100vw - 300px) / (1600 - 300)));
	padding: 10px;
}

nav .logo-title {
	font-family: 'Indie Flower', cursive;
}

.nav-wrapper {
	height: 0;
	display: none;
}
