body {
	
	text-align:  center; margin: 0px auto;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style:  normal;
	font-size: 	 calc(10px + .5vw);
	
}

h1,h2,h3,h4,h5,h6 { font-family: "Maven Pro", sans-serif; font-weight: 400; font-style: normal; }

h1 {
	
	font-size: calc(10px + 2vw);
	margin:    calc(12px + .5vw) auto;
	
}

h2 {
	
	font-size: calc(8px + 2vw);
	
}

h3 {
	
	font-size: calc(6px + 2vw);
	
}

h4 {
	
	font-size: calc(4px + 2vw);
	
}

h5 {
	
	font-size: calc(2px + 2vw);
	
}

h6 {
	
	font-size: calc(2vw);
	
}

.br10 {
	text-align: center; margin: 0px auto;
	display: block !important;
    height: 10px !important;
}

.br20 {
	text-align: center; margin: 0px auto;
	display: block !important;
    height: 20px !important;
}

.br30 {
	text-align: center; margin: 0px auto;
	display: block !important;
    height: 30px !important;
}

.br40 {
	text-align: center; margin: 0px auto;
	display: block !important;
    height: 40px !important;
}

.br50 {
	text-align: center; margin: 0px auto;
	display: block !important;
    height: 50px !important;
}

