@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

/* 
Buttons (400)
font-family:'Cormorant Garamond', serif;

Body (700)
font-family:'Cormorant Garamond', serif;

Title (700)
font-family:'Cormorant Garamond', serif;
*/

body {
  font-family:'Cormorant Garamond', serif;
  font-weight: 700;
  color: #D3D3D3;
}

h1, h2, h3, h4, h5, h6, p {
  font-family:'Cormorant Garamond', serif;
  font-weight: 700; 
  color: #D3D3D3; 
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

#home_page_cover {
  background-color: #333333;
  background-image: url('https://static.spotapps.co/web/parksiderestaurant--com/css/../custom/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.on-cover-content .section-wrapper a:hover{
  opacity: 1;
  text-decoration: underline;
}

.on-cover-content .section-wrapper a:focus{
  text-decoration: none;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.on-cover-content .section-wrapper .container img {
  margin: auto;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 30px;
    text-transform: uppercase;
    background-color: transparent;
    background: transparent;
    border: 2px solid #D3D3D3;
    color: #D3D3D3;
    font-family:'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 18px;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    min-width:165px;
    text-align: center;
    margin-top: 35px;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #8A8F63;
    background: #8A8F63;
    border: 2px solid #D3D3D3;
    color: #333333;
    opacity: 1.1;
}

.on-cover-content .locations-holder h1 {
  font-size: 3.8em;
  margin-bottom: 35px;
}

.on-cover-content .locations-holder h2 {
  text-transform: capitalize;
  font-family:'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #D3D3D3;
  height: 70px;
  margin: 0;
}
.on-cover-content .locations-holder h2 a{
  text-transform: capitalize;
  font-family:'Cormorant Garamond', serif;
  font-weight: 400;
  background-color: transparent;
  color: #D3D3D3;
  margin:0;
  padding: 0;
  line-height: 1.3em;
  font-size: 1em;
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .locations-holder {
    flex-direction: column;
  } 
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(1) {
    margin: 60px 0;
  }
  .custom-temp-btn:hover,
  .on-cover-content .locations-holder a.custom-temp-btn:hover,
  .on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #D3D3D3;
    background: #D3D3D3;
    border: 2px solid #D3D3D3;
    color: #333333;
    opacity: 1;
}
  .navbar.nav-v6 .header-logo {
      max-width: 144px;
      top: -1px;
  }
}