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

/*
table, tr, td{
	border: 1px solid;
	border-color: #ffffff;
}
*/

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

.trHeader{
	height: 19.17vw;
}

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

.trText{
	height: auto;
}

.trFooter{
	height: 4%;
}

.trReserve{
	height: 1px;
}

.trSpace{
		height: 4.17vw;
}

.trSpaceBottom{
		height: 4.17vw;
}


.tdLeftSpace, .tdRightSpace{
		width: 4.58vw;
}

.tdImgPreview{
	vertical-align: top;
	/*background-color: rgba(29,38,58,0.3);*/
}

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

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

.tdImage{
	vertical-align: center;
	text-align: center;
}

@media (min-width: 1200px){
	body{
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
	}
	
	
	.mainTable{
		height: 800px;
		background-size: cover;
	}
	
	.trHeader{
	height: 230px;
	}
	
	.trSpace{
		height: 50px;
	}
	
	.trSpaceBottom{
		height: 50px;
	}
	
	.tdLeftSpace, .tdRightSpace{
		width: 55px;
	}
	
	.tdFooter{
		font-size: 16px;
	}
				
}

