/*
Title:      Avalanche Comics styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
*/

body {
		font-family: 'Open Sans', sans-serif;
}
/* ----------[ links ]---------- */

a:link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
a:visited {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #555;
}
a img {
	border: 0;
	border-bottom: none;
}

/* -----[ common elements ]----- */

p {
	font-family: 'Open Sans', sans-serif;
	margin: 1em 0;
	padding: 0;
	line-height: 1.4em;
}
h1 {
	font-family: 'Syncopate', sans-serif;
/*	font-family: calibri, candara, arial, sans-serif; */
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: .5em 0;
/*	color: #039; */
	color: #33c;
	}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 125%;
	font-weight: semi-bold;
	letter-spacing: 1px;
	padding: 0;
	margin: .5em 0 0;
/*	color: #039; */
	color: #33c;
}
h2.case {
	font-family: 'Syncopate', sans-serif;
	/* font-family: calibri, candara, arial, sans-serif; */
	font-size: 125%;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	margin: 1.5em 0 0;
	color: #2e2e2e;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
/*	font-family: calibri, candara, arial, sans-serif; */
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: .5em 0 0;
/*	color: #039; */
	color: #33c;
}
h4 {
	font-family: 'Open Sans', sans-serif;
/*	font-family: calibri, candara, arial, sans-serif; */
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
h4.link a {
	font-weight: normal;
}
ul {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	margin: 0 auto;
}
.quoted {
	text-align: right;
	font-style: italic;
	color: #666;
	font-size: 90%;
	margin: 0;
}
p.loud {
	font-family: 'Syncopate', sans-serif;	
	font-size: 180%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.75em;
/*	font-weight: 700; */
	margin: 1em auto;
}
.proud {
	font-size: 130%;
	font-weight: bold;
	color: #33c;
}
	
/* -----[ layout structure ]----- */	

#wrap {
	width: 844px;
	margin: 10px auto;
	padding: 0;
	font-size: 97%;
	line-height: 1.5em;
	text-align: left;
	background: #fff url(../img/ACEstripe2W.jpg) repeat-y top left;
}
body#index div#wrap {
	background: #222 url(../img/ACE_landing.jpg) top left;
	height: 584px;
}
#header {
    background: url(../img/ACEtopMenuW2.jpg) no-repeat top left;
    width: 844px;
    height: 160px;
    position: relative;
}
#header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 160px;
}
#header a h1,
#header a:hover {
    display: none;
    border-bottom: 0;
    text-decoration: none;
}
#main {
	margin: 0;
	padding: 0px 20px 0 130px;
	text-align: right;
	background: url(../img/ACEtopMenuW2.jpg) no-repeat top left;
	background-position: 0 -160px;
}

/* ------[ start screen ]------ */

img.overlay {
	height: 100vh;
	position: relative;
	z-index: 30;
}
/* ---------[ content ]--------- */

#content {
/*	margin: 20px; */
	margin: 50px;
/*	width: 638px; */
	padding: 1em 2em 1em 1em;
	color: #333;
	background: #fff; 
	text-align: left;
/*	border: 1px solid #fff; */
}
#what, #clients, #contact {
	margin: 50px auto;
	width: 80%;
	padding: 1em;
	text-align: left;
	background: #fff;
	color: #333;
}
#elevator_pitch {
/*	margin: 50px auto; */
	width: 100%;
	padding: 1em;
	text-align: center;
	background-color: #000;
	color: #fff;
}
#who {
	width: 100vw;
	height: 100vh;
	position: relative;
	text-align: left;
	color: #333;
	background: url(../img/Gorf/Gorf_ComicCon_text.jpg) center center no-repeat;
	z-index: 10;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.text_overlay {
	margin: 50px;
	padding: 50px; 
	position: relative;
	width: 30%;
	vertical-align: top;
	z-index: 30;
}
/* --------[ navigation ]-------- */

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	height: 30px;
	z-index: 10;
	background: #fff;
	}
#navbar {
	width: 100%;
	text-align: right;
	position: fixed;
	left: 0;
	top: 0;
	height: 35px;
	z-index: 20;
	background: #fff;
	}
nav a {
	font-family: 'Syncopate', sans-serif;
	position: relative;
	display: inline-block;
	margin: 3px;
	outline: none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
/*	letter-spacing: 1px; */
	font-weight: bold;
	text-shadow: 0 0 1px rgba(51,51,204,0.3);
	font-size: 1em;
	text-decoration: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}
