html {
  font-size: 14px;

  scroll-behavior:smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

p{
    font-size: 1.45rem;
}

li{
    font-size:1.4rem;
    font-weight:700;
}

h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #faf9f6 !important;
}

.footer{
    bottom:unset !important;
    white-space: unset !important;
    line-height: unset !important;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    background-color: #faf9f6 !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    background-color: #033e3e;
    color: #faf9f6;
    border-color: #033e3e;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    width: 100vw;
}

.footerbox{
    padding:0px !important;
}

.fullsizepage {
    padding: 0 !important;
    max-width: 1920px !important;
}

.customHeightImage {
    max-height: 450px;
    object-fit: cover;
}

.carousel-item img {
    max-height: 400px; /* your desired height */
    object-fit: cover; /* keeps aspect ratio but fills space */
}

.full-height-row {
    height: 100%;
    min-height: 100%;
}

.hero {
    position: relative;
    height: 70vh;
    overflow: hidden;
  
}

    .hero video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
        z-index: 1;
    }

    .hero .text {
        font-weight: 600;
        letter-spacing: 2px;
    }

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

    .hero-content p {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

.secondarycolor {
    color: #b6d0e2;
    background-color: #033e3e;
}

.primarycolor {
    background-color: #b6d0e2;
    color: #033e3e;
}

.btn-secondary {
    background-color: #b6d0e2;
    color: #033e3e;
}

.link-primary{

}

.text-content {
    padding-right: 170px;
    padding-left: 170px;
}

.box{
    height:450px;
}

.divider {
    height: 75px;
    background-color: #033e3e;
    color: #b6d0e2;
}

.divider p {
    margin-bottom:unset !important;
}

@media only screen and (max-width: 1600px){
    .flavortext{
        padding:2rem !important;
    }
}

@media only screen and (max-width: 1400px){
    .box{
        height:auto !important;
    }

    .primarybox {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .secondarybox {
        flex-direction: column-reverse !important;
        flex-wrap: wrap !important;
    }
    .text {
        margin-left: unset !important;
        margin: unset !important;
        padding: 10px !important;
    }

}

@media only screen and (max-width: 767px){
    .secondarybox {
        flex-direction: column-reverse;
    }

}