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

a.menuitem{
	color: #080808;
}

a:visited{
	color: #606060;
	text-decoration: underline;
}

p{
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 3px;
	color: #F0F0F0;
}

a:hover{
	color: #C0C0C0;
	text-decoration: none;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}

div.barTop{
	background-color: #101010;
	text-align: center;
}

span.button{
	background-color: #F0F0F0;
	color: #080808;
	display: inline-block;	
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}


body{
	background-color: #080808;
	background-image: url('globalbg.jpg');
	margin: 0px;
	height: 100%;
}

h1.logo{
	margin-top: 0px;
	margin-bottom: 0px;
	color:  #F0F0F0;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 35px;
	display: inline-block;
	font-weight: normal;
}

h1.subtitle{
	margin-top: 0px;
	margin-bottom: 3px;
	color:  #F0F0F0;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 1px;
	display: inline-block;
	font-weight: normal;
}

h1{
	font-family: 'Cinzel Decorative', cursive;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 10px;
	color: #F0F0F0;
}

h1.contact{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: right;
	color: #080808;
	font-family: 'Vesper Libre', serif;
	font-size: 42px;
	display: inline-block;
	text-align: right;
}

h2{
	font-family: 'Vesper Libre', serif;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 10px;
}

h3{
	font-family: 'Vesper Libre', serif;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 10px;
}

div.menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #F0F0F0;
	margin-bottom: 0px;
	text-decoration: bold;
}

div.selected{
	background-color: #424848;
}

div.menuitem{
	width: 175px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-left: 25px;
	display: inline-block;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 0px;
	color: #F0F0F0;
}

div.content{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-style: solid;
	border-color: #040404;
	border-width: 5px;
	background-color: #424848;
	height: 100%;
	max-width: 1200px;
}

div.contentItem{
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #424848;
	height: 100%;
}

div.contentSection{
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

div.contentLeftSideBar{
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #F0F0F0;
	height: 100%;
}

div.barBottom{
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #040404;
	margin-bottom: 0px;
	margin-top: 30px;
	color: #404040;
	text-align: center;
}

div.header{
	position: sticky;
	top: 0;
	z-index: 99;
	width: 100%
}

code {
	background-color: #080808;
	color: #FFFFFF;
	padding: 3px;	
}

div.code{
	background-color: #080808;
	padding: 5px;
}
