@charset "utf-8";
/* CSS Document */

body {
	background-color: #0B3FD0;
	align-content: stretch;
	font-family: "Myriad Pro", "sans-serif";
	text-align: center;
	color: #CCCCCC;
	}
body.n {
	align-content:center;
	text-align: justify;
	background-color: #E9ECEF;
}
.bodyimg {
	background-image: url('../images/ufo.jpg');
	width: 100vw;
	margin: 0px;
	border: 0px;
}

.container {
	text-align: justify;
	text-decoration-color: #000000;
	color: #3C3A3A;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 60px;
	margin: 10px;
	border: 0px;
}
.containerAHK { 
	text-align: center;
	text-decoration-color: #000000;
	color: #3C3A3A;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
	padding-top: 60px;
	margin: 10px;
	border: 0px;
	}
.bg-ahk {
	background-color:#99CCFF;
}
.bg-nav {
	background-color:#0b3fd0;
}
div.fixed {
    position: fixed;
    bottom: 10px;
    width: 100%;
	border: 0px solid #CCCCCC;
}
div.a {
    text-align: center;
}

div.b {
    text-align: left;
}

div.c {
    text-align: right;
	}
div.bottom {
	position: relative;
	top: 70%;
	bottom: 10%;
	left: -5px;
}
div.bottom.left {
	position:relative;
	top: 70%;
	bottom: 10%;
	text-align: right;
}
div.bottom.right {
	position: relative;
	top:70%;
	bottom:10%;
	text-align: left;
}
.fixed {
	position: fixed;
	top: 20px;
	left: 40px;
	width: 300px;
	border: 0px;
	z-index: 1040;
	}
.absolute {
	position: absolute;
	left: 20px;
	top: 50vh;
	bottom: 5vh;
	width: auto;
	border: 0px;
	z-index: 1060;
}
.relative {
	align-content: flex-end;
	position: relative;
	grid-column-end: 460;
	z-index: 1080;
}

h2 {
	color: #CCCCCC;
	font-family: "Myriad Pro";
	}
h3 {
	font-family: "Myriad Pro";
	font-size: 1.15em;
	background-color: #FFF;
	color: #CCCCCC
	}
h4 {
	color: #CCCCCC;
	font-family: "Myriad Pro";
	}
.card {
	max-width: 95%;
	padding-left: 0px;
	border: 0px;
	
}
table {
	color: #FFFFFF;
	empty-cells:hide;
	padding: 20px; 
}

td, th {
	font-family: "Myriad Pro";
	font-size: 1em;
	line-height: 2em;
	color: #CCC
	}

.margin {
	margin-left: 0px;
	padding-left: 3px;
}





