/**********************
/ Universal
**********************/

.row {
	margin-left: auto;
	margin-right: auto;
}

/**********************
/ Navigation
**********************/

body nav.navbar-default.menu {
	background-color: #223133;
	border:none;
	color: #DCE2EB;
}
body ul.navbar-nav {
	float: right;
}
#menu .navbar-toggle, 
#menu .navbar-toggle:hover, 
#menu .navbar-toggle:focus {
	background-color: transparent;
	border: none;
}
#navbar li a {
	padding-left: 15px;
}
.navbar-default .navbar-collapse {
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 4px;
	padding: 6px 29px 15px 29px;
	font-size: 14px;
	font-family: 'Courgette', cursive;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color: #ffffff;
}
body nav.navbar-default.menu ul.navbar-nav li a {
	color: #DCE2EB;
	letter-spacing: 4px;
	font-weight: 200;
}
body nav.navbar-default.menu ul.navbar-nav li.active a {
	color: #223133;
	background-color: #D8E4E6;
}

/**********************
/ Banner
**********************/

div.jumbotron { 
  	color: #fff;
}
.jumbotron p.header-top-line {
	font-size: 49px;
	font-weight: 400;
	letter-spacing: 10px;
	font-family: 'Courgette', cursive;
}
.jumbotron .header-tagline {
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 2;
	margin-bottom: 10px;
}
.jumbotron span.header-top-line,
.jumbotron span.header-middle-line,
.jumbotron span.header-bottom-line {
	line-height: .8;
}
.wide {
	width:100%;
	height:100%;
	height:calc(100% - 1px);
	background:
		linear-gradient(
			rgba(107, 105, 105, 0.47),
			rgba(93, 93, 93, 0)),
			url('../img/cabinet-after.jpg');
	background-size: cover;
	overflow: hidden;
	text-align:center;
}
.wide img {
	width:100%;
}
.request-quote.btn.btn-primary.btn-lg {
	border-radius: 25px;
	background-color: #bc2121;
	border: none;
	color: #fff;
	transition: color .2s, background-color .2s;
}
.request-quote.btn.btn-primary.btn-lg:hover {
	background-color: #c66868;
	color: #fff;
}

/**********************
/ Overview
**********************/

#overview {
	background-color: #eee;
	padding: 124px 0;
}
#overview p {
	color: #223133;
	max-width: 700px;
	display:block;
	position:relative;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto;
}
#overview-card {
	box-shadow: 1px 1px 11px #636363;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 40px 40px 73px;
	width: 80%;
	margin: auto;
}
#overview-card img {
	border-radius: 360px;
	border: 4px solid white;
	width: 140px;
	margin: -100px auto 40px auto;
	display: block;
	box-shadow: 1px 1px 11px #636363;
}

/**********************
/ Services
**********************/

div.row#services {
	margin: auto auto 75px auto;
	text-align: center;
	color: #223133;
}
div.row#services h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 128px auto 30px auto;
}
div.row#services div.col-xs-12.col-md-4 img.services-icon {
	width: 24%;
}
div.row#services div.col-xs-12.col-md-4.furniture-section, 
div.row#services div.col-xs-12.col-md-4.antique-section {
	margin-top: 190px;
}
div.row#services p.services-copy {
	color: #223133;
}
div.row#services p.services-copy {
	display:block;
	position:relative;
	width:70%;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto;
}
div.row#services p.services-copy {
	text-align: center;
}

/**********************
/ Carousel
**********************/

#project-gallery a.carousel-control {
	background-image: none;
}
#project-gallery {
	box-shadow: 1px 1px 11px #636363;
	margin: auto;
}

/**********************
/ Testimonials
**********************/

