
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #1e252d;
	color: #212931;
	font-family: Arial;
}
.crumb{
	display: none;
}
.sitebackground{
	background-color: #212931;
	background-image: url("bg.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: repeat, no-repeat, no-repeat;
	background-attachment: scroll, scroll, scroll;
	z-index: -1;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	transition: opacity 1s ease-in-out;
	transition-delay: 0.75s;
	opacity: 0.8;
}
.pagetitle{
	text-align: center;
	margin: 20px 0px 30px 0px;
}
.pagetitle span{
	border-style: solid;
	border-color: #ffffff;
	border-width: 5px !important;
	font-size: 4vh;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 25px;
	text-transform: uppercase;
	color: white;
	display: inline-block;
}

#btnMobileNav{
	display: none;
}

#nav, #main{
	width: calc(100% - 10vw);
	margin: 0 5vw 0 5vw;
}
#nav{
	background: rgba(0, 0, 255, 0.8);
	line-height: 65px;
	overflow: hidden;
	position: absolute;
}
#nav.navtop{
	position: fixed;
	top: 0;
	z-index: 10;
}
#nav ul{
	color: white;
	font-weight: 900;
	letter-spacing: 0.075em;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
	display: flex;
}
#nav a{
	color: inherit;
	display: block;
	font-size: 0.7rem;
	outline: none;
	padding: 0 2rem;
	text-decoration: none;
}
#nav ul .active{
	color: #1e252d;
	background-color: white;
}
#main{
	position: relative;
	top: 65px;
}
.content{
	background-color: white;
	padding: 50px 80px;
}
.content img{
	margin: 20px 0;
	max-height: 400px;
	max-width: 100%;
}
.content .imghldr{
	text-align: center;
}

footer{
	position: relative;
	top: 65px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 30px;
	font-weight: bold;
}
footer a{
	color: #fff;
}

a:hover{
	color: #18bfef !important;
}

h1{
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	font-size: 25px;
	padding: 25px 0;
	text-transform: uppercase;
}
h2 a{
	color: inherit;
	text-decoration: none;
}
h3{
	font-size: 22px;
	padding: 15px 0;
	text-transform: uppercase;
}
.subtitle{
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

.content p, .content ul{
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 25px;
}

li{
	margin-left: 20px;
}

pre{
	display: block;
	line-height: 1.75;
	overflow-x: auto;
	background: rgba(220, 220, 220, 0.25);
	border: solid 2px #eee;
	font-family: "Courier New", monospace;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 20px;
}

.infoblockholder{
	text-align: center;
	margin: 30px 0;
}
.infoblock{
	display: inline-block;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	text-align: center;
	max-width: 200px;
	margin: 10px;
	min-height: 240px;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
}
.infoblock p{
	text-align: justify;
}
.infoblock img{
	height: 70px;
}
.infoblock b, .articlebrief b{
	font-size: 20px;
	display: block;
	margin: 10px 0;
}

.articlebrief{
	display: inline-block;
	margin: 10px 5px;
	max-width: 400px;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	box-shadow: 0 10px 10px #a0a0a0;
	padding: 15px;
}
.articlebrief p{
	text-align: justify;
}
.content .articlebrief img{
	max-height: 140px;
}

.separator{
	height: 50px;
}

@media(max-width:500px){
	.mobileHidden{
		display: none;
	}/*
	.sitebackground{
		background-image: none;
	}*/
	#btnMobileNav{
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		background: white;
		padding: 5px 15px;
		z-index: 10;
		text-transform: uppercase;
		line-height: 24px;
		cursor: pointer;
		border-radius: 5px;
		box-shadow: 0px 0px 10px #ddd;
	}
	#btnMobileNav img{
		height: 20px;
		position: relative;
		top: 4px;
		right: 5px;
	}
	#nav{
		background: #eee;
		width: 200px;
		max-height: 80vh;
		overflow: auto;
		position: fixed;
		top: 0px;
		right: 0px;
		padding-top: 50px;
		z-index: 5;
		margin: 0;
		border-left: 2px solid #aaa;
		border-bottom: 2px solid #aaa;
	}
	#nav ul{
		color: #212931;
		display: block;
	}
	#main{
		width: 100%;
		margin: 0;
	}
	.content{
		padding: 40px 10px;
	}
	.content p, .content ul{
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 20px;
	}
	pre{
		font-size: 12px;
	}
}