@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Arvo';
	font-style: normal;
	font-weight: 400;
	src: local('Arvo'), url(http://themes.googleusercontent.com/static/fonts/arvo/v5/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
}

*{margin:0px; padding:0px;}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////MAIN BODY/////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

html{
    width: 100%;
	min-width:1000px; /*browser stops rescaling contant at this size*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
	background-image:url(../images/layout/paper_bg.png);
	background-position:center;
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////SNOWFLAKES/////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/


#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}


/*Autumn Leaf Credit: https://scrixels.tumblr.com/post/665937123988455424/1511-autumn-leaves*/


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////BINDING////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#binding_header{
	background-image:url(../images/layout/coilsforportfolio.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:50px;
	margin: 0 auto;
	z-index:1;
	margin-top:-15px;
}

#binding_footer{
	background-image:url(../images/layout/coils.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:50px;
	margin-top:-15px;
	z-index:1;

}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////NAVIGATION///////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/


#nav_container{
	background-image:url(../images/layout/ribbon_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	z-index:4;
	width:100%;
	top:0px;


}

#nav{
	width:902px; /*to keep navigation centered, you can onyl change the width*/
	height:66px;
	margin: 0 auto;
	text-align:center;
}



#nav ul{margin: 0 auto;}

#nav li{
	color:#FFF;
	font-size:16pt;
	font-family: 'Arvo', serif;
	font-weight:bold;
	float:left;
	list-style:none;
	padding:17px 2px 0 0;
}

#nav a:link, #nav a:visited, #nav a:active{
	color:#FFF;
	text-decoration:none;	
}

#nav a:hover{
	color:#57a95a;
}

#nav img{
	margin-top:-17px;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////HEADER///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#header_container{
	background-size:100%; /*Stretches background to fit browser, set to 100% if you want it to scale down to any size when browser is resized*/
	min-width:1100px; /*scales BG at specified size so BG does not resize too small twords the DIV specifications*/
	background-image:url(../images/layout/quote_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#header{
	width:1100px;
	height:100px;
	margin:0 auto;
	padding-bottom:45px;
	text-align:center;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////GARAGE KITS BANNER////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#titles_container{
	padding-top:35px;
	margin: 0 auto;
	background-image:url(../images/layout/header_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:200px;
	clear:both; /*pushes recent work containers down so the container does not float next to about me description*/
}


#titles{
	width:1000px;
	margin: 0 auto;
}


h1{ /*Garage Kits*/
	text-align:center;
	font-size:2.5em;
	font-family: 'Arvo', serif;
	color:#FFF;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////PROJECT/////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

#project{	/*encases entire portfolio page*/	
	width:1000px;
	margin: 0 auto;
	text-align:center; /*Centers images*/
	padding:0 0 50px 0; /*Pushes images down & leaves gap for footer*/
}


#beach_bg_container{ /*encases beach background overlay*/	
	width:795px;
	margin: 0 auto;	
}



.project_header{ /*Longer Green Ribbon Header*/	
	font-family: 'Arvo', serif;
	color:#FFF;
	font-size:20pt;
	line-height:35px;
	background-image:url(../images/layout/longribbon_bg.png);
	background-repeat:no-repeat;
	width:537px;
	height:63px;
	text-align:center;
	padding-top:8px;
	margin: 0 auto;
}


#project_description{ /*portfolio body text*/	
	width:830px;
	margin: 0 auto;
}


#images_container{ /*pushed gallery images from the top for spacing*/	
	margin-top:20px;
}


#pics2{ /*scales gallery images down as well as add spacing between photos*/
	width:30%;
	margin:1px;
}



.short_ribbon_header{ /*Short Green Ribbon Sub Header*/
	font-family: 'Arvo', serif;
	color:#FFF;
	font-size:15pt;
	line-height:35px;
	background-image:url(../images/layout/shortribbon_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:363px;
	height:61px;
	padding-top:9px;
	margin: 0 auto;
}

.green_des_bars{ /* White text on square green BG*/

	color:#57a95a;
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-decoration:none;
}



.description_caption{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	/*padding:15px 100px 15px 120px;*/
	color:#000;
	line-height:24px;
	text-align:center;	
}

.caption{
	font-family:"Arvo", Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding:0 25px 20px 25px;
	color:#000;
	line-height:25px;
	text-align:center;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////FOOTER////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/


#footer_container{
	background-image:url(../images/layout/footer_bg.gif);
	clear:both;
	background-repeat:repeat-x;
}

#footer{
	width:900px;
	height:50px;
	margin:0 auto;
	text-align:center; /*Centers images*/
	padding-top:30px;
}

.social{
	color:#57a95a;	
}

h6{
	font-family: 'Arvo', serif;
	font-size:10pt;	
	color:#FFF;
	clear:both;
	padding-top:10px;
}