@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
}

h1 {
	color:#FFFFFF;
}
h2 {
	color:#FFFFFF;
}

@font-face {
    font-family:nathandammfont;
    src: url(ASENINE_.ttf);
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#about {
	display: none; position: fixed; opacity: 1; z-index: 11000; left: 50%; margin-left: -202px; top: 200px; background-color:#FFFFFF; max-width:600px; padding: 50px;
}

.modal_close {
position: absolute;
top: 12px;
right: 12px;
display: block;
width: 14px;
height: 14px;
z-index: 2;
}

/*--------- framework -----------*/
#header_wrapper {
	background:#EA3830;
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	text-align:center;
}
.navigationRow {
	padding-top: 17px !important;
	font-size:18px;
}
.navigationRow a {
	padding-left:30px;
}
.navigationRow a:first-child {
	padding-left:0px;
}
.aboutlink {
	padding-top: 17px !important;
	padding-right:40px;
	text-align:right;
	font-size:18px;
	float: right;
}
.mobileNav {
	padding-top: 17px !important;
}
.dropdown-menu {
		left:0px;
	}
.logolink {
	padding-top:11px;
	padding-left:40px;
	text-align:left;
	font-size:24px;
}
#homeBTN a {
	font-size:24px;
}
.categoriesDesktop {
	display:inline;
}
.categoriesMobile {
	display:none;
	text-align:right;
}
.dropdown-menu {
	text-align:left;
}
#header_wrapper a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.subnav {
	width:100%; height:200px; background-color:#000000; font-size:18px; line-height:1em; font-weight:normal; color:#d1d3d4; text-align:center; padding:40px 20px 0px 20px;
}
.subnavillustration {
		width:100%; height:200px; background-color:#000000; font-size:24px; line-height:1em; font-weight:bold; color:#FFFFFF; text-align:center; padding:80px 20px 0px 20px;
	}
.subnav a {
	color:#d1d3d4;
	text-decoration:none;
}
.homeMainCategories {
	width:100%; height:200px; background-color:#000000; font-size:24px; font-weight:bold; color:#FFFFFF; text-align:center; padding-top:80px;
}
#content-wrapper {
	overflow:hidden;
	margin-top:60px;
	background-color:#000000;
}
#home {
	width:100%;
	padding:20px;
	min-height:200px;
	background-color:#444444;
	position:relative;
}
#footer {
	height:250px;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
}
.dividingLine {
	height:5px;
	background-color:#EA3830;
}
.projectWrapper {
	padding:-1px;
	display:block;
	position:relative;
	background-color:#CCC;
}
.projectTitle {
	padding:20px;
	background-color:rgba(0,0,0,.8);
	-webkit-box-shadow:  0px 5px 10px 3px rgba(0, 0, 0, .3);
    box-shadow:  0px 5px 10px 3px rgba(0, 0, 0, .3);
}
.projectContent {
	width:100%;
	padding:50px 0px;
}
.projectImage {
	background-color:#000000;
	padding:20px;
}
.projectDescription {
	background-color:rgba(255,255,255,.9);
	margin-top:50px;
	padding:50px;
}
.projectAddContent {
	background-color:#CCCCCC;
	color:#333333;
	padding:30px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/*---------- PROJECT BACKGROUNDS ------------*/
#group1-project1 {
	background: url(img/GriffinBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group1-project2 {
	background:url(img/PDBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group1-project3 {
	background:url(img/FanaticsBG3.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group1-project4 {
	background:url(img/MakingWavesBG2.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#group2-project1 {
	background:url(img/smitheBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group2-project2 {
	background:url(img/duckBG4.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group2-project3 {
	background:url(img/BBBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#group3-project1 {
	background:url(img/pechaBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#group3-project2 {
	background:url(img/PDBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#group4-project1 {
	background:url(img/nathandammBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/*------------- MEDIA QUERIES --------------*/

@media (max-width:992px) {
	.categoriesDesktop {
		display:none;
	}
	.categoriesMobile {
		display:inline;
	}
	.logolink {
		padding-left:20px;
	}
	.mobileNav {
		padding-right:20px;
	}
	.subnav {
		width:100%; height:200px; background-color:#000000; font-size:18px; line-height:1em; font-weight:normal; color:#d1d3d4; text-align:center; padding:40px 20px 0px 20px;
	}
	.subnavillustration {
		width:100%; height:200px; background-color:#000000; font-size:24px; line-height:1em; font-weight:bold; color:#FFFFFF; text-align:center; padding:80px 20px 0px 20px;
	}
}
@media (max-width:768px) {
	.logolink {
		font-size:18px;
		padding-top:17px;
	}
	.homeMainCategories {
		width:100%; height:75px; background-color:#000000; font-size:24px; font-weight:bold; color:#FFFFFF; text-align:center; padding-top:20px;
	}
	.subnav {
		width:100%; height:125px; background-color:#000000; font-size:18px; line-height:1em; font-weight:normal; color:#d1d3d4; text-align:center; padding:20px 20px 0px 20px;
	}
	.subnavillustration {
		width:100%; height:125px; background-color:#000000; font-size:24px; line-height:1em; font-weight:bold; color:#FFFFFF; text-align:center; padding:50px 20px 0px 20px;
	}
	.snmobile {
		margin-top:10px;
	}
	.subnav img {
		max-height:50px;
	}
	.hmcmobile {
		margin-top:10px;
	}
	.projectTitle h1 {
		font-size:16px;
	}
	.dropdown-menu {
		left:-55px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.hmctablet {
		margin-top:20px;
	}
	.sntablet {
		margin-top:20px;
	}
	.projectTitle h1 {
		font-size:22px;
	}
	.dropdown-menu {
		right:0px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.dropdown-menu {
		left:150px;
		max-width:250px;
	}
}
@media (max-width:1200px) {
	.categoriesDesktop {
		display:none;
	}
	.categoriesMobile {
		display:inline;
	}
}