body {
	margin: 0px;
	padding: 0px;
	background-color: #D3D3D3;
	font-family: 'Source Sans Pro', sans-serif;
	//font-family: KlavikaBasicMediumItalicRg;
}

ul {
	list-style-type: none;
}


a {
	//color: #fff;
}
a:link {
	text-decoration:underline;
	color: black;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:hover {
	text-decoration:line-through;
}
a:active {
}

#logo{
position: fixed;
top:1%;
left:14%;
}

#logo img{
width: 30px;
}

#project h2 {
font-size: 18px;
		letter-spacing: 3px;
		font-weight: 600;
			//	border: 1px solid #ddd;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
display: inline;
}


#project h1 {

	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
 //	border: 1px solid #ddd;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
//display: inline;

}

#project h2 {
}


#project p{
text-align:justify;

}

#header{
	
	width: 40%;
	
	color: rgba(255,255,255,1);
	
	//margin-left: 18%;
	padding-bottom: 1%;

	border-bottom: 1px solid #ddd;


}

#header h1{
		font-size: 30px;
		letter-spacing: 5px;
		font-weight: 600;
			//	border: 1px solid #ddd;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
display: inline;
		
}


#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	//float: right;
	//display: block;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 400;
	//border: 1px solid #ddd;

		
}

#header p {
	float: right;
	display: inline;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 400;
	//border: 1px solid #ddd;
		
}

#header a: hover {
	text-decoration: line-through;
}

#header a: active {
	text-decoration: underline;
}

figure{
display: block;
margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    }


#gallery{
	float: left;
width: 80%;
padding-top: 1%; 
	//margin-left:18%;
	}
	
#gallery-header{

	width: 100%;
	margin-bottom: 2%;

}

#gallery-content {

	border-bottom: 1px solid #ddd;
	float: left;
}

#project{
float: left;
padding-top: 1%; 
	//margin-left:18%;
}

#project img {
width: 50%;
float: left;
margin-right: 2%;
margin-bottom: 2%;
}



#project p
{
margin-top: 0;
}




#about img {
float: right;
width: 15%;
margin-left: 2%;
}




.gallery-header-links {
	color: white;
	//height: 35px;
	//padding-right: 20px;
	//padding-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}


.gallery-header-links:hover {
	//background-color: rgba(63,141,191,1);
	text-decoration:line-through;
	cursor: pointer;
}



.gallery-header-center-right-links-current{
	text-decoration:underline;
}


#gallery-content-center figure img{
width: 100%;
}


//#gallery-content-center img:hover{opacity: 0.5;}


#gallery-content-center{
	float: left;

}

#gallery-content-center figure{
	overflow: hidden;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 5px;
}


figcaption {
position:absolute;
width: 100%;

background: rgba(255, 255, 255, 0.5);
padding: 10px;
font-family: 'Source Sans Pro', sans-serif;
opacity: 0;
  padding: 10px;

  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}


.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }



figure:hover .caption {
  opacity: 1;
  left: 0;
}

#gallery-content-center figure a{
text-decoration: none;
color: black;
}


.thumb_portrait{
width: 286px;
height: 398px;
}

.thumb_landscape{
width: 286px;
height: 196px;
}

.thumb_wide{
width: 577px;
height: 196px;
}




@media   (min-width:1270px) {
#gallery-content-center figure{
//width: 250px;
}
#gallery-content-center {
width: 1030px;
}

.gallery-header-links {
	float: left;
	}

#header{
width: 870px;
margin-left: 18%;

}
#project{
width: 870px;
margin-left: 18%;
}

#gallery{
margin-left: 18%;
}

#project iframe{
width=560;
height=250;
}

.videoWrapper {
	position: relative;
	padding-bottom: 25%; 
	padding-top: 25px;
	height: 0;
	width: 50%;
	margin-bottom: 1%;
	margin-right: 2%;
	float: left;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


}


@media  (max-width: 1269px) and (min-width:1050px) {
#gallery-content-center figure{
//width: 240px;
}
#gallery-content-center {
width: 1030px;
}

#gallery-header{
	float: left;
}

.gallery-header-links {
	float: left;
	}
#header{
width: 870px;
margin-left: 10%;

}
#project{
width: 870px;
margin-left: 10%;
}

#gallery{
margin-left: 10%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 25%; 
	padding-top: 25px;
	height: 0;
	width: 50%;
	margin-bottom: 1%;
	float: left;
	margin-right: 2%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#logo{
position: fixed;
top:1%;
left:6%;
}

}

@media  (max-width: 1049px) and (min-width:825px) {
#gallery-content-center figure{
//width: 230px;
}
#gallery-content-center {
//width: 710px;
width: 590px;
}

#gallery-header{
	float: left;
}

.gallery-header-links {
	float: left;
	}
	
#header{
width: 580px ;
margin-left: 18%;

}
#project{
width: 590px ;
margin-left: 18%;

}

#gallery{
margin-left: 18%;
}

#gallery-header{
width: 590px;
}


#logo{
position: fixed;
top:1%;
left:8%;
}

# img{
width: 25px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 25%; 
	padding-top: 25px;
	height: 0;
	width: 50%;
	margin-bottom: 1%;
	float: left;
	margin-right: 2%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}

@media  (max-width: 824px) and (min-width:655px) {
#gallery-content-center figure{
//width: 215px;
}
#gallery-content-center {
width: 590px;
}
#gallery-header{
width: 590px;
	float: left;
}

.gallery-header-links {
	float: left;
	}
	
#header{
width: 580px;
margin-left: 10%;

}
#project{
width: 580px;
margin-left: 10%;
}

#gallery{
margin-left: 10%;
}

#logo{
position: fixed;
top:1%;
left:4%;
}

# img{
width: 25px;
}

.thumb_wide{
width: 286px;
height: 97px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 25%; 
	padding-top: 25px;
	height: 0;
	width: 50%;
	margin-bottom: 1%;
	float: left;
	margin-right: 2%;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}

@media  (max-width: 654px) {
#gallery-content-center figure{
//width: 230px;
}
#gallery-content-center {
width: 230px;
}
#gallery-header{
width: 230px;
font-size: 10px;
}
.gallery-header-links{
font-size: 12px;
}
#logo{
position: fixed;
top:0.5%;
left:2%;
}

#logo img{
width: 20px;
}

# img{
width: 15px;
}

#header{
width: 230px;
margin-left: 10%;
}
#project{
width: 230px;
margin-left: 10%;
	float: left;

}

#project img {
width: 100%;
// float: left;
margin-right: 2%;
margin-bottom: 2%;
}

#project p{
font-size: 10px;
}

#project h1{
font-size: 12px;
}

#gallery{
margin-left: 10%;
}

#header h1{
font-size: 20px;
}
#header a {
	font-size: 12px;
}
#header p {
// float:left;
}

.thumb_portrait{
width: 230px;
height: 315px;
}

.thumb_landscape{
width: 230px;
height: 157px;
}

.thumb_wide{
width: 230px;
height: 78px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 25%; 
	padding-top: 80px;
	height: 0;
	width: 100%;
	margin-bottom: 2%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .caption {
  opacity: 1;
  left: 0;
}


.cap-left figcaption { bottom: 0; left: 0; }
.cap-left:hover figcaption { left: 0; }

.cap-right figcaption { bottom: 0; right: 0; }
.cap-right:hover figcaption { right: 0; }

.cap-top figcaption { left: 0; top: 0; }
.cap-top:hover figcaption { top: 0; }

.cap-bot figcaption { left: 0; bottom: 0;}
.cap-bot:hover figcaption { bottom: 0; }


}



