/*
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;

}


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


.tableIndexPage{	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
	width: 100%;
	height: 66.67vw;
	background-image: url(../pictures/BackgroundMountain.png);
	background-size: 100vw;
	background-repeat: no-repeat;
	border-collapse: collapse;
}

.trHeader{
	height: 8%;
}

/* min height. Grow of content doesn't fit*/
.trLogo{
	height: 1px;
}

.trProjectList{
	height: 1px;
}

.trFooter{
	height: 4%;
}

.trReserve{
	height: auto;
}

.trSpace{
		height: 4.17vw;
}

.tdLeftSpace, .tdRightSpace{
	width: 10%;
}

.tdLogo{
	/*background-color: rgba(29,38,58,0.3);*/
}

.tdProjectList{
	text-align: right;
	font-family: "impactregular";
	font-size: 1.33vw;				/* same size as footer text for same size of noneBrakingSpace */
}

.tdFooter{
	font-family: "impactregular";
	font-size: 1.33vw;
	color: #4a6194;
	text-align: right;
	vertical-align: bottom;
}

.textProjectList{
	font-family: "impactregular";
	font-size: 4.17vw;
	color: #f9faff;
	text-shadow: 0px 0px 0.83vw #00081c;	
}

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

.textFooterLink{
	text-decoration: none;
	color: #4a6194;
}

.imgLogoBig{	
	width: 100%;
}

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

@media (min-width: 1200px){
	body{
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
	}
	
	.tableIndexPage{
		height: 800px;
		background-size: 1200px;
	}
	
	.trSpace{
		height: 50px;
	}
	
	.textProjectList{
		font-size: 50px;
		text-shadow: 0px 0px 10px #00081c;
	}
	
	.tdFooter{
		font-size: 16px;
	}
}

