@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.bg-navbar {
    background-color: #e3e3e3;

}

.navbar-brand:hover {
    color: grey;
}

.navbar-toggler:hover {
    border-style: solid;
    border-color: grey;

}

.nav-link:hover {
    text-decoration: underline;
    color: black;
}

.nav-link {
    font-family: Garamond;
    font-size: 18px;
    color: black;
    margin: 0px 20px;
}

.navbar-brand {
    font-family: Garamond;
    color: black;
}

.dropdown-item:hover {
    color: red;
}

.dropdown-item:focus {
    background-color: grey;
    color: white;
}

.hoodie-images {
    height: 180px;
    width: 150px;
    margin: 0px 0px 10px 10px;
    padding: 14px 0px 0px 0px;
    transition: all 1s ease 0s;

}

.hoodie-images:hover {
    transform: scale(1.5) rotateY(180deg);
    transition: all 1s ease 0s;

}

.card {
    margin: 10px;
    height: 300px;
    width: 200px;

}

.add-to-cart-button {
    border-radius: 10px;
    background-color: black;
    color: white;

}

.card-container {
    height: ;
    width: ;
}

.add-to-cart-button:hover {
    background-color: white;
    color: black;
}

.add-to-cart-button:focus {
    background-color: grey;
}

.text-center {
    margin: 0px 0px 10px 30px;
    font-weight: bold;
}

.heart-symbol {
    margin: 0px 0px 0px 30px;
    color: red;
}

.fa-cart-shopping {
    color: black;
    font-size: 20px;
    margin: 10px 120px 0px 0px;
}

.promotion_image {
    height: 400px;
    width: 300px;


}

.promotion_card_1 {
    display: flex;
    flex-direction: row;
    background-color: #ccdcd7;
    margin: 10px;
    height: 400px;
    width: 80vw;
}

.promotion_card_2 {
    display: flex;
    flex-direction: row;
    background-color: #9559ec;
    margin: 0px 0px 0px 270px;
    height: 400px;
    width: 80vw;
}


.promotion_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_page {
    height: 60px;
    background-color: lightgrey;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}