/*
font-family: 'Caveat', cursive;
font-family: 'Alata', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Dancing Script', cursive;
*/

html{
    scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    --webColor: #F4347F;
}

.btn-pink{
    background-color: var(--webColor) !important;
    color: white !important;
    transition: 0.5s ease !important;
    border: 1px solid var(--webColor) !important;
}
.btn-pink:hover{
    background-color: white !important;
    color: var(--webColor) !important;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    /*background-color: ghostwhite;*/
    background-color: #f9f7f4;
}
.navbar-toggler{
    width: 100% !important;
    border-color: #e7ded0 !important;
}
.navbar-toggler:active,
.navbar-toggler:focus{
    outline: none;
}

.caveat{
    font-family: 'Caveat', cursive;
}

.navbar-nav{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link{
    transition: 0.5s ease;
    text-transform: uppercase;
    /*font-family: 'Dosis', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    margin: 0 10px;
}
.navbar-nav .nav-link:hover{
    color: var(--webColor) !important;
}

.social-bubble{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: lightgrey;
    border-radius: 50%;
}
.social-icons{
    transition: 0.5s ease;
    font-size: 20px;
}
.social-icons:hover{
    transform: scale(1.5);
}

.nav-link{
    color: rgba(0,0,0,.5);
    transition: 0.5s ease;
}
.nav-item{
    text-align: center;
    list-style: none;
}
.nav-link:hover{
    color: var(--webColor);
}
.nav-link.active{
    color: black !important;
    font-weight: 600 !important;
    border-radius: 20px;
    background-color: #e7ded0;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

/*Carousel Stuff*/

.carousel-indicators li{
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: 0.5s ease;
}
.carousel-indicators li:hover{
    transform: scale(1.2);
}
.carousel-indicators li.active{
    background-color: black;
}

.padder{
    padding: 0 50px;
}

.mobile-only{
    display: none;
}
.desktop-only{
    display: block;
}

.dropdown-menu{
    border: none;
}
.dropdown-item:active{
    background-color: transparent;
}
.dropdown-item:hover,
.dropdown-item:focus{
    color: var(--webColor);
    background-color: transparent;
}
.dropdown-item{
    transition: 0.5s ease;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.form-control:focus{
    box-shadow: 0 0 0 0.2rem rgb(244 52 177 / 50%);
    border: var(--webColor);
}

.cart-link{
    font-size: 18px;
}

.items-in-cart{
    font-family: 'Helvetica', sans-serif;
    background-color: red;
    color: white !important;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none;
    user-select: none;
}

.header-title{
    font-size: 60px !important;
    padding-right: 70px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    transition: 0.5s ease;
    color: var(--webColor) !important;
}

@media only screen and (max-width: 1000px) {
    .navbar-nav{
        border: none;
    }
    .navbar-brand{
        font-size: 36px !important;
        text-align: left;
    }
    .padder{
        padding: 0 20px;
    }
    .mobile-center{
        text-align: center !important;
        justify-content: center !important;
    }

    .nav-item{
        margin: 10px 0;
    }
    .nav-link{
        text-align: center;
    }

    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
    .header-title{
        padding-right: 0;
    }
    .sub-tag-thing::before,
    .sub-tag-thing::after{
        display: none;
    }
}

.sale-banner{
    background-color: #e7ded0;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    user-select: none;
}
.sale-spacing{
    padding-top: 40px;
}

#keeperOfTheTrees {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
    transition: 0.5s ease;
    background-color: white;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#keeperOfTheTrees:hover {
    transform: scale(1.1);
    background-color: var(--webColor);
    color: white;
}

.sale-link{
    color: red !important;
}

.new-link{
    color: red !important;
}

.contact-icons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.shimmer {
    color: grey;
    display:inline-block;
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    /*-webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;*/
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}

.nav-link.active .sub-tag-wrap{
    top: -5px;
}

.sub-tag-thing{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -11px;
    font-size: x-small;
    color: goldenrod;
}
.sub-tag-thing::before,
.sub-tag-thing::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    top: 50%;
    height: 1px;
    width: 15px;
    background-color: goldenrod;
}

.sub-tag-thing::after{
    right: 0;
    left: unset;
}

@keyframes shimmer {
    100% {-webkit-mask-position:left}
}
