video {
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 100%;
	height: auto;
	border-radius:20px;
}

body {background-color:	 #666666;
}

#footer {background-color:#1a001a;
			height:100;
			width:100%;
			clear:left;			
			border-radius:20px;
}

.image_header {width: 100%;
				height: auto;
				border-radius:20px;
				z-index: 1;
}

.container {position: relative;
			padding-top:10;
}

.img1 {
	float: right;
	margin-right:10px;
	margin-left:10px;
	/*padding-left: 10px;*/
	border-radius: 5px;
}

.img2 {
	float: left;
	margin-right:15px;
	margin-bottom:10px;
	/*padding-right: 10px;
	padding-bottom: 10px;*/
	border-radius: 5px;
	overflow:hidden;
}

.blackType {color:#000000;
			text-align:justify;
			font-family:Garamond, Georgia, serif;
			font-size:20px;
			font-weight:bold;
			/*text-shadow:1px 1px 1px #ffffff;*/
			padding:5px;}
			
p {
  text-indent: 50px;
}
			
h2 {color:#333333;
	text-align:center;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:30px;
	padding:5px
	position: absolute;
	text-shadow:2px 2px 2px #a6a6a6;
	z-index: 2;
}

.blacktypeCenter {color:#333333;
				font-size:18px;
				text-align:center;
				font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
				padding:10px;
				border-left:5px;
				text-shadow:1px 1px 1px #a6a6a6;
}

.greytypeCenter {color:#a6a6a6;
				font-size:12px;
				text-align:center;
				font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
				padding:10px;
				border-left:5px;
}

.topnav {
  overflow: hidden;
  background-color: #666666;
  border-radius:20px;
}

.topnav a {
  float: left;
  color: #bb99ff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
}


.topnav a:hover:not(.active) {

  color: #999999;
}

.topnav a.active {

	color: #000000;
}

/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
  float: right;
  background-color: #666666;
  color: #bb99ff;
}
.thumbnails:hover img{
			opacity: .6;
			transform: scale(.92);
}
.thumbnails img:hover{
			opacity: 1;
			/*transform: scale(1) skew(10deg,10deg);*/
			box-shadow: 5px 5px 5px 5px #595959;
}
.thumbnails img{
			transition: all .2s ease-in-out;
}



/*these anchor/link mods are temporary. Only for the coming soon page
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}											*/