/* INDEX 

DESKTOP
TABLET
MOBILE
GOOGLE FONTS
ANIMATION

*/


/* DESKTOP */
body {
    background-color: #BBD4D4;
    height: 100%;
}

.main-container {
    border: 5px white solid;
    background-color: #008F8F;
    color: white;
    padding: 40px;
    border-radius: 10px;
    margin: 20px;
}

.tagline {
    font-size: 2.625rem;
    margin-bottom: 20px;
}

.image-container {
    border: 5px solid #BBD4D4;
    padding: 10px;
    border-radius: 5px;
    background-color: #008F8F;
}

.contact-info {
    max-width: 55%;
    color: #BBD4D4;
    margin-top: 0px;
    letter-spacing: .2rem;
}

.contact-info a {
    color: #BBD4D4;
    text-decoration: none;
    text-decoration: underline;

}

.products {
    margin-top: 20px;
}

.products img {
    max-width: 55%;
    height: auto;
    padding-bottom: 30px;
}

logo {
    max-width: 2%;
}

.scrolling-section {
    display: none;
    background-color: #BBD4D4;
    color: #008F8F;
    padding: 40px;
    text-align: center;
    margin: 20px;
    border-radius: 10px;
}

.image-container {
    width: 95%;
    border: 5px solid #BBD4D4;
    padding: 10px;
    border-radius: 5px;
    background-color: #008F8F;
}

.btn-primary {
    width: 95%;
    text-transform: uppercase;
    --bs-btn-color: #fff;
    --bs-btn-bg: #e24faa;
    --bs-btn-border-color: #e24faa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a52674;
    --bs-btn-hover-border-color: #e24faa;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #393939;
    --bs-btn-active-border-color: #e24faa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e24faa;
    --bs-btn-disabled-border-color: #e24faa;
}

/* Font tracking */
.ft {
    letter-spacing: .2rem;
}

/* TABLET */
@media (max-width: 992px) {
    .tagline {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
}

.products {
    margin-top: 10px;
}

.products img {
    max-width: 50%;
    height: auto;
    padding-bottom: 20px;
}

.contact-info {
    font-size: 14px;
    max-width: 60%;
    color: #BBD4D4;
    margin-top: 0px;
    letter-spacing: .1rem;
}

.contact-info a {
    color: #BBD4D4;
    text-decoration: none;
    text-decoration: underline;

}

.btn-primary {
    font-size: 14px;
    text-transform: uppercase;
    --bs-btn-color: #fff;
    --bs-btn-bg: #e24faa;
    --bs-btn-border-color: #e24faa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a52674;
    --bs-btn-hover-border-color: #e24faa;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #393939;
    --bs-btn-active-border-color: #e24faa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e24faa;
    --bs-btn-disabled-border-color: #e24faa;
}

/* MOBILE */

@media (max-width: 768px) {


    .main-container{
        border: none;
        border-radius: 0px;
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
        background: linear-gradient(to top,  #BBD4D4 30%,#BBD4D4 30%,#008F8F 30%,#008F8F 100%);
        padding-bottom: 0px;

    }

    .tagline {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .products img {
        max-width: 70%;
        height: auto;
        padding-bottom: 30px;
    }
    .contact-info {
        font-size: 14px;
        max-width: 70%;
        color: #BBD4D4;
        margin-top: 0px;
        letter-spacing: .1rem;
        padding-bottom: 20px;;
    }

    .scrolling-section {
        display: block;
        background-color: #BBD4D4;
        color: #008F8F;
        text-align: center;
        margin-top: -25px;
        border-radius: 0px;
        padding-top: 0px;
        font-size: 16px;
        line-height: 2.5;

    }
    .scrolling-section a {
        color: #008F8F;
        text-decoration: none;
        text-decoration: underline;
    
    }
    .image-container {
        width: 100%;
        border: 5px solid #DDE5E9;
        padding: 10px;
        border-radius: 5px;
        background-color: #008F8F;
        
    }
    .btn-primary {
        width: 100%;
    }

    .display-1{
        font-size: 3.4rem;
        line-height: 3;


    }


}


/* GOOGLE FONTS */

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* ANIMATION */

.animate__pulse{
animation-duration: 1s;
--animate-repeat: 3;
--animate-delay: 5s;
}

