/* Header */

html {
	font-family: Helvetica, Arial, Sans-Serif;
	font-family: Serif;
	line-height: 1.5em;
}

html *
{
	padding: 0;
	margin: 0;
	font-weight: lighter;
	/*	color: #F09;*/
}

body {
	margin: 0;
	padding: 0;
	background: #FFFEFE;
	background-position: middle center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.nav ul {
	list-style: none;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #888;
}
 
.nav a {
	text-decoration: none;
	color: #000;
	text-align: center;
	display: block;
	padding: 14px, 16px;
	/*  transition: .3s background-color;*/
}
 
.nav a:hover {
	background-color: #e0e2e4;
}
 
.nav a.active {
	background-color: #fff;
	color: #444;
	cursor: default;
}
 



/* footer */

footer
{
	background-color: #FFF;
	display: block;
	margin-top: 44px;
	margin-bottom: 100px;
	padding: 5px;
	font-size: 0.8em;
	border: 1px solid #DEE9E3;
	text-align: center;
}

/* home header */
body > header
{
	text-align: center;
	padding: 44px 0 22px 0;
}

body > header a
{
	color: #000;
	margin: 0 10px;
}

/* album */

.album-gallery {
	margin: 0px 0 0 0;
	padding: 0;
	/*    position: absolute;*/
	padding-bottom: 0px;
	/*	background-color: #E5D5FB;*/
	text-align: center;
}

.album-gallery article, .album-gallery img {
	margin: 0;
	padding: 0;       
}

.album-gallery article
{
    display: inline-block;
	background-color: #E4F1ED;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 60%;
/*    border: 1px solid #488392;*/
    text-align: center !important;
}

.album-gallery figure
{
    display: inline-block;
    width: 33,3%;
	padding: 0;
	margin: 0.8%;
	background-color: #A8A0BE;
}

.album-gallery legend
{
    display: none;
}

.album-gallery figure a
{
    display: block;
    background-color: #333;
    
}

.album-gallery figure img
{
	width: 80%;
	height: auto;
    display: inline-block;
    
}

.album-gallery header
{
	display: block;
	width: 100%;
	margin-top: 0;
	padding-bottom: 22px;
	text-align: left;
}

.album-gallery header a
{
    text-decoration: none;
}

.album-gallery header a:hover
{
    text-decoration: underline;
}

.album-gallery header h2, .album-gallery header a h2, .album-gallery header a:active h2, .album-gallery header a:visited h2
{
	margin: 22px 22px 2px 22px;
    text-decoration: none !important;
    color: #333;
}

.album-gallery header a.readmore
{
	padding: 6px 22px;
	color: #333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	text-align: center;
    text-decoration: underline;
    margin-top: 11px;
}

.album-gallery header p
{
	padding: 10px 22px;
}


@media screen and (max-width: 600px) {
    .album-gallery article {
/*        float: left;*/
        width: 94%;
        border-bottom: 5px solid;
    	padding-bottom: 22px;
    	margin-bottom: 22px;
        transition: 0.5s;
    }

}


/* Content */

.content {
	width: 100%;
	text-align: center;
	text-align: center;
}



@media screen and (max-width: 600px) {
    
    .content .videos iframe {
        width: 100%;
    }
    
    .content .videos {
        width: 100%;
        
    }
}
   

   
.content > section, .content > article > section, .content article, .content .videos {
	display: inline-block;
	width: 86%;
	max-width: 800px;
	text-align: left;
	background-color: #E5E8EB;
/*    background-color: #FFF;*/
    background-color: #E4F1ED;
	margin-bottom: 22px;
}

.content .content-text
{
    width: 66%;
}

.content-text h4
{
    margin: 0;
/*    background-color: #F09;*/
    padding: 0;
}



.content > article > section
{
    border-top: 1px solid #DEE9E3;
}

.content .videos
{
    text-align: center;
    padding-top: 0;
    margin-bottom: 0%;
    border-top: none;
/*    background-color: #F09;*/
    width: 100%;
}

.content .videos iframe
{
    width: 100%;
    background-color: #000;
}
   
.content section p
{
	margin: 10px 0;
	color: #333;
}
  
.content section h1
{
	margin-top: 22px;
	margin-left: 22px;
	margin-bottom: 22px;
	font-size: 1.6em;
	color: #000;
	line-height: 1em;
}
  
.content section ul
{
/*    border: 1px solid #BAC3BF;*/
	display: inline-block;
	padding: 10px;
	width: 100%;
	margin-left: 1%;
}
    
.content section li
{
	margin: 0 0 10px 3%;
	color: #333;
}
    
.content section h4
{
	margin-top: 44px;
	margin-left: 3%;
	margin-bottom: 20px;
	font-size: 2em;
	color: #000;
	line-height: 1em;
}

.inset-image {
	float: left;
	margin: 22px 22px 22px 0;
	width: 40%;
	max-width: 100%;
} 

@media screen and (max-width: 600px) {
	.inset-image {
		float: left;
		margin: 0 0 22px 0;
		width: 100%;
		max-width: 100%;
	} 
}

.content .project-list-item
{
/*    float: left;*/
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    
}

.image {
    text-align: center;
    width: 100%;
    display: block;
    background-image: none;
    margin: auto;
    margin-top: 6%;
    background-color: #000;
}

.image figure {
    margin-top: 1%;
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: -1;
    text-align: center;
    width: 50;
}

.image figure img {
    text-align: center;
    width: 90%;
}


.intro-dec {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 18%;
}

.videos {
    text-align: center;
    margin-top: 5%; 
    margin-bottom: 10%;
/*    background-color: red;*/
}