/* Student Name: Joanne O Ethe
File name: styles.css
Date: 09/04/2026
*/

body {
    background-color: #c8e7e7; 
    font-family: 'Lora', serif;
}

.hero {
    /* Addinga beauty-themed background image placeholder */
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255, 0.4)), url(../images/close-up-collection-make-up-beauty-products.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh; 
}

.welcome {
    position: absolute;
    top: 35%;
}

.display-1 {
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    color: #a6035d;
}

/* Custom Beauty Brand Colors */
.bg-beauty {
    background-color: #a6035d; /* Magenta */
}

.bg-red {
    background-color: #d9042b;
}

.beauty-text {
    color: #a6035d;
    font-family: 'Playfair Display', serif;
}

footer img {
    max-width: 40px;
}
