@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400&display=swap');

.vip img {
  -webkit-filter: blur(2px) grayscale(1) !important;
  filter: blur(2px) grayscale(1) !important;
}

div, p, span, button, a, textarea, input, select { outline: none;}

.album { 
  display: inline-block;
    min-width: 100px;
    max-width: 150px;
  width: 23%;
    text-align: center;
  padding: 0 15px 30px 0;
  float: left;
}

.album img {     
    max-width: 100%;
    border: 2px solid #333;
    /*border-radius: 10px;*/
    border-color: #b7903c;
    border-radius: 8px;
}
.album a span { 
  text-transform: uppercase; 
  font-size: 14px; 
  color:#b7903c;
}
.album a:hover span {
  text-decoration: underline;
}

.gallery {
    /*float: left;*/
    margin-bottom: 20px;
    text-align: center;
}
  
.gallery img {
    margin: 0;
    padding: 0;
    /*float: left;*/
    border: 0;
    width: 32%; /* 365px */
    display: inline-block;
  }
  
.gallery img:hover {
    opacity: .8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
  
.gallery li {
    padding: 0;
    margin: 0;
    list-style-type: none;
 }


article { 
 min-height: 600px;
}

p.rates {
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.prefooter {
    padding: 60px 0 50px;
}

.prefooter h1 {
    font-family: 'Cormorant Garamond';
    color: #ccba83;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.btn-dark {
    cursor: pointer;
    margin-top: 30px;
    margin: 0 auto;
    padding: 18px 28px;
    display: inline-block;
    background: #252525;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #252525;
    outline: none;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    min-width: 260px;
    text-align: center;
}

.btn-dark:hover {
	background: #b7903c;
	color: #fff;
    border: 1px solid #b7903c;
    font-weight: 400;
    text-decoration: none;
}

@media (max-width: 768px) {
    
        h1 {
        font-size: 42px;
        letter-spacing: 0px;
    }
    
}