/*
table, tr, td{
	border: 1px solid white;
}
*/

@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: 0.5vw;
	margin-right: 0.5vw;	
	margin-top: 0.5vh;
	margin-bottom: 0.5vh;
	padding: 0px;
	width: 99vw;
	height: 99vh;
	background-color: #000000
	/*background-image: url(../pictures/BackgroundSnow.png);
	background-repeat: repeat;*/
}

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

.textProjectListLink{
	text-decoration: none;
	color: #CCCCCC;
}

.textFooterLink{
	font-family: "allertastencil";
	font-size: 1.83vw;
	text-decoration: none;
	color: #E0A200;
}

.mainFrame{	
	width:100%;
	height:100%;
	border: 0px;
	background-color: #0b0b0b;
}

@media (min-width: 1200px){
	body{
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
	}
	
	
	.mainTable{
		height: 800px;
		background-size: cover;
	}
		
	.textNormal{
		font-size: 26px;
		/*text-shadow: 0px 0px 2px #00081c;*/
	}	

	.textFooterLink{
	font-size: 22px;
	}	

}

