
style h1 a, .style h1 a:visited {
color: #FFFFFF;
}

/*reseizes the form text area*/
.post-form textarea, .post-form input {
width: 100%;
}


.date {
color: #828282;
}
/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-brand{
	color: #000000 !important;
	display: flex;
	  align-items: center;

}

.navbar-brand>img {
  padding: 7px 14px;

}

.navbar .nav>li> a{
	float: none;
    line-height: 19px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color:  #000000 !important;
}


/*This code shows the navigation background which have home, feature, aboutus, etc*/
nav{
	background: none repeat scroll 0 0 #FFEB3B;
}

header {
	/*border-bottom: 4px solid rgba(0, 40, 58, 0.53);*/
	position: fixed;
	width: 100%;
	z-index: 10;

}

/*shows the logo named saloon*/
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}

p.logo strong {
	font-weight: 700;
}


/*shows the nav tab color background and its nav solid line indigo and dark grey respectivilt*/
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #FFEB3B;
	border-top: 2px solid #000000;
	color: #000000;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
/*the corousel block below the images in light indigo color*/
#first-block {
	background: none repeat scroll 0 0 #FFF9C4;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #000;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;

}

/*aboutus background color
#about-us {
	background: none repeat scroll 0 0 #FFF9C4;
	clear: both;
}*/
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #000;
}


.media-container {
  overflow: hidden;
}

/*this is resizing image dimensions and the sizes are also on image tag in gallery.html*/
/*.image {
    width: 100%;
    height:auto;
}

*/

article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
h2.section-title:after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
/*changes contact us and our work title*/
h2.section-title {
	color: #000000;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}

#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
/*color on the boarder of the images*/
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
/*changes color on ourwork section on the tabs and the words in the tabs on inactive color*/
a.tab-label, a.tab-label:link, a.tab-label:visited {
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
/*changes color on the active tab and the words*/
a.tab-label:hover, a.tab-label.active-btn {
	background: #000000;
	color: #fff;
}

#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color: #E1009F;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#contact {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}


#services {
	background: #FFF9C4 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}
#services h2 {
	color: #000;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #000 none repeat scroll 0 0;
}
/*colors services section on the round icons*/
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #000000;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #000;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #000;
	font-size: 0.8em;
}









footer {
	background: none repeat scroll 0 0 #FFEB3B;
	padding: 3.5em 0;
}
/**footer text color*/
footer p, footer h4, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 1.2em;
}
