@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'minion';
    src: url('minionpro-bold-webfont.eot');
    src: url('minionpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('minionpro-bold-webfont.woff') format('woff'),
         url('minionpro-bold-webfont.ttf') format('truetype'),
         url('minionpro-bold-webfont.svg#minion_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.minion {
    font-family: 'minion', 'Times New Roman', serif;
}

body,td,th {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 25px;
	text-align:center;
	color: white;
}

body, html {
	margin:0;
	padding:0 3%;
	background-color:black;
	height:100%;
}

#container {	
    height:100%;
	/*margin:40px auto;*/
	/*margin:0px auto;*/
	text-align: center;
	
	display: flex;
	flex-direction: column;
    align-items: safe center;
    /*justify-content: center;*/
	justify-content: safe center;
}
	.subflex {
		margin:10px;
	}
	.na_message {
		font-size:35px;
		line-height:40px;
	}
	.na_contact {
		font-size:18px;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
}

@media screen and (max-width: 990px) {
	#container {
		/*width:100%;*/
	}
	img {
		*width:100px;
	}
}