@font-face {
    font-family: 'AmaticSC';
    src: url("../fonts/Amatic/AmaticSC-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'JosefinSans';
    src: url('../fonts/Josefin_Sans/static/JosefinSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSans3';
    src: url("../fonts/Source_Sans_3/SourceSans3-Regular.ttf") format("truetype");
}

@media (max-width: 1999px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

@media (min-width: 2000px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1800px;
    }
}

body {
    /*font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);*/
    /*font-size: clamp(1rem, 0.7vw + 1rem, 1.8rem);*/
    font-size: clamp(1.15rem, 1.3vw + 0.4rem, 1.25rem);
    line-height: 1.4;
    background-color: #EEE5DD;
    color: #20303c !important;
    font-family: 'SourceSans3', sans-serif;
}

.font-josefin {
    font-family: 'JosefinSans';
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.03em;
}

.font-tel-email {
    font-family: 'JosefinSans';
    font-weight: bold;
    color: #302F51;
}

.bg-color {
    background-color: #EEE5DD;
}

.bg-light-green {
    background-color: #a0cc84;
}

.bg-powder-dark {
    background-color: #d0a38e !important;
}

.bg-powder-light {
    background-color: #e9c9bc !important;
}

.bg-gradient-powder-dark-to-white {
    background-image: linear-gradient(to bottom, #d0a38e, #e1b7b5, #e9ced7, #f0e7f0, #ffffff);
}

.bg-gradient-powder-light-to-white {
    background-image: linear-gradient(to bottom, #e9c9bc, #f1d5d4, #f4e3e9, #f7f1f7, #ffffff);
}

.bg-gradient-white-to-powder-light {
    background-image: linear-gradient(to bottom, #ffffff, #f7f1f7, #f4e3e9, #f1d5d4, #e9c9bc);
}

.bg-gradient-powder-dark-to-bg {
    background-image: linear-gradient(to bottom, #d0a38e, #d7b4a0, #dec4b3, #e6d5c8, #eee5dd);
}

.bg-gradient-powder-light-to-bg {
    background-image: linear-gradient(to bottom, #e9c9bc, #ead0c3, #ebd7cb, #ecded4, #eee5dd);
}

.bg-gradient-bannerdog-to-bg {
    background-image: linear-gradient(to bottom, #fbc9b0, #f7d1ba, #f4d8c5, #f1dfd0, #eee5dd);
}

.bg-gradient-bannerdogL-to-bg {
    background-image: linear-gradient(to bottom, #d0b0b1, #d8bdb9, #e0cac3, #e7d8cf, #eee5dd);
}

.bg-bannerdog-2 {
    background-color: #fbc9b0;
}

.max-height-500 {
    max-height: 500px;
}


/* headers */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'JosefinSans', sans-serif;
    color: #EEE5DD !important;
}

h2 {
    font-size: clamp(1.5rem, 5.3vw - 0.8rem, 2.5rem);
    font-weight: 700;
    font-family: 'AmaticSC', sans-serif;
    color: #302F51;
}

h3 {
    font-size: clamp(2rem, 3.5vw + 1.1rem, 3rem);
    font-weight: 700;
    font-family: 'AmaticSC', sans-serif;

    color: #302F51;
}

h4 {
    font-size: clamp(1.2rem, 1.4vw + 0.5rem, 1.4rem);
    font-weight: 700;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

h5 {
    font-size: clamp(1rem, 2.1vw + 0.1rem, 1.4rem);
    font-weight: 700;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

.text-justify {
    text-align: justify
}

.col-vaglin-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subheader {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

.navbar-height {
    height: 100px;
}

.navbar {
    height: 100px;
}

.navbar-bg {
    background-color: #fff !important;
}

.nav-link {
    font-size: clamp(1.0rem, 1.6vw + 0.3rem, 1.3rem);
    /*font-weight: 700;*/
    font-family: 'JosefinSansSemiBold', sans-serif;
}

.nav-link-2 {
    color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    font-family: 'JosefinSansSemiBold', sans-serif;
}

.nav-link-2:hover {
    color: black;
}

.nav-link-4 {
    font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

a.nav-link-3 {
    font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

a.nav-link-3:hover {
    font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

a.nav-link-3:active {
    font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

a.nav-link-3:visited {
    font-size: clamp(1rem, 0.6vw + 0.7rem, 1.2rem);
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    color: #302F51;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a.menu-link {
    color: inherit;
    text-decoration: none;
}

a.hero-link {
    color: inherit;
    text-decoration: none;
}

.navbar-link {
    font-size: x-large;
}

.section-bg-gradient1 {
    background: #F0D4D2;
    background: linear-gradient(90deg, rgba(240, 212, 210, 1) 42%, rgba(252, 245, 199, 1) 87%);
}

a.menu-link:hover {
    color: black;
    text-decoration: underline;
}

a.menu-link:active {
    color: black;
}

a.menu-link:visited {
    color: #302F51;
}

a.nav-link {
    position: relative;
    color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}

a.nav-link:hover {
    color: black;
}

a.nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #2b2e30;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

a.nav-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

hr {
    height: 3px;
    background-color: darkgray;
}

.semi-transparent-button {
    border: rgba(255, 255, 255, 0.7) 1px solid;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}

.semi-transparent-button:hover {
    background: rgba(255, 255, 255, 0.75);
}

.hero-link-container {
    margin-top: 2.5rem;
}


.hero-text {
    position: absolute;
}

.navbar {
    background-color: #fff;
    height: 120px;
    display: none;
}
.navbar-mobile {
    background-color: #fff;
    height: 120px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

@media (min-width: 600px) {
    .hero-link-container {
        text-align: center;
    }
    .navbar {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .hero-text-body {
        margin-top: 2rem;
        width: 60%;
        max-width: 1100px;
        font-size: 0.95rem;
    }

    .bannerbottom {
        background-image: url("../img/footerdog_mobile.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 295px;
    }

    .hero-text {
        position: absolute;
        top: 60px;
        margin-left: 5%;
        width: 80%;
        padding-top: 100px;
    }

    .hero-text-subheader {
        font-size: 1rem;
    }

    h2 {
        font-size: 2.1rem;
        font-weight: 600;
        font-family: 'AmaticSC', sans-serif;
        color: #302F51;
    }
}

@media (min-width: 501px) and (max-width: 650px) {
    .hero-text-body {
        margin-top: 2rem;
        width: 60%;
        max-width: 1100px;
        font-size: 1rem;
    }

    .bannerbottom {
        background-image: url("../img/dog_banner_0.avif");
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .hero-text {
        position: absolute;
        top: 60px;
        margin-left: 5%;
        width: 80%;
        padding-top: 100px;
    }

    .hero-text-subheader {
        font-size: 1rem;
    }



    h2 {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: 'AmaticSC', sans-serif;
        color: #302F51;
    }
}

@media (min-width: 1200px) {
    .bannerbottom {
        background-image: url("../img/dog_banner_2.avif");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 600px;
        width: 100%;
    }

    .hero-text {
        position: absolute;
        top: 120px;
        margin-left: 7%;
        width: 80%;
        padding-top: 100px;
    }

    .hero-text-header {}

    .hero-text-subheader {
        font-size: clamp(2rem, 1.3vw + 1rem, 2.5rem);
        margin-left: 10%;
    }

    .hero-text-body {
        margin-top: 2rem;
        width: 60%;
        max-width: 1100px;
    }

    h2 {
        font-size: clamp(4rem, 8vw - 2rem, 7rem);
        font-weight: 600;
        font-family: 'AmaticSC', sans-serif;
        color: #302F51;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bannerbottom {
        background-image: url("../img/dog_banner_1.avif");
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .hero-text {
        position: absolute;
        top: 100px;
        margin-left: 5%;
        width: 80%;
        padding-top: 100px;
    }

    .hero-text-header {}

    .hero-text-subheader {
        font-size: clamp(2rem, 1.3vw + 1rem, 2.5rem);
        margin-left: 5%;
    }

    .hero-text-body {
        margin-top: 2rem;
        width: 60%;
        max-width: 1100px;
    }

    h2 {
        font-size: clamp(4rem, 8vw - 2rem, 7rem);
        font-weight: 600;
        font-family: 'AmaticSC', sans-serif;
        color: #302F51;
    }
}

@media (min-width: 650px) and (max-width: 991px) {
    .bannerbottom {
        background-image: url("../img/dog_banner_0.avif");
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .hero-text {
        position: absolute;
        top: 60px;
        margin-left: 5%;
        width: 80%;
        padding-top: 100px;
    }

    .hero-text-subheader {
        font-size: 2rem;
    }

    .hero-text-body {
        margin-top: 2rem;
        width: 60%;
        max-width: 1100px;
    }

    h2 {
        font-size: 3.5rem;
        font-weight: 600;
        font-family: 'AmaticSC', sans-serif;
        color: #302F51;
    }

}

.banner-seperator {
    border-top: 1px solid #302F51;
    box-sizing: border-box;
    height: 0;
    width: 60%;
}


.bg-dark-green {
    background-color: #847c48;
}

.bg-dark-blue {
    background-color: #57557d;
}

.bg-orange {
    background-color: #f98d58;
}

.bg-yellow {
    background-color: rgba(254, 199, 79) !important;
}

.bg-gray {
    background-color: rgb(200, 200, 200) !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-bot {
    border-bottom: 1px solid lightgray;
}

.simplebanner {
    text-align: center;
    font-size: 30px;
    width: 80%;
    max-width: 1200px;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mt-6 {
    margin-top: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.w-80 {
    width: 80%;
}

.paw {
    transform: rotate(-75deg);
}