@import url('normalize.css');


/*********************

    FABRIC - Beta 

  PIXELNAUTPRESS.COM

********************-/



/***** Reset *****/

html, body, nav, section, aside, div, h1, h3, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td 
{ margin: 0; padding: 0; }

/***** Basic Definitions *****/
body { background: #F8F8FF; color: #333; font: 14px/20px Helvetica, sans-serif }

h1 { color: #3e6fb7; font-size: 36px; line-height: 36px; margin-bottom: 18px; text-transform: uppercase; font-weight: bold; font-family: 'Arvo', serif; font-size: 2rem; }

a { text-decoration: none; color: #404040;

	/*transition for smooth hover animation*/
	transition: all 0.15s;
	/* Browser specific tags, IE has to be IE 10 or up to work */
	-o-transition: 0.15s;
	-ms-transition: 0.15s;
	-moz-transition: 0.15s;
	-webkit-transition: 0.15s;

}

a:visited { }

a:hover { text-decoration: none; color: #999; }

img { border: none; }

p, ul, ol, dl, table { margin-bottom: 0px; }

ul, ol, dd { margin-left: 36px; }

/***** Custom Classes *****/
.clearing { clear: both; }
.clearfix { overflow: hidden; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }




/* ///////////////////////////////////////////////////////////////////////

   PAGE STYLE

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

    /* ::::::::::::::::::::::::
    STRUCTURE 
    :::::::::::::::::::::::: */

#container {
    width: 96%;
    max-width: 1200px;
    margin: auto;
    padding: 2%;
}

#main {
    width: 60%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}

h1.services {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 3%;
}

#land1, #land2 {
	width: 30%;
	float: left;
	margin-right: 5%;
}

aside {
    width: 35%;
    float: right;
    margin-bottom: 20px;
}

aside.landing {
    width: 30%;
    float: right;
}

aside.services {
    width: 35%;
    float: left;
    margin-right: 5%;
}

#services {
    width: 60%;
    float: right;
}

#landing {
	height: auto;
	max-width: 1200px;
	float: left;
}

#about, #service, #location, #contact {
	float: left;
}

hr.endsection {
	float: left;
	width: 100%;
	border-bottom: 1px #999 dashed;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 50px;
	margin-bottom: 50px;
}

html {
	font-size: 14px;
}

p {
	font-size: 1rem;
	font-family: 'PT Sans', sans-serif;
	text-indent: 20px;
}

p.large {
	font-size: 3rem;
	line-height: 4rem;
	font-family: 'Anton';
	text-indent: 0;
}

    /* ::::::::::::::::::::::::
    FOOTER 
    :::::::::::::::::::::::: */

footer {
	-height: 200px;
	float: left;
	text-align: center;
	width: 100%;
	background-color: #0F0F0F;
	margin-top: 50px;
	padding-top: 2%;
	padding-bottom: 2%;
}

#backup {
	background: #333;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;

	margin: 2% 0;
	text-indent: -9999px;

	/*transition for smooth hover animation*/
	transition: all 0.30s;
	/* Browser specific tags, IE has to be IE 10 or up to work */
	-o-transition: 0.30s;
	-ms-transition: 0.30s;
	-moz-transition: 0.30s;
	-webkit-transition: 0.30s;

}

#backup:hover{
	background: #d71e1e;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0F0F0F;
	margin: 20px 40px;
}

footer p {
	margin: 2% 0;
}

    /* ::::::::::::::::::::::::
    HEADER 
    :::::::::::::::::::::::: */

header {
	width: 100%;
	height: auto;
	margin: 0;
}

    /* ::::::::::::::::::::::::
    NAV 
    :::::::::::::::::::::::: */

nav {
	text-align: center;
	-position: fixed;
	-width: 100%;
}

.navmain {
    background-color: #0F0F0F;
    text-align: center;
    padding-top: 5px;
    font-family: 'Anton';
    font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
}
 
.navmain li { 
	float: left;
	text-align: center;
	line-height: 25px;
	padding: 10px 50px;
}

.navmain ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.navmain li a{
	text-decoration: none;
	color: #fff;
} 

.navmain li a:hover{
	text-decoration: none;
	color: #999;
} 
  
    /* ::::::::::::::::::::::::
    BANNER 
    :::::::::::::::::::::::: */
    
#banner {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
   
#banner img {
    width: 100%;
	top: 0;
}

#banner img.landing {
	width: 100%;
	top: 0;
	margin-top: 50px;
}

#banner img.section {
	width: 100%;
	top: 0;
	border-radius: 3px;
}

.imgmin {
	width: 100%;
}

.imgmin img.min {
	width: 100%;
	border-radius: 3px;
}

    /* ::::::::::::::::::::::::
    RESPONSIVE CSS 
    :::::::::::::::::::::::: */

    /* @ 640px */

	@media screen and (max-width: 640px) {
 
.navmain li { 
	float: left;
	text-align: center;
	line-height: 25px;
	padding: 10px 30px;
}

}

    /* @ 480px */

	@media screen and (max-width: 480px) {

#main, aside, #land1, #land2, aside.landing, #services {
	float: left;
	clear: left;
	margin: 0 0 10px;
	width: 100%;
}

#banner {
	margin-top: 0;
}

#banner img.landing {
	width: 100%;
	top: 0;
	margin-top: 0;
}

html {
	font-size: 12px;
}

p {
	font-size: 1rem;
}

h1 {
	font-size: 1.5rem;
}


#nav {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}

.navmain {
	float: left;
	clear: left;
	margin: 0;
	width: 100%;
	position: relative;
}
.navmain ul {
	margin: auto;
	width: 100%;
}

.navmain li {
	margin: 0;
	background: #171717;
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	margin-bottom: 3px;
	width: 100%;
	padding: 0;
}

.navmain a {
	display: block;
	padding: 10px;
	text-align: center;
}

.navmain li a:hover {
	background: #1C1C1C;
}


}




