.hero {
    min-height: 70vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px #333;
    background-image: url('../assets/img/bigback.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.txtsh {
    text-shadow: 2px 2px 4px #333;
}

.smhero {
    height: 40vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../assets/img/smback.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn {
    text-transform: uppercase;
    font-weight: bold!important;
    font-family: 'Playfair Display', sans-serif!important;
}

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', sans-serif;
}

body,
html {
    min-height: 100vh;
}

body {
    background-color: #f5f5f0;
    color: rgb(12, 12, 12);
    background-image: url('../assets/doggyback.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: contain;
}

.navbar {
    background-color: #355E3B;
    font-family: 'Playfair Display', sans-serif;
    min-height: 70px;
}

.navbar-brand,
.nav-link,
.footer-text {
    color: #fff !important;
}

.section-title {
    color: #355E3B;
    font-size: 2rem;
    border-bottom: 2px solid #355E3B;
    display: inline-block;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #355E3B;
    border-color: #355E3B;
}

.btn-primary:hover {
    background-color: #2c4b30;
}

footer {
    background-color: #355E3B;
    padding: 2rem;
}

video {
    display: block;
    width: 100%;

    /* Set the maximum width of the video */
    height: auto;
    max-height: 80vh;

    /* Maintain the aspect ratio */
    margin: 0 auto;

    /* Center the video on the page */
}

.text-success {
    color: #30743a !important;
}
