* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.navbar {
    background-color: #2768d1;
    box-shadow: 2px 2px 5px #8596b2;
}

.nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem;
}

.nav-link {
    color: #fff !important;
}

.navbar-toggler-icon {
    color: #fff;
}

/* html {
    scroll-behavior: smooth;
  } */

.logoh3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Annie Use Your Telescope', cursive;
}

.v-header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 5;
}

.container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center; 
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-width: 100%;
    min-height: 100%;
}

.header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #2f3031;
    z-index: 0;
    opacity: 0.85;
}

.second-header {
    display: none;
}

.header-content h1 {
    z-index: 1;
    font-size: 105px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
}

.header-content p {
    font-size: 2rem;
    padding-bottom: 2rem;
    display: block;
    margin: 0px;
}

.paw-button {
    font-size: 60px;
    color: white;
}

.newsh2Small {
    display: none;
}

.padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.body-h1 {
    font-size: 70px;
    font-family: 'Quicksand', sans-serif;
    color: #2f3031;
    border-bottom: 2px solid #2768d1;
    width: 50%;
    margin: auto;
}

.pet-p {
    font-size: 26px;
}

.btn {
    background-color: #2768d1;
    color: #fff;
}

.faq-h1 {
    font-size: 70px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    border-bottom: 2px solid #2768d1;
    width: 50%;
    margin: auto;
}

.p-faq {
    font-size: 30px;
}

.pets-database-img {
    display: none;
}

.faq-header {
    font-size: 35px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}

.faq-p {
    font-size: 22px;
    color: #fff;
}

.about-p {
    font-size: 24px;
}

.color-button {
    background-color: #2f3031
}

.contact-h1 {
    font-size: 70px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    border-bottom: 2px solid #2768d1;
    width: 50%;
    margin: auto;
}

.contact-h2 {
    font-size: 30px;
}

.contact-icon {
    font-size: 100px;
    color: #2768d1;
}

.contact-card {
    border: 3px solid #2768d1;
}

.contact-small {
    display: none;
}

.phone-num {
    font-size: 21px;
}

.marg-bot {
    margin-bottom: 24px;
}

.social-icons {
    font-size: 90px;
}

.social-icons:hover {
    color: #2768d1;
}

.l-space {
    letter-spacing: 7px;
}

.address-p {
    font-size: 20px;
}

@media (max-width: 992px) {
    .corgiLogo {
        height: 45px;
        width: 45px;
    }

    .logoh3 {
        color: #fff;
        font-size: 26px;
        font-family: 'Annie Use Your Telescope', cursive;
    }

    .nav-link {
        font-size: 14px;
    }

    .header-content h1 {
        z-index: 1;
        font-size: 80px;
        margin-bottom: 30px;
        font-family: 'Quicksand', sans-serif;
    }
    
    .header-content p {
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
        display: block;
        margin: 0px;
    }
    
    .paw-button {
        font-size: 50px;
        color: white;
    }

    .body-h1 {
        font-size: 60px;
        font-family: 'Quicksand', sans-serif;
        color: #2f3031;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }

    .contact-h1 {
        font-size: 60px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }

    .faq-h1 {
        font-size: 60px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .v-header {
        display: none;
    }

   .second-header {
        display: visible;
        background-image: url("pet-dark.92850a1f.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
        background-size: cover;
        height: 100vh;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .small-h1 {
        font-size: 60px;
        margin-bottom: 25px;
        font-family: 'Quicksand', sans-serif;
    }

    .small-p {
        font-size: 1.2rem;
        padding-bottom: 1.2rem;
        display: block;
        margin: 0px;
    }

    .paw-button {
        font-size: 45px;
        color: white;
    }

    .newsh2 {
        display: none;
    }

    .newsh2Small {
        display: block;
    }

    .newsBoxMB {
        margin-bottom: 5px;
    }

    .body-h1 {
        font-size: 45px;
        font-family: 'Quicksand', sans-serif;
        color: #2f3031;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }

    .pet-p {
        font-size: 22px;
    }

    .pet-box-row {
        display: none;
    }

    .faq-header {
        font-size: 35px;
    }

    .about-p {
        font-size: 20px;
    }

    .contact-h1 {
        font-size: 45px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }

    .faq-h1 {
        font-size: 45px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 50%;
        margin: auto;
    }

    .contact-small {
        display: block;
    }

    .contact-small-icon {
        color: #2768d1;
    }

    .social-icons {
        font-size: 65px;
    }
    
    .contact-section {
        display: none;
    }
}

@media (max-width: 576px) { 
    .padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .corgiLogo {
        height: 47px;
        width: 47px;
    }

    .logoh3 {
        color: #fff;
        font-size: 24px;
        font-family: 'Annie Use Your Telescope', cursive;
    }

    .header-content h1 {
        z-index: 1;
        font-size: 40px;
        margin-bottom: 20px;
        font-family: 'Quicksand', sans-serif;
    }
    
    .header-content p {
        font-size: 1rem;
        padding-bottom: 1rem;
        display: block;
        margin: 0px;
    }
    
    .paw-button {
        font-size: 35px;
        color: white;
    }

    .body-h1 {
        font-size: 30px;
        font-family: 'Quicksand', sans-serif;
        color: #2f3031;
        border-bottom: 2px solid #2768d1;
        width: 60%;
        margin: auto;
    }

    .pet-p {
        font-size: 15px;
    }

    .pets-database-img {
        display: block;
    }

    .faq-header {
        font-size: 25px;
    }

    .about-p {
        font-size: 16px;
    }

    .contact-h1 {
        font-size: 30px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 60%;
        margin: auto;
    }

    .faq-h1 {
        font-size: 30px;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        border-bottom: 2px solid #2768d1;
        width: 60%;
        margin: auto;
    }

    .social-icons {
        font-size: 50px;
    }
 }