body {
    font-family: "museo-sans";
}

p {
    color: #888888; 
}

h2 {
    text-align: center;
    font-size:40px;
    font-weight: bold;
    margin-bottom:2rem;
}

h3 {
    font-weight: 900;
    font-size:26px;
    margin-bottom:1.5rem;
}

h4 {
    text-transform: uppercase;
    font-weight:bold;
    font-size:15px;
    letter-spacing:2.5px;
}

.btn-primary {
    background: #9A7447;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.28);
    border-radius: 5px;
    text-transform: uppercase;
    font-size:12px;
    letter-spacing:3px;
    padding: 18px 24px 16px 24px;
    border:none;
}

.btn-primary:hover {
    background: #000;
}

.well {
    border: 2px solid rgba(155, 116, 67, .3);
    border-radius: 3px;
    padding:26px;
}

.short-75 {
    width:75%;
}
.short-85 {
    width:85%;
}

/* Home Banner Image ---------------------- */

section#home-banner-img {
    height:320px;
    background:url(../images/banner_img.jpg);
    background-position:;
    background-size:cover;  
}

/* Header --------------------------------- */


header { 
    padding-top:60px;
    position: relative;
    background-image: url(../images/mountains.png);
    background-size:50%;
    background-repeat:no-repeat;
    background-position-y: -40px;
    padding-bottom:100px;
    }
header hr {
    position: absolute;
    top:-7px;
    right:630px;
    width:130px;
    border-width: 3px;
}
header h1 img {
    width:310px;
    margin-top:-20px;
    cursor: pointer;
}
header nav {
    position: absolute;
    top:0; right:15px;
    background: #fff;
}
header nav ul {
  font-size:14px;
  text-transform: uppercase;
  letter-spacing: 2.55px;
  font-weight:bold;
  margin:0; padding:0;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  color: #909090;
  padding:10px 0px 10px 26px;
}

header nav ul li a:hover {
  text-decoration: none;
  color:#000;
}

/* Sticky Header */
.nav-phone {
	display:none;
	margin-left:22px;
	color:#b50000;
	border:1px solid #b50000;
	padding:8px 13px 6px 16px;
	border-radius:3px;
}

body.home header.sticky .nav-phone {
	display:inline-block;
}

body.home header.sticky hr { display:none; }

body.home header.sticky h1 img {
	width:220px;
	display:none;
}

body.home header.sticky {
	position:fixed;
	z-index:1000;
	background-color:rgba(255,255,255,.95);
	width:100%;
	padding-top:36px;
	top:0;
	left:0;
	padding-bottom:8px;
	border-bottom:1px solid #eee;
	height:120px;
}

body.home header.sticky nav {
	background:none;
	position:inherit;
	text-align:center;
	right:0;
}

body.home section#home-banner-img.sticky_nav {
	margin-top:226px;
	background-image:none;
}

/* Home Intro --------------------------------- */


section#home-intro {
    padding: 60px 0;
    padding-bottom:100px;
    padding-top:0px;
}

section#home-intro p {
    font-size:.9rem;
    line-height: 1.7rem;
    margin-bottom:3rem;
}

section#home-intro p a {
    color: #9A7447;
		font-weight:bold;
}

section#home-intro hr {
    width:120px;
    margin-left:0;
    margin-bottom:2.5rem;
    border-width: 3px;
    border-color: #9A7447;
}

section#home-intro .btn {
    margin-top:20px;
}

section#home-intro img {
    width:100%;
}

section#home-intro img.img-one {
    margin-top:60px;
}

section#home-intro img.img-two {
    margin-top:20px;
}

/* Home Showroom --------------------------------- */


section#home-showroom {
    background: #EAE9E3;
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(../images/bg.png);
    background-size: 894px;
    background-repeat: no-repeat;
    background-position: top right;
}

section#home-showroom .hs-container {
    padding-left:50px;
}

section#home-showroom img {
    width:429px;
}

section#home-showroom img.img-one {
    margin-top:-130px;
    margin-bottom:34px;
}

section#home-showroom .well {
    min-height:136px;
}

section#home-showroom p {
    font-size:.9rem;
    line-height: 1.7rem;
    margin-bottom:3rem;
    color:#484848;
}

section#home-showroom .location,
body.sub-alt .location
 {
    padding-left:90px;
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 36px 30px;
}

section#home-showroom .phone ,
body.sub-alt .phone {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 50% 26px;
    padding-top:80px;
}

section#home-showroom .location p, 
section#home-showroom .phone p,
body.sub-alt .location p,
body.sub-alt .phone p {
    margin:0;
    color: #6A6E7D;
}

section#home-showroom .phone p,
body.sub-alt .phone p {
    text-align:center;
    font-size:20px;
    font-weight: 500;
    letter-spacing: 2px;
    color:#9A7447;
}

body.sub-alt .location p {
    font-size:14px;
    line-height: 24px;
}

body.sub-alt .well {
    min-height:140px;
}

/* Home Gallery --------------------------------- */


section#home-gallery {
    padding: 100px 0;
}

section#home-gallery p {
    text-align:center;
    font-size:22px;
    color:#484848;
}

