/*CSS FONT*/

@font-face{
	font-family: 'D-DIN';
	font-style: normal;
	src:url('../fonts/D-DIN.woff2') format('woff2')}

@font-face{
	font-family: 'D-DIN';
	font-style: normal;
	font-weight: bold;
	src:url('../fonts/D-DIN-Bold.woff2') format('woff2')}

body{font-family: 'D-DIN';}

h1{font-size: 72px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:88px;
	color: #FFFFFF;
	padding: 5px 0px;
	margin-bottom: 8px}

h2{font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 49px;
	color: #FFFFFF;
	padding: 5px 0px;
	margin-bottom: 8px}

h3{font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	padding: 5px 0px;
	margin-bottom: 8px}	

p{font-size: 16px;
	line-height:20px;
	color: #FFFFFF;
	padding:5px 0px}

	/* Responsive FONT*/

	@media (max-width: 955px) {
		h1{font-size: 10vw;
			line-height:12vw;
			margin-bottom: 2vw;}
		
		h2{font-size: 8vw;
			line-height:10vw;
			margin-bottom: 2vw;}
		
		h3{font-size: 4vw;
			line-height:5vw;
			margin-bottom: 2vw;}
		
		p{font-size: 2.5vw;
			line-height:3.5vw;
			margin-bottom: 2vw;}}





