0body {background-color:#f2f2f2;}

a {
    color: #999999;
    text-decoration: none;
}

a:hover 
{
     color:#ffffff; 
     text-decoration:none; 
     cursor:pointer;  
}

.intro-box {
display: block;
padding-top: 150px;
padding-bottom: 10px;
background-color: #eee;
background-color: #000000;

}

.spacer-box {
display: block;
height: 275px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #eee;
background-color: #ffffff;

}
.ca-project-box {
display: block;
padding-top: 50px;
padding-bottom: 10px;

}

.project-box {
display: block;
padding-top: 120px;
padding-bottom: 10px;

}

.about-box {
display: block;
padding-top: 120px;
padding-bottom: 10px;

}

.intro-text {
font-size: 18px;
color: #ffffff;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
}
.project-intro {
font-size: 18px;
color: #999999;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
}

.about-intro {
font-size: 20px;
color: #000;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
}

.body-box {
display: block;
padding-top: 60px;
padding-bottom: 20px;

}.body-box-text {
font-size: 20px;
color: #999999;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 20px;
}

.about-body-box {
display: block;
padding-top: 60px;
padding-bottom: 600px;

}.about-body-box-text {
font-size: 18px;
color: #999999;
padding-left: 30px;
padding-right: 60px;
padding-bottom: 20px;
}


.logo-text {
font-size: 24px;
font-weight: 800;
color: #91F2BD;
width: 110px;
height: 40px;
float: left;
margin-top: 10px;
margin-left: 0px;
border-bottom: 0;
z-index: 20;
}

.logo-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.back-button {
display: block;
background-color: #000000;
padding-top: 10px;
padding-bottom: 10px;
}
.next-button {
display: block;
background-color: #000000;
padding-top: 10px;
padding-bottom: 10px;
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

div.back-button a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
div.back-button:hover {
	background-color: #242424;
}
div.next-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
div.next-button:hover {
    background-color: #242424;
}

.feature {
	background-color:#1a1a1a;
}

.feature.about {
	background-color:#91F2BD;
}

#overlay span {
    background: red;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#overlay:hover span { opacity: 0.5; }





.image {
    position:relative;
    width:100%;
    height:100%;
}
.image img {
    width:100%;
    vertical-align:top;
}
/*.image:after, .image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(145, 242, 189, 0.8);
}
.image:before {
    content: attr(data-content);
    width:100%;
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    color:#000;
    z-index:1;
    
    top:48%;
    padding:0px 0px;
    text-align:center;
    background:;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.image:hover:after, .image:hover:before {
    opacity:1;
}
*/


t1{
color:white;

}





/*

.plus {
    position:relative;
    width:100%;
    height:100%;
}
.plus img {
    width:100%;
    vertical-align:top;
}
.plus:after, .plus:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.plus:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(145, 242, 189, 0.8);
}
.plus:before {
    content: attr(data-content);
    width:100%;
    font-size: 20px;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    color:#000;
    z-index:1;
    bottom:47%;
    padding:0px 0px;
    text-align:center;
    background:;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.plus:hover:after, .plus:hover:before {
    opacity:1;
}



*/























/*#items{
    position:absolute;
    z-index: 2;    
    top: 0;
    bottom: 0;
    width:100%;
    height:100%;

    
}*/

.info{
    background-color: #000;
    text-align:center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    
    height:60px;    
    width:60px;
    position:absolute;
    z-index: 3;    
    
    bottom: 0;
    visibility:hidden;


}

/*#items:hover .info {
visibility:visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/


.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////All this shit is for the hover stuff///////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////*/

#image {
    position:relative;
    text-align:center;
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
}

#image:hover .textNoTouch, #image:hover .plusNoTouch, #image:hover .hoverTouch{
    opacity: 1;
}

.textNoTouch {
    color: black;
	left: 0;
    position:absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
}
.plusNoTouch {
	color: white;
    left: 0px;
    position:absolute;
    bottom: 0px;
    opacity: 0;
    font-size:25px;
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
}

.textTouch {
    color: white;
    right: 0;
    position:absolute;
    text-align:left;
    bottom: 0px;
    width: 100%;
	/*float:left;*/
    opacity: 1;
	font-size:11px;
    font-weight: 400;
    background:rgba(0, 0, 0, 0.6);
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden !important;
}

.plusTouch {
/*width:10%;*/
color: white;
    left: 0;
    position:absolute;
    bottom: 0;
    opacity: 1;
	z-index: 3;
	font-size:15px;
	background-color: black;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:8px;
	padding-right:8px;
}

.hoverTouch{
    position:absolute;
    top:0;
    left:0;
	width:100%;
	height:100%;
    background:rgba(145, 242, 189, 0.8);
    z-index: 2;
	opacity:0;
}

/*
a{
pointer-events:auto;
    display: block;
    width:100%;
    height:100%;
}
*/	
	
/*///////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////*/