.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.col-md-4 img, article img{
	max-width:100%;
	height:auto;
}

.adv{
    padding-top: 20px;
    background-color: #f8f8ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
} 

h1, h2, h3, h4, h5{
	font-family: 'Merriweather', serif;
	font-weight:700;
	letter-spacing: .12em;
	word-spacing: .16em;
}

nav{
	font-family: 'Darker Grotesque', sans-serif;
	font-weight:600;
	letter-spacing: .12em;
	word-spacing: .16em;
	font-size: 1.15rem;
}

.dropdown-menu{
	font-family: 'Darker Grotesque', sans-serif;
	font-weight:600;
	letter-spacing: .12em;
	word-spacing: .16em;
	font-size:1em;
}

li.nav-item{
	border-left:1px solid #ccc;
}

h1{
	padding-bottom:30px;
}

h5{
	padding-top:20px;
	padding-bottom:10px;
}

p, article li{
    font-family: 'PT Sans', sans-serif;
    line-height: 2em;
	letter-spacing: .12em;
	word-spacing: .16em;
	margin-bottom:2em;
	font-size: 1.1rem;
	font-weight: 300;
}

strong{
	font-weight:600;
}

a:hover{
	text-decoration:underline !important;
}

.chfsize{
	position: fixed;
	top: 57px;
	right:0%;
	width: 80px;
	height:320px;
	z-index: 9999;
	background:orange;
}
.chfsize div{
	display: flex;
 	align-items: center;
 	justify-content: center;
}

.chfsize a{
	font-family: 'Play', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#000;
	cursor:pointer;
}



#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer{
	background:#242424;
	padding-top:60px;
	padding-bottom:50px;
	color:#fff;
	
}
.footer p{
	font-family: 'Play', sans-serif;
	font-weight:700;
	margin-bottom:0em;
}

	[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
