.bg-primary {
	background-color: #1d809f!important;
}

.propertytypes {
	width: 100px;
	height: 100px;
}
#sidebar-wrapper {
    z-index: 20;
}
.menu-toggle {
	padding-top:15px;
}
h6 {
	font-weight: 400;
	margin-top:10px;
}
h6 a {
	color: #ecb807;
}
h6 a:hover, h6 a:focus, h6 a:active {
  color: white;
}
.masthead h1 {
    color: white;
	font-size: 3rem;
}
.resort_main_name {
	text-shadow: 2px 2px 8px #000000;
}
.mb-0 {
	line-height: 1.0;
}
.btn {
	font-weight: 400;
}
.custom-control-label::before, 
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;		
} 
.custom-control-label {
	margin-bottom: 0px;
	font-size: 10pt;
}
.thumbnail {
    padding: 10px 10px 10px 10px;
    background-color: #4eabc8;
    margin-top: 20px;
}
.portfolio-item .caption .caption-content h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.mb-5 p {
	text-align: left;
}
.fa-star {
	color: #ec6e0c;
}
.slogan {
	background-color: white;
	font-size: 1.0rem;
    display: inline-block;
    font-weight: 500; 
    white-space: normal; 
}
.badge {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.resortname {
	background-color: white;
	color: black;
    display: inline-block;
    white-space: normal; 
}
@media (min-width: 992px) {
.masthead {
    height: 100vh;
  }
.masthead h1 {
	font-size: 4rem;
  }
  
 }