body{
	font-family: 'Roboto', sans-serif;
}
.logo{
	margin:auto;
}
.phone{
	font-size:26px;
	font-weight: 600;
}
h1{
	line-height: 38px!important;
	font-size: 32px;
	text-align: center;
	text-decoration: underline 2px solid #f9ba5b;
}
h2{
	font-size: 26px;
}
.rslides{
	z-index: 0;
}
.hero-outer{
	position:relative;
	background-color:#000;
	}
.hero-content{
	text-align: center;
	position:absolute;
	top:20%;
	bottom:20%;
	right:20%;
	left:20%;
	}
.hero-text{
	text-shadow: 1px 1px 5px #000, -1px -1px 5px #000, 1px -1px 5px #000, -1px 1px 5px #000, 2px 2px 5px #000, -2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000;
	color:#fff;
	font-size: 52px;
	font-weight: 900;
	line-height: 52px;
}
.btn-warning{
	border:3px solid #fff;
	font-weight: bolder;
	border-radius: 10px;
	background-color: #f6ba5d;
}

.box  {	
	margin:10px auto;
	max-width: 420px;
	box-shadow: 1px 1px 5px 1px #ddd;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.box:hover{
	box-shadow: 1px 1px 5px 1px #888;
}
.box a{
	color:#000;
}
.box:hover a{
	text-decoration: none;
	
}
.box-img{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;	
	background-position: right;
	height: 260px;
	border-bottom:1px solid #ddd;
}
.spec-homes .box-img{
	height:200px;
}
.spec-homes .box{
	max-width: none;
}
.box1{
	background-image: url("../images/box3.jpg");
}
.box2{
	background-image: url("../images/box2.jpg");
}
.box3{
	background-image: url("../images/box1.jpg");
}
.spec1, .spec2, .spec3{
	background-size: contain ;
	background-position: center center;
	background-repeat: no-repeat;
}
.spec1{
	background-image: url("../images/spec1.jpg");
}
.spec2{
	background-image: url("../images/spec2.jpg");
}
.spec3{
	background-image: url("../images/spec3.jpg");
}
.box-info{
	border-bottom: #f9ba5b solid 6px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:15px;
}
.box-head{
	font-weight: bold;
}
.box-line{
	height:2px;
	width:65px;
	background-color: #f9ba5b;
}
.box-text{
	padding-top:20px;
	font-size: 15px;
	font-weight: 300;
}
.calltoaction{
	text-align: center;
	color:#fff;
	background-color: #000;
}
.call-pad{
	padding:75px 15px;
}
.foot-menu ul{
	text-align: center;
	padding:0px;
}
.foot-menu li{	
	display: inline-block;
	margin: 15px 30px;
	font-weight: bold;
}
.foot-menu a{	
	color:#000;
}
.foot-menu a:hover{	
	color:#333;
}

.map{
	background-image: url("../images/map.jpg");
	background-position: center center;
	height:350px;
	width:100%;
	margin-bottom:-7px;
}
.copyright, .copyright a{
	text-align: center;
	background:#f9ba5b;
	color:#000;
}
/**NAVBAR**/
.navigation{
	width:100%;
}
.navbar { /* navbar styles */
	background-color:transparent;
	padding:0 1rem;
}

.nav-link { /* top level link */
  color:#000;
  font-size:15px;
	font-weight: 500;
}

.nav-link:hover {
  color:#845917; /* top level link hover */

}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#000;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}





/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
.logo{
	margin-right:auto;
}
	
	.hero-text{
		font-size: 24px;
		line-height: 30px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	.nav-link:hover {
  color:#000; /* top level link hover */
	background-color: #f6ba5d;
	border-top-left-radius:10px ;
	border-top-right-radius:10px ;
}
}

/**LG & UP**/
@media (min-width: 992px) {
	.navbar{
		margin-right:-62px!important;
	}
	.spec-homes .box-img{
	height:170px;
}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {
.hero-content{
	text-align: center;
	position:absolute;
	top:5%;
	bottom:10%;
	right:10%;
	left:10%;
	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
.hero-content{
	text-align: center;
	position:absolute;
	top:20%;
	bottom:10%;
	right:10%;
	left:10%;
	}
	.hero-text{
		font-size: 32px;
		line-height: 30px;
	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
 .hero-content{
	text-align: center;
	position:absolute;
	top:15%;
	bottom:10%;
	right:10%;
	left:10%;
	}
.hero-text{
		font-size: 38px;
		line-height: 40px;
	}

}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}

/**XLG**/
@media (min-width: 1200px) {

}