@charset "utf-8";
/* CSS Document */

*{
			margin: 0;
			padding:0;
			transition: all 1s ease;
		}


section{
	padding: 50px 60px 50px 60px;
	min-height: 50vh;
}
body{
	font-family: 'Montserrat-Regular', serif !important;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
	font-size: 14px;
	color: #555555;
	background-color: #fff !important;
	overflow-x: hidden;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #FEE87C;
}

a:hover{
	text-decoration: none;
}

.dropdown-menu{
	background-color: #0A503C;
	font-size: 17px;
}

.dropdown-menu li a{
	color: #F3ECE5;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #F3ECE5;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	background-color: #F3ECE5;
	color: #222;
}

h1, h2, h3, h4{
font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

p{
	font-size: 1.5em;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.vintage-border{
	border-top: 3px solid #23383b;
	width: 200px;
	margin: 0px auto 30px auto;
}
		
#welcome h3{
	font-size: 2.5em;
	font-weight: 600;
	padding-top: 0;
}
		
		.header img{
			width: 100%;
		}
		
		.container{
			padding-top: 0px;
		}
	
		
		.serv{
			margin-bottom: 20px;
		}
		
		.restorationcaption{
			background-color: #0A503C;
			color: #fff;
			padding: 10px;
			font-size: 1.5em;
		}
		
	.visitclasifieds{
			color: #0A503C;
			background-color: #F3ECE5;
			border-radius: 30px;
		font-size: 20px;
		font-weight: 600;
		}
		
		.visitclasifieds:hover{
			border: 1px solid #F3ECE5;
			color: #F3ECE5;
			background-color: #0A503C;
		}
		
		#clasifieds{
			color: #F3ECE5;
			text-align: center;
			font-size: 1.5em;
		}

		footer{
			background-color: #0A503C !important;
			color: #F3ECE5;
			padding: 0 0 30px 0;
			font-size: 17px;
		}
		
		footer li{
			list-style: none;
		}
		
		footer li a{
			color: #F3ECE5;
		}
		
		footer li a:hover{
			text-decoration: none;
			color: #fff;
		}
		
		footer a{
			color: #F3ECE5;
		}

		footer a:hover{
			color: #c4c4c4;
		}
		
		footer h4{
			color: #F3ECE5;
			margin-top: 40px;
		}
		
		.bottom-footer{
			background-color: #094030;
			color: #F3ECE5;
			padding: 30px 0;
			text-align: center;
		}

.bottom-footer a{
    color: #fff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.image-shadow {
	box-shadow: 2px 2px 8px 0px rgba(68,68,68,1);
	border-radius: 6px;
	margin-bottom: 5px;
}

.caption{
	background-color: #23383b;
	color: #F3ECE5;
	padding-top: 3px;
}

.caption h4{
	padding-bottom: 0px;
	text-transform: capitalize;
}

.caption-shadow {
	padding: 0.3px 0px;
	box-shadow: 2px 2px 3px 1px rgba(68,68,68,0.90);
	border-radius: 5px;
}
.p-5 {
	padding: 10px;
}

.p-3{
	padding: 3%;
}

.white-border {
	border: 2px solid #fff;
}

.we_have_moved {
	color: #f9e983;
	font-size: 32px;
	text-align: left;
}

.click_button {
	color: #eee;
	text-align: left;
	font-size: 38px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.address {
	color: #eee;
	line-height: normal;
}

.welcome {
	color: #23383b;
}

.antique {
	color: #23383b;
	font-size: 52px;
	margin-top: -10px;
}

.covid {
	text-align: center;
}

.what_we_offer {
	color: #23383b;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 2%
}

.mb-3 {
	margin-bottom: 3%;
}


.extra_1 {
	margin-top: 3%;
}
.intro {
	text-align: left;
	padding-top: 8%;
	padding-bottom: 10%;
}

.light-grey-bg {
	background-color: #f5f5f5;
}

#after {
	text-align: center;
}

#before {
	text-align: center;
}

.section-caption {
	color: #23383b;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px
}

.facebook-caption {
	text-align: left;
	font-size: 48px;
	color: goldenrod;
	line-height: 46px;
}

.social {
	padding-top: 20%;
	margin-bottom: -3%;
	font-size: 24px;
	text-transform: uppercase;
}

.facebook-description {
	text-align: left;
	margin-top: 5%
}

.background {
	background: url("../social background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.blue-bg {
	background-color: #23383b;
}

.navbar-padding {
	padding: 30px 30px 30px 60px;
}
