@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Allura');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Italianno|Pinyon+Script');

/* -----------------------------
Paragraph and heading styles
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cardo', serif;
}

h1 {
	color: #2D0003;
	font-size:42px;
}

h2 {
	text-transform: uppercase;
}

p {
	font-family: 'Lora', serif;
	font-size:16px;
}

ul {
	font-family: 'Lora', serif;
	font-size:16px;
	list-style-image: url(../images/bullet.png);
}

h4 {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

/* -----------------------------
body and spacer styles
------------------------------*/

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+28,ffffff+28,ffffff+69,e5e5e5+100 */
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 69%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 69%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 69%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.nadcap {
	max-width: 100%;
	padding:15px;
}

.nadcap2 {
	width: 250px;
	padding:15px;
}

.NADCAP-text {
	margin: 35px 0px;
}

.main-img {
	float: left;
	margin: 0 15px 15px 0;
	width: 300px;
}

/* -----------------------------
Top Header and Spacer
------------------------------*/

.top-header {
	/*background-color:#0D0D0D;*/
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,000000+33,111111+60,1c1c1c+75,4f4f4f+100 */
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(45deg, #4c4c4c 0%, #000000 33%, #111111 60%, #1c1c1c 75%, #4f4f4f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #4c4c4c 0%,#000000 33%,#111111 60%,#1c1c1c 75%,#4f4f4f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #4c4c4c 0%,#000000 33%,#111111 60%,#1c1c1c 75%,#4f4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	min-height: 95px;
	/*border-top: 7px solid #e5e5e5;*/
}

.top-header h1 {
	color: #fff;
	font-family: 'Utopia', serif;
	text-transform: uppercase;
	font-size: 46px;
	padding: 5px 0px;
}

.top-header h1 a {
	color: #fff;
}

.top-header h1 a:hover {
	text-decoration: none;
}


/*.top-header h2 {
	padding:0px;
	margin: 30px 45px 25px 0;
	color: #fff;
	font-family: 'Alex Brush', cursive;
	font-size: 36px;
	text-transform: none;
	float: right;
}*/

.top-header h2 {
	color: #939393;
	font-family: 'Utopia', serif;
	font-size: 22px;
	text-transform: none;
	position:absolute;
	font-style: italic;
	padding: none;
	right: 15px;
	top: 47px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	
	
}

.spacer {
	height:140px;
}

@media screen and (max-width: 1199px) {
    .top-header h2 { 
		display:none;
	}
	.top-header h1 { 
		font-size: 36px;
	}
	.spacer {
	height:180px;
}
}

@media screen and (max-width: 767px) {
	.spacer {
	height:120px;
}
}

@media screen and (max-width: 705px) {
    .top-header h1 { 
		font-size: 26px;
	}
	.top-header {
		min-height: 75px;
	}
	.spacer {
	height:100px;
}
}

@media screen and (max-width: 320px) {
    .top-header h1 { 
		font-size: 22px;
	}
	.top-header {
		min-height: 75px;
	}
	.spacer {
	height:90px;
}
}

@media screen and (max-width: 521px) {
	.spacer {
	height:125px;
}
}





/* -----------------------------
Navigation Style
------------------------------*/

.navbar-nav li a:link, .navbar-nav li a:visited {
	font-size:15px;
	font-weight: normal;
	font-family: 'Cardo', serif;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.25s all;
}

.navbar-nav li a:hover {
	color:#878787 !important;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav img {
    width: 5px;
}

.navbar-nav li {
      float: none;
      display: inline-block;
	  font-size:18px;
	  font-family: 'Cardo', serif;
	  font-weight: bold;
	  
}

.navbar-nav li img {
      vertical-align: middle;
	  
}

.navbar {
	background-color: #3C0004;
	border: 2px solid #3C0004;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	border-radius: 0px;
}

/* -----------------------------
#Home Page Style
------------------------------*/

#home-page {
	background-image: url(../images/home-banner2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 15px 80px;
}

#home-page h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}

#home-page p {
	color: #F5F5F5;
	font-size: 26px;
}

/* -----------------------------
#into on Home Page Style
------------------------------*/

#intro {
	margin: 40px 0;
}

#interior-into {
	margin: 20px 0;
}

/* -----------------------------
#services on Home Page Style
------------------------------*/

#services {
	margin: 0 0 40px 0;
	text-align: center;
}

/* -----------------------------
Footer Style
------------------------------*/

footer {
	color:#ffffff;
	background-color: #2D0003;
}

footer a:link, footer a:visited {
	color:#ffffff;
}

footer a:hover {
	color:#D1D1D1;
}

.subtitle p {
	color:#D1D1D1;
	font-size: 12px;
}

/* -----------------------------
Button Style
------------------------------*/

.wk-btn {
  background: #570007;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #570007, #330004);
  background-image: -moz-linear-gradient(top, #570007, #330004);
  background-image: -ms-linear-gradient(top, #570007, #330004);
  background-image: -o-linear-gradient(top, #570007, #330004);
  background-image: linear-gradient(to bottom, #570007, #330004);
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin: 10px 0;
  text-decoration: none;
  font-weight: bold;
	-o-transition: background-image .5s;
  -ms-transition: background-image .5s;
  -moz-transition: background-image .5s;
  -webkit-transition: background-image .5s;
  /* ...and now for the proper property */
  transition:.5s;
  
}

.wk-btn:hover {
  background: #4b4b4b;
  background-image: -webkit-linear-gradient(top, #4b4b4b, #070707);
  background-image: -moz-linear-gradient(top, #4b4b4b, #070707);
  background-image: -ms-linear-gradient(top, #4b4b4b, #070707);
  background-image: -o-linear-gradient(top, #4b4b4b, #070707);
  background-image: linear-gradient(to bottom, #4b4b4b, #070707);
  text-decoration: none;
  color: #ffffff;
}

/* -----------------------------
Contact Form on Side Style
------------------------------*/

.contact {
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding: 10px 20px;
}

.contact h2 {
	color:#2D0003;
	font-size: 26px;
	margin:none;
	padding:none;
}

.contact i {
	padding-right: 7px;
}
 
/* -----------------------------
Image Gallery on Service Pages
------------------------------*/

.gallery img {
	margin:10px;
}

/* -----------------------------
Image Gallery on Service Pages
------------------------------*/

.details {
	background: #2D0003;
	color: #ffffff;
	padding:10px 20px;
	margin-top: 10px;
	border-radius: 5px;
	transition: 0.5s all;
	cursor: pointer;
}

.details i {
	padding-right:10px;
}

.details:hover {
	background: #000000;
	color: #DDDDDD;
}


#capabilities, #gallery, #certifications {
	border: 1px solid #DDDDDD;
	padding: 10px;
}

/* -----------------------------
Adding padding to Fontawesome Icons
------------------------------*/

.icons i {
	margin-right: 7px;
}