@charset "utf-8";
/* CSS Document */

body	{
	background-color:#1E1E1E;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif5;
	margin:auto;
}
header	{
		margin-bottom:20px;
		overflow:hidden;
		background:#1E1E1E;
		padding: 5px 10px;
		width: 940px;
		margin: 0 auto;
		
}

h1, h2, h3, h4 {
    display:block;
    margin:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:normal;
}

.logo	{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#socialmedia	{
	display:block;
	float:left;
	width:150px;
	margin: 0 auto;
	margin-top: 15px;
	
		
}
nav {
    display:block;
	 float:right; 
    margin:0 auto;
	margin-top: 0px;

}

nav ul	{
	text-align:right;	
}

nav ul li	{
	display:block;
	float:left;
	list-style:none;
	background-color: #7B79A7;
	
	/* margin: 0px 5px 20px 5px; */
	
}

nav ul li a:link, nav ul li a:visited	{
	display: block;
	color:#fff;
	background-color:#38374D;
	text-decoration:none;
	 padding:13px;
	/*
	border: 2px solid #3c1b15;
	border-radius:5px; */
	
}
nav ul li a:hover, nav ul li a:active	{
	background-color:#8D8D8D;

}
.navactive {
	color:#fff!important;
	background-color:#8D8D8D!important;
	font-weight:bold;
}
section	{
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 960px;
	color:#FBF9F9;
	text-align: center;
}

.contentwindow	{
	margin: 20px auto 0 auto;
	padding: 20px;
	display: block;
	overflow: hidden;
	width: 920px;
	color:#F9F9F9;
	background-color:#0E0E0E; 	
}

footer	{
	display:block; 
	width:960px;
	margin: 20px auto;
	clear:both;	
	background:#1E1E1E;
	padding: 10px;
	
	
}


footer ul li	{
	height:10px;
	display:inline;
	float:center;
	list-style:none;
	padding:15px;
	color:#F0EAEA;
	clear:both;
	
}


* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}