@font-face {
    font-family: 'impactregular';
    src: url('../fonts/unicode.impact-webfont.woff2') format('woff2'),
         url('../fonts/unicode.impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allertastencil';
    src: url('../fonts/AllertaStencil-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	margin-left: 0vw;
	margin-right: 0vw;	
	margin-top: 0vh;
	margin-bottom: 0vh;
	padding: 0px;
	width: 98vw;
	height: 99vh;
	background-color: #0b0b0b;
	/*background-image: url(../pictures/BackgroundSnow.png);
	background-repeat: repeat;*/
}

h1{
	font-family: "allertastencil";
	font-weight: normal;
	color: #cccccc;
	margin-top: 4vw;
	margin-bottom: 0.42vw;
	font-size: 2.5vw;
	}
	
h2{
	font-family: "allertastencil";
	font-weight: normal;
	color: #cccccc;
	margin-top: 2vw;
	margin-bottom: 0.42vw;
	font-size: 2vw;
	margin-left: 2vw;
}

h3{
	font-family: "allertastencil";
	font-weight: normal;
	color: #cccccc;
	margin-top: 1vw;
	margin-bottom: 0.42vw;
	font-size: 1.8vw;
	margin-left: 4vw;
}


.sitesTextNormal{
	/*background-color: rgba(29,38,58,0.8);*/
	font-family: "arial";
	font-size: 1.50vw;
	color: #cccccc;
	text-align: left;
	vertical-align: top;
}

.sitesTextAllerta{
	font-family: "allertastencil";
	font-size: 2.17vw;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	/*text-shadow: 0px 0px 0.83vw #00081c;*/
}

.sitesTextLink{
	text-decoration: none;
	color: #cccccc;
}

.ident01{
    margin-left: 2vw;
}

.ident02{
    margin-left: 4vw;
}

.ident03{
    margin-left: 6vw;
}

.imgScreenShot{	
	height: 20vw;
	width: auto;
}

.imgScreenShotBig{	
	height: 42.5vw;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px){
	h1{
		font-family: "allertastencil";
		font-weight: normal;
		color: #cccccc;
		margin-top: 48px;
		margin-bottom: 5px;
		font-size: 30px;
	}
	
	h2{
		font-family: "allertastencil";
		font-weight: normal;
		color: #cccccc;
		margin-top: 24px;
		margin-bottom: 5px;
		font-size: 24px;
		margin-left: 2vw;
	}
	
	h3{
		font-family: "allertastencil";
		font-weight: normal;
		color: #cccccc;
		margin-top: 12px;
		margin-bottom: 5px;
		font-size: 22px;
		margin-left: 4vw;
	}
	
	.sitesTextNormal{
		font-size: 18px;
	}
	
	.ident01{
		margin-left: 24px;
	}

	.ident02{
		margin-left: 48px;
	}

	.ident03{
		margin-left: 72px;
	}
	
	.imgScreenShot{	
		height: 240px;
		width: auto;
	}
	
	.imgScreenShotBig{	
		height: 510px;
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
}