/* Main Content Container */
.content-section {
    padding: 4rem 0;
    position: relative;
}

/* Content Container  */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} 

.content-container p {
margin-bottom: 20px !important;
}

.btn-outline-members {
    background-color: transparent !important;
    border: 2px solid #0057b8 !important;
    color: #0057b8;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 0px !important;
}
.btn-outline-members:hover {
    background-color: #0057b8 !important;
    color: #ffffff !important;
}

/* Custom Outline button */
.btn-outline {
    background: transparent;
    border: 2px solid #0057b8;
    color: #0057b8;
    padding: 12px 24px;
}
.btn-outline:hover {
    background: #0057b8;
    color: white;
    text-decoration: none;
}


/* Fonts */

h1 {
margin-bottom: 30px;
font-size: 48px;
font-family: "Cormorant Infant", serif;
font-style: italic;
font-weight: 500;
}

h2 {
font-family: "Cormorant Infant", serif;
font-size: 32px;
margin-top: 5px;
margin-bottom: 15px;
font-weight: 500;
}

h3 {
font-family: "Montserrat", sans-serif;
font-size: 26x;
margin-top: 5px;
margin-bottom: 10px;
letter-spacing: .5px;
font-weight: 400;
}

h4 {
font-family: "Montserrat", sans-serif;
font-size: 18px;
margin-top: 5px;
margin-bottom: 5px;
font-weight: 600;
}

body {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height:1.5;
font-weight:400;
color: #3b3d33;
}  

/* Statusbar */

.navbar-inverse .navbar-nav>li>a {
font-size: 14px;
}

.navbar-inverse .navbar-text {
font-size: 14px;
}


/* Custom Styles for Inner Pages */

.img-responsive {max-width: 100% !important;} 

hr {margin-top: 30px !important; margin-bottom: 30px !important;}

.col-md-6 {
padding-top:25px;
padding-bottom: 25px;
padding-right: 30px;
} 

.col-md-9 {
padding-top: 25px;
padding-bottom: 25px;
padding-right: 30px;
}


/* Center headings and paragraphs vertically next to images - Amenities page */
.content-section > .content-container > .row.two-col {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.content-section > .content-container > .row.two-col > .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Optional: Add some padding between columns 
.content-section > .content-container > .row.two-col > .col-md-6.col-1 {
  padding-right: 2rem;
}


.content-section > .content-container > .row.two-col > .col-md-6.col-2 {
  padding-left: 2rem;
}
*/

/* Ensure images remain responsive */
.content-section > .content-container > .row.two-col img {
  width: 100%;
  height: auto;
}

/* Don't apply centering to nested two-col rows (button rows) */
.content-section .row.two-col .row.two-col {
  display: block;
  align-items: initial;
  margin-bottom: 1rem;
}

.content-section .row.two-col .row.two-col .col-md-6 {
  display: block;
  justify-content: initial;
}

/* Mobile responsiveness - stack normally on small screens */
@media (max-width: 767px) {
  .content-section > .content-container > .row.two-col {
    flex-direction: column;
    align-items: stretch;
  }
  
  .content-section > .content-container > .row.two-col > .col-md-6.col-1,
  .content-section > .content-container > .row.two-col > .col-md-6.col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
    .hero-slider .slide-inner .slide-content {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-top: 0px;
        margin-bottom: 0px; 
    }
}

/* Responsive iFrames */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  

                   