section#home-gallery hr {
    width:200px;
    margin-bottom:6rem;
    margin-top:3.5rem;
    border-width: 3px;
    border-color: #9A7447;
}

section#home-gallery .col-md-3 div {
    background:#ccc;
    height:430px;
    text-align:center;
    padding-top:330px;
}

section#home-gallery .col-md-3 div.marble {
    background: url(../images/marble.jpg);
    background-size:290px;
    cursor:pointer;
}

section#home-gallery .col-md-3 div.granite {
    background: url(../images/granite.jpg);
    background-size:290px;
    cursor:pointer;
}

section#home-gallery .col-md-3 div.quartz {
    background: url(../images/installed.jpg);
    background-size:290px;
    cursor:pointer;
}

section#home-gallery .col-md-3 div.sinks {
    background: url(../images/sinks.jpg);
    background-size:270%;
		background-position:center;
    cursor:pointer;
}

section#home-gallery .col-md-3 div.process {
    background: url(../images/process.jpg);
    background-size:130%;
    cursor:pointer;
}

section#home-gallery .col-md-3 div hr {
    width:80px;
    margin-top:0;
    margin-bottom:1rem;
    border-color:#fff;
}

section#home-gallery .col-md-3 div h3 {
    font-size:38px;
    color:#fff;
    font-weight:700;
}

/* Sub Page --------------------------------- */

.sub header {
    padding-bottom:40px;
    padding-top:80px;
}

section#sub-banner {
    height:340px;
    background:#EAE8E2 url(../images/bg.png);
    background-position: -120px;
    margin-bottom:80px;
}

div.sub-banner-wrap.about {
    background-image: url(../images/about_bg.jpg);
    height:340px;
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:center right;
    padding-top:60px;
}

div.sub-banner-wrap.gallery {
    background-image: url(../images/gallery_bg.jpg);
    height:340px;
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:center right;
    padding-top:60px;
}

section#sub-banner.generic {
    background:#EAE8E2 url(../images/bg.png);
    height:inherit;
    margin-bottom:100px;
    background-size: 100%;
    padding-top:3.2rem;
    padding-bottom:1rem;
}

section#sub-banner h1 {
    font-weight:bold;
    margin-bottom:2rem;
}

section#sub-banner p {
    font-size:1.2rem;
    line-height:2rem;
}

section#sub-banner a {
	color: #9A7447;
	font-weight:bold;
}

section#sub-content {
    padding-bottom:60px;
}

section#sub-content p a {
    color: #9A7447;
}

section#sub-content img {
    width:100%;
}

section#sub-content .employee img {
    border-radius: 50%;
}

section#sub-content .employee ul {
	color: #888888;
	padding-left:20px;
	line-height: 1.4rem;
}

section#sub-content .employee ul li {
	font-size:.9rem;
	margin-bottom:10px;
}

.employee {
    margin-bottom:60px;
}

.employee p {
    font-size:.9rem;
    line-height:1.6rem;
}

.employee h4 {
    margin-bottom:30px;
}

.employee h4 span {
    text-transform: none;
    color:#999;
    font-weight: normal;
    font-style: italic;
    letter-spacing:1px;
}

.about-intro p {
    margin-bottom:3rem;
}

.gallery img {
    margin-bottom:24px;
}

div.gallery {
    margin-bottom:40px;
}

div.gallery .btn {
    margin-top:10px;
    margin-bottom:40px;
}

div.gallery.sinks .thumb {
	border:1px solid #eee;
}

ul.gallery-nav {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom:120px;
    text-align:center;
}

ul.gallery-nav li {
    display:inline-block;
}

ul.gallery-nav li a {
    padding:16px 21px 15px 21px;
    border:1px solid #ccc;
    border-radius:4px; 
    text-transform: uppercase;
    font-weight:bold;
    font-size:13px;
    letter-spacing:2.5px;
    margin-right:14px;
    color:#333;
}

ul.gallery-nav li a:hover {
    text-decoration: none;
}

/* Contact Page */

.main-contact {
    margin-bottom:2rem;
}

/* FAQ */

.question { margin-bottom:40px; }

/* Resources */

.resource { margin-bottom:20px; }

/* Footer --------------------------------- */

footer {
    background: #353535;
    background-image: url(../images/footer_logo.png);
    background-size:229px;
    background-repeat: no-repeat;
    background-position: 50% 100px;
    padding: 100px 0;
    padding-top:260px;
    text-align:center;
}

footer nav ul {
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 2.55px;
    font-weight:bold;
    margin:0; padding:0;
}

footer nav ul li {
    display: inline-block;
}

footer nav ul li a {
    padding:20px; 
    color: #909090;
    font-weight:600;
}

footer nav ul li a:hover {
    text-decoration: none;
    color:#fff;
}

p.fb {
	margin-top:38px;
	line-height:30px;
	opacity:.5;
	cursor:pointer;
}

p.fb a {
	display:inline-block;
	width:28px;
	height:28px;
	text-indent:-9000px;
	margin-left:8px;
	background-image:url(../images/fb.png);
	background-size:28px;
}




