@font-face {
  font-family: 'KozWeb';
  src: url('KozGoPro-Medium-AlphaNum.eot?#iefix') format('embedded-opentype'),  
  url('fonts/KWeb/KozGoPro-Medium-AlphaNum.otf')  format('opentype'),
  url('fonts/KWeb/KozGoPro-Medium-AlphaNum.woff') format('woff'),
  url('fonts/KWeb/KozGoPro-Medium-AlphaNum.ttf')  format('truetype'),
  url('fonts/KWeb/KozGoPro-Medium-AlphaNum.svg#KozGoPro-Medium-AlphaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	font-size: 16px;
	line-height: 20px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url("images/gplaypattern.png");
	}
h1{
	font-family: KozWeb;
	font-size: 36px;
	line-height: 42px;
}
h2{
	font-family: KozWeb;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}
h3{
	font-family: KozWeb;
	font-size: 36px;
	line-height: 42px;
	margin-left: 100px;
}

#header{
		padding-top: 20px;
		display: inline-block;
		overflow:hidden;
		}
#nav {
		list-style:none;
		padding:0;
		font-family: KozWeb;
		
	
}
	#nav li { 
	float:left;
	}
			#nav li a{
				padding:5px 10px;
				width: auto;
				text-decoration:none;
				text-align:center;
				color:#000000;
				font-weight:bold;
				border-bottom: medium solid #14C0F2;
				display: block;
				margin-left: 5px;
				margin-right: 5px;
				}
				
				#nav li.active a{
					border-bottom: medium solid #BCC6CC;
				}
				#nav li a:visited {
					color:#000000;
				} 
				#nav li a:hover{
					color: #BCC6CC;
				}
				#nav li:first-child a{
					margin-left: 50px;
			}

.graytext {
	font-family: KozWeb;
	font-size: 12px;
	color: #999;
}
.sitelogo {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	}
.message {
	font-family: KozWeb;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	}
.bio {
	font-family: KozWeb;
	text-align: justify;
	text-indent: 35px;
    text-justify: inter-word;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
}
.centerimg {
	border: 3px solid #000000;
	border-radius: 50%;
    display: block;
	width:35%;
    height: auto;
	margin: 0 auto;
	margin-top:20px;
	box-shadow: 5px 10px 12px #000000;
}
.leftimground {
	border: 3px solid #000000;
	border-radius: 150px;
    display: block;
	width:200px;
    height: auto;
	float:left;
	box-shadow: 5px 10px 12px #000000;
	margin: 40px;
	}
.leftimground2 {
	border: 2px solid #000000;
	border-radius: 20px;
    display: block;
	width:200px;
    height: auto;
	float:left;
	box-shadow: 3px 5px 7px #000000;
	margin: 40px;
	}
#footer{
		clear:both;
		padding-top:20px;
		padding-left: 20px;
}

#footer p{
		text-align:right;
	}
	
#outer{
    width:100%;
    display:box;
    box-pack:center;
    box-align:center;
	}
#inner{
    width:50%;
}
#center{
	margin: 0 auto;
	width: 50%;
	text-align: center;
	}
	
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 100%;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* ---------------------------------------------------------------------Slideshow CSS---------------------------------------------------------------------*/
.wrapper {
	position: relative;
	max-width: 840px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* More examples buttons */

.more {
	position: relative;
	clear: both;
	padding: 20px;
}

.more:before {
	content: "";
	position: absolute;
	background-color: #ddd1b6;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8);
	height: 1px;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	top: -10px;
}

.more ul {
	display: block;
	height: 32px;
	text-align: center;
}

.more ul li {
	display: inline-block;
	line-height: 24px;
}

.more ul li.selected a,
.more ul li.selected a:hover {
	background: #ae997a;
	color: #fff;
	text-shadow: none;
}

.more ul li a {
	text-shadow: 1px 1px 1px #fff;
	color: #555;
	background: #fbf9f5;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.more ul li a:hover {
	background: #8c795d;
	color: #fff;
	text-shadow: none;
}

p.info {
	font-family: "Volkhov", serif;
	font-style: italic;
	color: #997f5a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	padding: 20px;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
}
/* "Custom" CSS Slideshow file */
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h4 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h4 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #14C0F2 url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #14C0F2;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #14C0F2,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #14C0F2 url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

/* Slicebox Style */
.sb-slider {
	margin: 10px auto;
	position: relative;

	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding-left: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	width: 200px;
	z-index: 1000;
	position: absolute;
	background: #14C0F2;
	background: rgba(190,176,155, 0.4);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

 /* Style buttons */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
} 