body {
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	background-color: #ededed;
    font-weight: 300;
    font-size: 18px;
    color: #808392;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin: 0 0 25px 0px;
}


.centered {
    text-align: center;
}

/* Links */
a {
    text-decoration: none;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center bottom;
	min-height: 200px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color: #808392;
	font-size: 96px;
	font-weight: 200;
	letter-spacing: 3px;
	margin: 65px 0px 0px 0px;
}

#headerwrap h1 strong {
	font-weight: 700;
}

#headerwrap h2 {
	color: #808392;
	font-size: 50px;
	font-weight: 200;
	margin-top: 0px;
}

/* SHARED STYLES */

.welcome, 
.showcase { padding: 35px 0; text-align: center;margin: 0 auto; }

/* INDIVIDUAL STYLES */
.welcome { max-width: 720px; padding:0px;}
.welcome h3 {font-weight: 500;color: #808392;letter-spacing: 1px;font-size: 26px;text-transform: uppercase;}

.showcase h3 {font-weight: 200;color: #808392;letter-spacing: 1px;font-size: 26px;text-transform: uppercase;margin-bottom:40px;}

.showcase ul { display:table;margin:0 auto;padding:0; }
.showcase ul li {display:inline-table;max-width:320px;margin:0 20px 80px 20px;}
.showcase ul li img {margin:0 0 20px 0;width:70%;}
.showcase ul li h4 {font-size:24px;font-weight: 300;margin-top:0px;}
.showcase ul li h4, .showcase ul li p {color: #808392;letter-spacing: 0px;line-height:24px;}


.company { padding: 35px 0; text-align: center;margin: 0 auto; }
.company h3 {font-weight: 200;color: #808392;letter-spacing: 1px;font-size: 26px;text-transform: uppercase;margin-bottom:40px;}
.company p { min-width:350px; max-width: 30%; padding:0px;margin:0 auto;color:#808392;}

.contact { padding: 50px 0 70px 0; text-align: center;}
.contact h3 {font-weight: 200;color: #808392;font-size: 18px;}


/* item Wrap */

#itemwrap {
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}

