@charset "utf-8";
/* CSS Document */
.body {
	max-width: 100%;
}
.masthead {
	font-family: 'Open Sans';
}
a{
	color: #a0a0a0;	
}
a:hover {
	text-decoration:none ;
	color: #535353;
}
a h1.name {
	color: #000000;
}
a h1.name:hover {
	color: #000000;
}

.index img {
	margin-bottom: 20px;
}
.main-container {
	max-width: 95%;
	width: 1200px;
	margin:auto;
	padding-top: 10px;
}
hr {
	clear:both;
	}
.masthead {
	display:inline;
	line-height: 4;
}
/* PROJECT PAGE */
.project {
	margin: 0 auto 20px;
	
}
.project img {
	margin-right: 20px;
	float: right;
	height: 200px;
	width: 200px	;
}
.project-title {
	xmargin-top: 130px;
	font: 20px/21px 'Open Sans', sans serif;
	color: #a0a0a0;	
	clear: both;
}
#main-image {
	min-height: 534px;
}

.nav .nav-tabs {
}

.name {
	display: inline;
	font: 35px/35px 'Open Sans', sans;
	text-align: left;
}
a h1.name {
	color: #535353;
}

#menu {
	margin-left: 30px;
}
.img-row {
	max-width: 940px;
	margin: auto;
	Xpadding-top: 20px;
}

.thumb {
	margin-bottom: 20px;
	margin-left: auto;
	max-height: 200px;
	
}

.thumb:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

/*image page*/
.main {
	position: relative;
	xmax-height: 863px;
}

#about {
	position: absolute;
	bottom: 0px;
	margin-left: 0px;
	min-height: 400px;
}

	#description {
	bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.large-img {
	Xfloat: right;
}

.video-container {
	height: 0;
	margin-top: 5%;
	overflow: hidden;
	padding-bottom: 27%;
	padding-top: 30px;
	position: relative;
}

.video-container iframe {
    height: 100%;
    width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.lower-thumbs {
	padding-top: 30px;
}

@media (max-width:790px){
.name {
	font-size: 35px;
	}
}

@media (max-width: 767px) {
#about {
	position: relative;
	top: 20px;
	display: inline-block;
	min-height: 0px;
}
.project img {
	float: none;
}
.project-title {
	text-align: center;
}

.large-img {
	margin-left: 0px;
}
#main-image {
	min-height: 0px;
}

p {
	margin-bottom: 30px;
}

.video-container {
	width: 100%;
	padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.thumb {
	width:  auto;
}

/*@media (max-width: 677px) {*/
hr {
	clear:both;
}
.masthead {
	display:block;
	clear:both;
	text-align: center;	
	margin: 0px;
}
#menu {
	width:320px;
	float: none;
	margin: auto;
	
}
}
@media (max-width: 480px) {
#menu {
	font-size: 13px;
}
}

@media (max-width: 365px) {
.name {
	font-size: 30px;
}
.masthead {
font-size: 13px;
}

#menu {
	font-size: 13px;
	width: 232px;
	margin-bottom: 20px;
}

.nav-tabs > li > a {
	padding-left: 2px;
	padding-right: 2px;
}

.main.row-fluid {
	margin-top: -27px;
}
}