div.testimonials > h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 75px auto 30px auto;
}
div.tab-pane {
	text-align:left;
}
div.testimonials {
  background-color: #222729;
  background-image: url('../img/quotes.png');
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 54px;
  padding-bottom: 75px;
}
div.testimonials > h2 {
  color: #ffffff;
}
.testimonial-box {
	margin-top: 46px;
	padding-left: 34px;
}
div.tab-pane {
	display: block;
	position: relative;
	width: 70%;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto;
  	color: #ffffff;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
  height: 190px;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #fff;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent #eeeeee;
  background-color: transparent;
  color: #ffffff;
}
.tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.tabs-left > .nav-tabs .active > a {
  border-color: transparent transparent transparent #ddd;
  *border-right-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
body .tabs-left > .nav-tabs .active > a:hover, body .tabs-left > .nav-tabs .active > a:focus {
  border-color: transparent transparent transparent #ddd;
  *border-right-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/**********************
/ Contact
**********************/

#home #contact h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 75px auto 30px auto;
	text-align: center;
	color: #233234;
}
#home #contact-header {
	margin-bottom: 26px;
	height: 190px;
}
#home #contact-header p {
	color: #47676b;
}
#contact-page #contact-header h1 {
	font-size: 36px;
	font-weight: 600;
	margin: 75px auto 30px auto;
	text-align: center;
	color: #ffffff;
	width: 87%;
	max-width: 411px;
}
#contact-page #contact-header {
	padding: 50px 0 50px 0;
	background-color: #222729;
}
#contact-header p {
	color: #649096;
	display: block;
	position: relative;
	width: 85%;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto;
  	text-align: center;
}
#mail-success {
	padding: 0 40px 40px 40px;
}
body form.contact-nick {
	background-color: #eee;
	padding-top: 55px;
}
body form.contact-nick div.button {
	margin: 0px 20% 0px 20%;
}
body form.contact-nick div.button button {
	margin: auto auto 17px auto;
	width: 58%;
	border-radius: 25px;
}
div.message {
	margin-bottom: 40px;
}
body form.contact-nick div.form-group span.error {
	color: #fff;
}
#contact p {
	display:block;
	position:relative;
	width:70%;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto;
  	text-align:center;
}
.clear:hover {
	cursor: pointer;
}
.clear {
	display: none;
}
.photo > label {
	display: block;
}
.photo > input {
	display: inline;
}

/**********************
/ Gallery Images
**********************/

body#gallery {
	background-color: #eee;
}
figure {
	margin-top: 30px;
}
figure img {
	box-shadow: 1px 1px 11px #636363;
}
div#gallery-intro h1 {
	font-size: 36px;
	font-weight: 600;
	margin: 128px auto 30px auto;
}
div#gallery-intro > h2 {
	color: rgb(51, 51, 51);
}
div#gallery-intro > h2 {
	display:block;
	position:relative;
	width:70%;
  	font-family: Helvetica, Sans-serif;
  	font-size: 16px;
  	margin: auto auto 50px;
}
div#gallery-intro > h2 {
	text-align: center;
}


/**********************
/ Footer
**********************/

div#footer {
	position: relative;
	height: auto;
	background-color: #223133;
	display: block;
	text-align: center;
	padding: 15px 0 10px;
	font-size: 16px;
	font-family: Helvetica, Sans-serif;
	font-weight: 100;
	color: #fff;
}


/**********************
/ Media Queries
**********************/

@media (max-width: 500px) {
	body form.contact-nick div.button button {
		width: 100%;
	}
}
@media(min-width: 500px) and (max-width: 767px) {
	.form-group {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	.wide {
	  background-attachment: static;
	}
	div.row#services div.col-xs-12.col-md-4.kitchen-section{
		margin-top: 100px;
	}
	div.row#services div.col-xs-12.col-md-4.furniture-section, 
	div.row#services div.col-xs-12.col-md-4.antique-section {
		margin-top: 150px;
	}
	body ul.navbar-nav {
		float: none;
		margin: auto;
		display: inline;
	}
	body ul.navbar-nav li {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.wide {
	  background-attachment: fixed;
	}
	#navbar li a {
		padding-left: 29px;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	div.row#services div.col-xs-12.col-md-4.kitchen-section {
		margin-top: 100px;
	}
	div.row#services div.col-xs-12.col-md-4.furniture-section, 
	div.row#services div.col-xs-12.col-md-4.antique-section {
		margin-top: 100px;
	}
}
@media (min-width: 992px) {
	div.row#services div.col-xs-12.col-md-4.kitchen-section, 
	div.row#services div.col-xs-12.col-md-4.furniture-section, 
	div.row#services div.col-xs-12.col-md-4.antique-section {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	#project-gallery {
		width: 800px;
	}
}