/*Header Styles*/
/*COLORS
YELLOW:#FECB22
BLUE:#287FD5
*/
.logo{
	width:350px;
}
body{
	background-image:url("img/main/header-background.jpg");
	font-weight:bold;
	font-family: Arial !important;
}
.header-phone{
	margin-top:1.5em;
	text-shadow:3px 3px black;
}
.header-phone span{
	color:#FECB22;
}
.affix {
	top: 0;
	width: 100%;
	margin-top:0px !important;
}
nav{
	z-index:5;
}
.navbar, .navbar-inverse, .navbar-collapse, .navbar-inverse .navbar-form{
	background: #7C4300; /* For browsers that do not support gradients */
    background: linear-gradient(#7C4300, #fecb22); /* Standard syntax (must be last) */
	
}
.navbar{
	margin-top:1em;
	border-radius:0px !important;
	border-top:solid 5px #287FD5 !important;
	border-bottom:solid 1px #FECB22 !important;
}
.navbar-inverse .navbar-nav>li>a{
	color:black !important;
	border-radius:0px !important;
	-webkit-transition: background-color 0.5s, color 0.5s; /* Safari */
    transition: background-color 0.5s, color 0.5s;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a{
	background-color:black !important;
	color:#FECB22 !important;
	border-radius:0px !important;
}
.nav-stacked>li+li {
     margin-top: 0px !important;
}
.social-media{
	/*position:relative;*/
	width:50%;
}
.social-media-img{
	width:50px;
	display:block;
	height:auto;
}
/* .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	transition: .5s ease;
	background-color: gray;
}
.social-media:hover .overlay{
	opacity:0.2;
} */
.social-media>li>a{
	padding:0px !important;
}

/*SERVICES*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.services{
	margin-top:3em;
}
.services h3{
	text-align:center;
}
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}
@media (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
  #myBtnContainer{
	  margin-left:1em;
  }
}
.card {
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9);
	margin:3px;
}
.card-container {
  padding: 0 16px;
}
.card-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

/*CAROUSEL*/
.carousel-img{
	width:100%;
}

/*HOME ABOUT*/
.home-about{
	margin-top:2em;
	color:white;
}
.home-about h3, .home-gallery h3{
	border-left:solid 5px #FECB22;
	padding-left:10px;
	color:white;
}
.carousel-indicators{
	z-index:3 !important;
}

/*ABOUT PAGE*/
#about{
	color:white;
}
#about h3{
	border-bottom:solid 3px #FECB22;
}
#about, #flooring, #flooring h4, #flooring h5{
	font-size:1.2em !important;
}

/*REVIEWS PAGE*/
#reviews h3{
	color:white;
}
.review {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

.review::after {
  content: "";
  clear: both;
  display: table;
}

.review img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.review span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .review {
      text-align: center;
  }
  .review img {
      margin: auto;
      float: none;
      display: block;
  }  
  #myBtnContainer a.btn{
	  /*font-size:0.8em;*/
	  padding: 4px 6px;
  }
  .carousel-inner, .carousel-img{
	  height:130px !important;
  }
}
#reviews h3{
	border-bottom:solid 3px #FECB22;
}

/*FLOORING PAGE*/
#flooring{
	color:white;
}
#flooring h3{
	border-bottom:solid 3px #FECB22;
}

/*STAFF PAGE*/
#staff{
	color:white;
}
#staff h3{
	border-bottom:solid 3px #FECB22;
}
.staff-pics{
	width:90px;
	border-radius:5px;
	height:90px;
	border:solid 3px #287FD5;
}

/*GALLERY*/
/* Create three equal columns that floats next to each other */
#gallery h3{
	color:white;
	border-bottom:solid 3px #FECB22;
}
.column {
    display: none; /* Hide columns by default */
	margin-bottom:0.5em;
	margin-top:0.5em;
}
/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
} 
/* Content */
.content {
    background-color: #f1f1f1;
    padding: 10px;
	text-align:center;
}
.content img, .thumbnail img{
	height:200px !important;
	width:100%;
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
/* .btn-living{
	margin-right:20px !important;
	padding-right:20px !important;
} */
/* Style the buttons */
#myBtnContainer a.btn {
  border: none;
  outline: none;
  padding: 12px 3px;
  background-color: #FECB22;
  color:black;
  cursor: pointer;
  margin-bottom:1em;
  margin-right:5px;
  font-weight:bold;
  -webkit-transition:background-color 0.5s, color 0.5s;
  transition:background-color 0.5s, color 0.5s;
}
/* Add another background color on mouse-over */
#myBtnContainer .btn:hover {
  background-color: #287FD5;
  color:white;
}
/* Add a dark background color to the active button */
#myBtnContainer .btn.live{
  background-color: #287FD5;
  color: white;
}

/*CONTACT US*/
#contact h3{
	color:white;
	border-bottom:solid 3px #FECB22;
}
input[type=text], input[type=email], textarea[name=Message] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 3px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    width: 100%;
    background-color:#287FD5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #2169af;
}

/*FOOTER*/
footer{
	/*background-color:#FECB22;*/
	background: #7C4300; /* For browsers that do not support gradients */
    background: linear-gradient(#fecb22, #7C4300); /* Standard syntax (must be last) */
	padding-bottom:2em;
}
footer .row{
	padding-top:1em;
	margin:0 auto;
	width:85%;
}
footer a{
	text-decoration:none;
	color:black;
}