.logo a {color:#212529}
.container{
	max-width: 1300px;
	margin:0px auto;
}
body{
	font-family: 'Josefin Sans', sans-serif;
}
p{
	font-size: 18px;
}
#body-bg{
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.goldbar{
	background-color:#c39638;
	height:6px;
}

.phonebtm a, .phone, .phone a{
	font-size: 40px;	
	color:#a88130;
	text-align: center;
}
 .phone a:hover{	
	color:#c39638;
}
.topsocial{
	margin-top:-34px;
}
.fb{
	background-image: url("../images/facebook.png");
	height:40px;
	width:40px;
}
.fb:hover{
	background-image: url("../images/facebook-hover.png");
}
.reserve{
	text-align: center;
}
.logo{
	
	font-size: 56px;
	line-height: 64px;
	padding: 15px 0px;
	font-family: 'Pacifico', cursive;
}
h1{
	font-family: 'Pacifico', cursive;
}
footer{
	text-align: center;
}
/*sticky*/
#nav-outer {
	background:#FFF;
}

#nav-outer.scrolled {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000000;
	box-shadow:0 0 4px rgba(0,0,0,.4);
	background:rgba(256, 256, 256, .9)
}

.scrolled .stickylogo {
	max-width:50%;
	width:auto;
	float:left;
	display: block;
}

.stickylogo{
	display: none;
	margin:10px 0 15px;
}

/*call to action*/
.calltext{
	padding:40px;
}
.callhead{
	font-size: 36px;
	text-align: center;
}
.callaction{
	color:#fff;
	text-align: center;	
}
.boxbtn:hover{
	color:#c39638;
	border: solid 3px #c39638;
	background-color: #000;
	stroke:#555;transition: all .6s ease;
}
.boxbtn{
	color:#000;
	border: solid 3px #fff;
	background-color: #c39638;
	border-radius: 0px;
	font-size: 18px;
}

/*map*/
.map{
	height:350px;
	width:100%;	
}
footer{
	border-top: 6px solid #c39638;
	margin-top: -8px;
}

/*copyright*/
.copyright, .copyright a{
	text-align: center;
	background:#c39638;
	color:#000;
}

/**NAVBAR**/

.navbar { /* navbar styles */
	background:#DDD;
	padding:0 1rem;
}

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

.nav-link:hover {
  color:#00F; /* 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);
	}
}


/*DIVIDERS*/

.nav-link {
	position:relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}
*/

/*dots*/
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}

/*END DIVIDERS*/


/**END NAVBAR**/


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

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.logo{
		text-align: center;
	}
	.reserve{
	text-align: center;
}
}

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

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

/**MD & UP*/
@media (min-width: 768px) {
	.reserve{
	float:right;
}
	.phone{
		text-align: right;
		margin-top:8px;
	}
}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.phone{
		font-size:36px;
	}
	.logo{
		font-size: 35px;
	}
	.phone a{
		font-size:30px; 
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.logo{
		font-size: 48px;
	}
	.phone a{
		font-size:30px; 
	}
}

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

}