@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #dcdcdc;
	font-family: 'Quattrocento', serif;
	background: #13787d url(../images/bg.jpg) no-repeat;
	background-attachment: fixed;
}

#branding {
	background: rgba(85, 85, 85, .9);
	position: absolute;
	top: 0;
	width: 100%;
}

#branding img {
	display: block;
	margin: 0 auto;
}

#navContainer {
	margin-top: 193px;
}

nav a {
	color: #dcdcdc;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	font-size: .8em;
	letter-spacing: 0.2em;
    text-align: center;
    display: block;
    height:100%;
	width: 100%;
	padding: 3% 0;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	-ms-transition: background .5s ease-out;
	transition: background .5s ease-out;
}

nav a:hover, nav a:active {
	color: #ebebe1;
	background-color: rgba(255, 255, 255, 0.4);
	    -webkit-transition: all .25s ease-out;
	   -moz-transition: all .25s ease-out;
	   -o-transition: all .25s ease-out;
	   -ms-transition: all .25s ease-out;
	   transition: all .25s ease-out;
}

nav a.here {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
}

#contentContainer {
	background: rgba(85, 85, 85, .9);
	padding-top: 3%;
	margin-bottom: 7%;
}

article {
	width: 90%;
	margin: 0 auto;
}

h1 {
	font-family: 'BenchNine', 'Arial Narrow', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 2%;
}

article p {
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 2%;
}

article a {
	color: #555;
	background-color: #25cbd3;
	text-decoration: none;
}

article a:hover {
	text-decoration: underline;
}

.clearDiv {
	clear: both;
	height: 1px;
}


h2 {
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
}

footer {
	margin-top: 5%;
}

footer h2 {
	width: 90%;
	margin: 0 auto;
}

ul.connect {
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.2em;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 80px 0 110px 0;
}

.connect li {
	display: block;
	float: left;
	width: 33%;
}

.connect a {
	color: rgba(25, 25, 25, 0.5);
	text-decoration: none;
	padding-top: 60px;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	-ms-transition: background .5s ease-out;
	transition: background .5s ease-out;
}

.connect a:hover {
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

li a.facebook {
	background: url(../images/facebook_icon.png) no-repeat top center;
}

li a.twitter {
	background: url(../images/twitter_icon.png) no-repeat top center;
}

li a.behance {
	background: url(../images/behance_icon.png) no-repeat top center;
}

li a:hover.facebook {
	background: url(../images/facebook_icon_hover.png) no-repeat top center;
}

li a:hover.twitter {
	background: url(../images/twitter_icon_hover.png) no-repeat top center;
}

li a:hover.behance {
	background: url(../images/behance_icon_hover.png) no-repeat top center;
}

.footerBlock2 {
	clear: both;
	width: 90%;
}

#twitter-feed {
	font-size: .95em;
	line-height: 1.2em;
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
}

#twitter-feed a{
	color: #555;
	background-color: #25cbd3;
	text-decoration: none;
}

#twitter-feed a:hover {
	text-decoration: underline;
}

.copyright {
	background-color: rgba(255, 255, 255, 0.4);
	color: #555;
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 5% 0;
}

p img {
	max-width: 100%;
	margin: 0 auto;
}

ul#portfolio {   
    float: left;   
    list-style: none;   
    margin:0 auto;
    width:100%;
    padding-left: 0;
    display:block
}  
ul#portfolio li {     
    float: left;   
	width: 22%;
		margin: 0 1.5% 20px 1.5%;
}  
ul#portfolio a { display: block; width: 100%; }  
ul#portfolio a:hover { text-decoration: none; }  
ul#portfolio a+a { display:none; }
ul#portfolio img { width:100%} 

.mask {
	position:relative;
	overflow:hidden;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mask h3 {
	color: #fff;
	position:absolute;
	top:45%;
	width:100%;
	text-align:center;
	margin:0;
	opacity:0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mask:hover img {
	opacity:0.2;
    -webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mask:hover h3{
	opacity:1;
	    -webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition: all .15s ease-out;
}


/* tablet styles */

@media screen and (min-width: 768px) {

#branding {
	background: none;
	position: relative;
}

#navContainer {
	width: 90%;
	margin: 0 auto;
}

nav {
	width: 100%;
}

nav a {
	font-size: 1.1em;
	float: left;
	width: 25%;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contentContainer {
	clear: both;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

#contentInnerWrapper {
	width: 90%;
	margin: 0 auto;
}

h1 {
	display: block;
	margin: 0 auto 1% auto;
	font-size: 2.8em;
	text-align: center;
}

article p {
	font-size: 1.3em;
	line-height: 1.3em;
}

.clearDiv {
	clear: both;
	height: 1px;
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

footer h2 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.footerBlock1 {
	float: left;
	width: 47%;
	margin: 0 0 5% 5%;
	padding: 0 0 0 0;	
}

ul.connect {
	margin: 75px 0 0 0;
	padding: 0;
}

.footerBlock2 {
	float: right;
	width: 47%;
	margin: -165px 5% 0 0;
	padding: 0 0 0 0;
}

#twitter-feed {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	padding: 0;
}



.copyright {
	clear: both;
	margin: 10% 0 0 0;
	padding: 2% 0;
}

}

/* desktop styles */

@media screen and (min-width: 1200px) {

#navContainer {
	width: 75%;
}

nav {
	display: block;
	margin: 0 auto;
	padding: 0;
}

nav a {
	padding: 4% 0;
}

#contentContainer {
	padding-bottom: 5%;
	margin-bottom: 3%;
}

#contentInnerWrapper {
	width: 75%;
}


#branding img {
	margin: 0 0 3% 0;
	padding: 0 0 0 0;
	float: left;
	width: 17%;
}

article {
	width: 67%;
	float: right;
	margin: 1% 15% 0 1%;
	padding: 0 0 0 0;
}

h1 {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 3.5em;
	text-align: left;
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

footer h2 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.footerBlock1 {
	float: left;
	width: 29%;
	margin: 0 0 5% 13%;
	padding: 0 0 0 0;
}

ul.connect {
	margin: 75px 0 0 0;
	padding: 0;
}

.footerBlock2 {
	float: right;
	width: 35%;
	margin: -190px 12% 0 0;
	padding: 0 0 0 0;
}

#twitter-feed {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	padding: 0;
}

.clearDiv {
	clear: both;
	height: 1px;
}

.copyright {
	clear: both;
	margin: 10% 0 0 0;
	padding: 1% 0;
}

}

