@charset "UTF-8";

@font-face {
	font-family: aero;
	src: url(fonts/stencil.ttf);
}

body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-image: url(images/structure/bbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
}

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 10px 0px 0px;
	border-left: 2px solid #7e2a00;
	border-right: 2px solid #7e2a00;
	background-color: rgba(0,0,0,0.75);
}

header {
	width: 100%;
	height: 8%;
	background-color: #ff5600;
	border-bottom: 3px solid #fff000;
	border-radius: 10px 10px 0px 0px;
}

a:link {
	color: #ff5600;
	text-decoration: underline;
}

.pagehead {
	color: #111;
	font-family: aero;
	margin-left: auto;
	margin-bottom: 10px;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	line-height: 2em;
	font-size: 40px;
	border-radius: 10px;
}

.hero_header {
	width: 100%;
	color: #f9f9f9;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}

.depheader {
	width: 100%;
	color: #ff5600;
	font-family: aero;
	margin-left: auto;
	margin-bottom: 10px;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 3px;
	line-height: 2em;
	font-size: 40px;
	border-radius: 10px;
}

table {
	width: 100%;
	padding: 5px;
}

th {
	color: #ff9965;
	padding: 5px;
}

td {
	color: #E1E1E1;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 33%;
	text-align: center;
}

.tablehead {
	color: #ff5600;
	font-family: aero;
	font-size: 25px;
	letter-spacing:2px;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #222;
	padding-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	padding-top: 20px;
	border-bottom: 4px solid #927161;
	min-height: 260px;
	background-image: url(images/structure/greyback2.jpg);
}
.calctable {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #333;
	padding-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	padding-top: 20px;
	border-bottom: 4px solid #927161;
	min-height: 260px;
}
.calctable td{
	width: 20%;
	text-align: center;
	border-radius: 2px;
}
.gallery .thumbnail a {
	text-decoration: none;
}
.gallery .thumbnail h4 {
	font-family: aero;
	font-size: 22px;
	letter-spacing:2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ff5600;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	filter: drop-shadow(4px 4px 5px #000000);
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}	

.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
}

.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	padding-left: auto;
	padding-right: auto;	
	float: left;
}

.intro .column h3 {
	color: #FFFFFF;
	text-align: left;
}

.intro .column img {
	width: 90%;
	vertical-align: centre;
	border-radius: 50px 8px;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 300px;
	opacity: 1;
}

.thumbnail:hover {
    	filter: drop-shadow(8px 8px 10px #792900);
	transition: all 0.2s linear;
}

.thumbnail:hover .cards {
	filter: brightness(115%);
	filter: contrast(115%);
	transition: all 0.2s linear;
}

.gatetd {
	background-color: #555555;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 110px;
	text-align: center;
}

.button a{
	color: #333;
	transition: all 0.3s linear;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #333;
	color: #333;
	background-color: #FD7937;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #606060;
	color: #FFFFFF;
	border: 3px solid #fff;
	cursor: pointer;
}

.button:hover a{
	color: #FFFFFF;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FF5600;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

address {
	color: #ffffff;
	font-size: 18px;
}

footer {
	background-color: #FD7937;
	background-image: url(images/footerbg2.jpg);
	padding-top: 30px;
	padding-bottom: 30PX;
	border-top: 3px solid #ff5600;
}

.footerlinks {
	width: 50%;
}

.intro {
	display: inline-block;
	background-color: #111;
	background-image: url(images/structure/greyback3.jpg);
	border-radius: 10px;
	border-bottom: 2px solid #333;
}

.profile {
	width: 50%;
}

.gallery .thumbnail .tag {
	color: #fff;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#topbutton {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 99;
	border: 2px solid #222;
	outline: none;
	background-color: #eee;
	color: #333;
	cursor: pointer;
	padding: 15px;
	border-radius: 20px 20px 8px 8px;
	font-family: aero;
	font-size: 18px;
	opacity: 0.8;
	transition: all 0.3s linear;
}

#topbutton:hover {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
}

#resultbutton {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: 2px solid #222;
	outline: none;
	background-color: #eee;
	color: #333;
	cursor: pointer;
	padding: 15px;
	border-radius: 8px 8px 20px 20px;
	font-family: aero;
	font-size: 18px;
	opacity: 0.8;
	transition: all 0.3s linear;
}

#resultbutton:hover {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
}

#homebutton {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	border: 2px solid #222;
	outline: none;
	background-color: #eee;
	color: #333;
	cursor: pointer;
	padding: 15px;
	border-radius: 25px 8px;
	font-family: aero;
	font-size: 18px;
	opacity: 0.8;
	transition: all 0.3s linear;
}

#homebutton:hover {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
}

#homebutton:hover img {
	filter: invert(100%);
}
#print{
	display: none;
}
#noprint{
	display: block;
}

@media (max-width: 320px) {

	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}

	.text_column {
	padding-left: 20px;
}

	.thumbnail {
	width: 100%;
	margin-left: 0px;
}
	.intro .column img {
	width: 100%;
	vertical-alignment: centre;
}

	.thumbnail:hover {
	filter: none;
}
	
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
}

@media (min-width: 321px)and (max-width: 767px) {
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
		
.column {
	width: 100%;
	margin-top: 0px;
}
	
.thumbnail {
	width: 100%;
	padding-left: 0%;
	margin-left: 0px;
}
	
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
	
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.intro .column img {
	width: 100%;
	vertical-alignment: centre;
}
	
.profile {
	width: 100%;
}

.thumbnail:hover {
	filter: none;
}
	
}

@media (min-width: 768px) and (max-width: 1096px) {
	
.text_column {
	width: 100%;
}
	
.thumbnail {
	width: 48%;
}
	
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
	
.intro .column p {
	width: 80%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.thumbnail:hover {
	filter: none;
}
	
}