@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");

/* Basic */

	body {
		background-color: #010101;
		
	}

	body, span, input, select, textarea {
		color: #555555;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		color: #d84780;
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	p {
		line-height: 2em;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
		color: inherit;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #888888;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #888888;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 3em;
		text-transform: uppercase;
	}

		header.major h2 {
			margin: 0;
			padding: 0;
			line-height: 1em;
			font-weight: 800;
			font-size: 2.8em;
		}

		header.major .byline {
			display: block;
			margin: 0.50em 0 0 0;
			padding: 0 0 0.5em 0;
			letter-spacing: 1px;
			font-size: 1.3em;
			font-weight: 300;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}




/* Wrapper */

	
	.wrapper.style1 {
		padding-top: 10em;
		padding-bottom: 2em;
		background-color: #010101;
		min-height: 100%;
		min-width: 100%;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0);
	}

	

/* Header */

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #FFFFFF;
		color: #fff;
		padding: 1.25em 1.25em 1.25em 1.25em;
		z-index: 100;
	}

/* Logo */

	#logo {
		height: 2em;
		cursor: default;
	}

	#logo h1 {
		display: inline-block;
		text-transform: uppercase;
	}

/* Navigation */

	#nav {
		position: absolute;
		right: 0;
		top: 0;
		cursor: default;
	}

	#nav ul li {
		display: inline-block;
		padding: 1.25em 1.25em;
	}

	#nav ul li a {
		-moz-transition: color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out;
		display: inline-block;
		color: #000000;
		text-decoration: none;
	}

	#nav ul li a:hover {
		color: #C3C3C3;
	}

/* Banner */

	#banner {
		text-align: center;
		color: #fff;
		padding: 0em 4em;
		margin-bottom: 6em;
	}

#myVideo {
 	display: block;
	margin: 0 auto;
	width: 75%;

  background-size: cover;
  background: no-repeat center;

  user-select: none;
  pointer-events: none;
	

}

		#banner p {
			font-size: 1.75em;
			line-height: 1.75em;
		}

	#banner strong,
	#banner a {
		color: inherit;
	}

/* Content */

#content {
		text-align: center;
		color: #fff;
		padding: 0em 0em;
		margin-bottom: 6em;
	}

#content p {
	color: #FFFFFF;
	text-align: center;
}

#content a{
		color: #FFFFFF;
	}

#content a img{
		height: 50px;
	}


/* Container */
.container h
{
	font-weight: bold;
}


/* Video-Container */



/* Image */

.image-container{
	position:relative;
	padding-bottom:56%;
	padding-top:30px;
	height:0;
	overflow:hidden;	
}

.image-container2{
	position:relative;
	padding-bottom:100%;
	padding-top:30px;
	height:0;
	overflow:hidden;	
}

.image-container3{
	position:relative;
	overflow:hidden;	
}

.image-container p{
	text-align: center;
	color: white;
}

.image-container2 p{
	text-align: center;
	color: white;
}

.image-container3 p{
	text-align: center;
	color: white;
}

.image-container img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 75%;
	width: 75%;
}

.image-container2 img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 75%;
	width: 75%;
}

.image-container3 img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#extra p {
	color: #FFFFFF;
	text-align: center;
}

	.image {
		border: 0;
		position: relative;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

		.image.featured {
			position: static;
			display: block;
			margin: 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Projects */

#projects{
}

#table1 table2 {
	
	position: center;
}


/* Footer */