nav a#last {
	padding-right: 1em;
}
.nav-effect a {
	padding: 5px 5px 3px;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.nav-effect a::before,
.nav-effect a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #33c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.nav-effect a::before {
	top: 0;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.nav-effect a::after {
	bottom: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.nav-effect a:hover,
.nav-effect a:focus {
	color: #33c;
}

.nav-effect a:hover::before,
.nav-effect a:focus::before,
.nav-effect a:hover::after,
.nav-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* -----[ masonry ]----- */

.item { width: 20%; }
.itemw2 { width: 45%; }

.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 20px;
	width: 15%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}


/* -----[ client ]----- */

.columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

/* -----[ animation ]----- */

/* Move Right */

.creative_text_right, .partner_text_right {
	display: block;
/*    -webkit-transform: translateX(300px); */
/*    -moz-transform: translateX(300px); */
/*    transform: translateX(300px); */
/*    -webkit-animation: enterRight 0.65s ease forwards; */
/*    -moz-animation: enterRight 0.65s ease forwards; */
/*    animation: enterRight 0.65s ease forwards; */
}

.creative_img_right, .partner_img_right {
	float: right;
	padding: 0 0 30px 30px;
/*    -webkit-transform: translateX(300px); */
/*    -moz-transform: translateX(300px); */
/*    transform: translateX(300px); */
/*    -webkit-animation: enterRight 0.65s ease forwards; */
/*    -moz-animation: enterRight 0.65s ease forwards; */
/*    animation: enterRight 0.65s ease forwards; */
}
@-webkit-keyframes enterRight {
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes enterRight {

    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes enterRight {

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* Move Left */

.creative_text_left, .partner_text_left {
	display: block;
/*    -webkit-transform: translateX(-300px); */
/*    -moz-transform: translateX(-300px); */
/*    transform: translateX(-300px); */
/*    -webkit-animation: enterLeft 0.85s ease forwards; */
/*    -moz-animation: enterLeft 0.85s ease forwards; */
/*    animation: enterLeft 0.85s ease forwards; */
}

.creative_img_left, .partner_img_left {
	float: left;
	padding: 0 30px 30px 0;
/*    -webkit-transform: translateX(-300px); */
/*    -moz-transform: translateX(-300px); */
/*    transform: translateX(-300px); */
/*    -webkit-animation: enterLeft 0.85s ease forwards; */
/*    -moz-animation: enterLeft 0.85s ease forwards; */
/*    animation: enterLeft 0.85s ease forwards; */
}

@-webkit-keyframes enterLeft {
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes enterLeft {

    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes enterLeft {

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* -----[ footer navigation ]----- */

#footernavbar {
	margin: 0;
/*	padding: 120px 20px 15px 130px; */
	padding: 15px 20px 15px 130px;
	clear: both;
/*	border: 1px solid #fff; */
	background: url(../img/ACEbottom3W.jpg) no-repeat bottom left;
}
#footernav {
/*	width: 638px; */
	margin: 0;
	padding: .25em 0 2px;
	list-style: none;
/*	background: url(../img/GreyFade.jpg) repeat-x top left; */
	font-size: 100%;
	text-align: center;
/*	border: 1px solid #fff; */
}
#footernav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footernav a {
	color: #555;
	text-decoration: none;
/*	background: #ddd url(../img/GreyFade.gif) repeat-x top left; */
	margin: 0;
	padding: .3em 2em;
	font-weight: normal;
	border-left: 1px solid #fff;
/*	border-top: 1px solid #999; */
	border-right: 1px solid #ddd;
	border-bottom: none;
}
#footernav a:hover,
#footernav a:active {
	color: #68c;
}
#footernav a.active:link, 
#footernav a.active:visited {
	background: #f5f5f5;
}
#footernav a.active {
	color: #555;
}
#footernav a.active:link,
#footernav a.active:visited {
	position: relative;
	z-index: 102;
}


/* ---------[ footer ]--------- */

#footer {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 90%;
}
/* ---------[ classes ]--------- */

.contact, .textlink {
	line-height: 1.3em;
}
.copyright, .contact, .textlink {
	margin: 0;
	padding: 0 10px;
	font-size: 80%;
	text-align: center;
}	
.copyright a,
.contact a,
.textlink a {
	text-decoration: none;
	border-bottom: none;
	color: #999;
}
.required {
	color: #c63;
}
.left {
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}
.right {
	margin: 0;
	padding: 10px 10px 0 10px;
	float: right;
}
.heading {
/*	font-weight: bold; */
/*	color: #eee; */
	color: #69c;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.highlight {
	color: #333;
	background-color: #9c6;
}
.image-highlight {
	color: #333;
	background-color: #69c;
}
.subtext {
	padding-left: 15px;
}
.quote {
	font-style: italic;
	font-weight: bold;
	color: #69c;
}
.name {
	font-weight: bold;
}
.breadcrumb {
	color: #999;
	font-size: 90%;
}
.breadcrumb a {
	color: #999;
	border-bottom: none;
}
/* --------[ projects ]-------- */

.featured {
	float: left;
	margin: 0 0 1em;
}
.featured h2 {
	float: right;
	width: 545px;
	margin: 0 0 .5em;
}
.featured p {
	margin-left: 115px;
}
.featured img {
	margin: 0px 15px 5px 0px;
	float: left;
}
.featured a img {
	padding: 5px;
	background: #666;
/*	border: 1px solid #68f; */
}
.featured a:hover img {
	padding: 5px;
	background: #999;
/*	border: 1px solid #f90; */
}
.jump {
	font-size: 90%;
	color: #68c;
}