* {
    box-sizing: border-box;
}
p, ul, ol, h1, h2, h3, h4, h5, h6 div {
    margin: 0;
}
h2 {
    font-size: 35px;
    margin-bottom: 0.5em;
    font-family: "Bodoni Moda", serif;
    font-weight: 600;
}
body {
    font-family: "Bodoni Moda", serif;
    color: #101010;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
}
div.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-3px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
a.btn {
    display: inline-block;
    width: auto;
    background-color: #F0AFCE;
    color: #101010;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5em 1em;
    transition: 0.5s;
    animation: fadeInDown 2s 1.3s backwards;
}

a.btn:hover {
    color:#C7528B;
    transition: 0.5s;
    scale: 1.05;
}

/* Header Styles */
header {
    background-color: #101010;
    color: #FDECF4;
}
header div.wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 80px;
}
nav a:link {
    color: #FDECF4;
    text-decoration: none;
    transition: 0.5s;
}
nav a:visited {
    color: #F0AFCE;
}
nav a:hover {
    color: #C7528B;
    transition: 0.5s;
}
#name {
    font-size: 24px;
    font-weight: 600;
}

/* Hero Styles */
#hero {
    background-color: #FDECF4;
    background-image: url('sections/hero-background.png');
    background-size: 1600px 500px;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
#hero div.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 10vw;
}
img.welcome {
    display: block;
    width: 100%;
    margin-bottom: -5vw;
    animation: fadeInDown 2s 1.3s backwards;
}
img.shoes-left {
    display: none;
}
img.doily {
    display: none;
}
img.shoes-right {
    display: none;
}

#hero h1 {
    font-family: "Ballet", cursive;
    font-size:10vw;
    font-weight: 500;
    line-height: 1em;
    animation: fadeInDown 2s;
}

/* About Styles */
#about {
    background-color:#F0AFCE;
    position: relative;
}
#about div.wrapper {
    display: flex;
    flex-direction: row;
    padding: 60px 0;
}
div.about-left {
    width: 50%;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
div.about-left img {
    width: 77%;
}
div.about-right {
    width: 50%;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}
img.flower-1 {
    position: absolute;
    width: 160px;
    bottom: -160px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-2 {
    position: absolute;
    width: 160px;
    top: -85px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}

/* Gallery Styles */
#gallery {
    min-height: 200px;
    background-image: url(sections/gallery-background.png);
    background-attachment: fixed;
    position: relative;
}
#gallery div.wrapper {
    padding: 60px 20px;
}
#gallery h2 {
    text-align: center;
    padding-bottom: 1%;
}
div.gallery {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
div.gallery a {
    width: 33%;
    width: calc(33% - 26.6px);
}
div.gallery img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: 0.5s;
}
div.gallery img:hover{
    scale: 1.05;
    transition: 0.5s;
}
img.flower-3 {
    position: absolute;
    width: 150px;
    right: 0;
    bottom: -130px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}

/* Inspiration Styles*/
#inspiration {
    background-color: #F0AFCE;
    padding: 0;
    text-align: left;
}
p.quote {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5em;
}
p.credit {
    font-size: 18px;
    font-weight: 400;
}
img.audrey-hepburn {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
}
#inspiration div.wrapper {
    position: relative;
    padding: 60px 0 60px 25%;
}
#inspiration p.quote::before {
    content: '“';
    position: absolute;
    width: 1em;
    margin-left: -1em;
    text-align: right;
}

/* Projects Styles*/
#projects {
    background-image: url(sections/projects-background.png);
    background-attachment: fixed;
    position: relative;
}
#projects h2 {
    text-align: center;
}
#projects div.wrapper {
    padding: 30px;
}
div.cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.card {
    display: flex;
    flex-direction: row;
    margin: 20px;
    color: #101010;
    text-decoration: none;
    transition: 0.5s;
}
.card:hover {
    color: #C7528B;
    scale: 1.05;
    transition: 0.5s;
}
div.cards img {
    width: 50%;
    height: 300px;
    object-fit: cover;
}
div.card-text {
    background-color: #F0AFCE;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
div.card-text h4 {
    font-size: 1.5em;
    line-height: 1.5em;
}
div.card-text p {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}
img.flower-4 {
    position: absolute;
    width: 190px;
    top: calc(50% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 190px;
    right: 0;
    top: calc(50% - 120px);
    animation: fadeInDown 2s 1.3s backwards;
}
.hide {
    display: none;
}

/* Footer Styles */
footer {
    background-color: #101010;
    color: #FDECF4;
    padding: 10px 0 20px;
}
footer div.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 20px;
}
div.social {
    display: flex;
    flex-direction: row;
    gap: 35px;
}
div p.name {
    font-size: 24px;
    font-weight: 700;
}
.social a img {
    width: 35px;
    display: block;
    transition: 0.5s
}
footer div.footer-bottom {
    align-items: flex-end;
}
.social a:hover {
    color: #101010;
    transition: 0.5s;
}
p.copyright {
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 1360px) {
img.flower-2 {
    position: absolute;
    width: 120px;
    top: -85px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-1 {
    position: absolute;
    width: 120px;
    bottom: -130px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-3 {
    position: absolute;
    width: 100px;
    right: 0;
    bottom: -130px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-4 {
    position: absolute;
    width: 150px;
    top: calc(50% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 150px;
    right: 0;
    top: calc(50% - 120px);
    animation: fadeInDown 2s 1.3s backwards;
}
}

@media only screen and (max-width: 1300px) {
div.about-left img {
    width: 80%;
    padding-left: 10%;
}
img.flower-4 {
    position: absolute;
    width: 130px;
    top: calc(50% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 130px;
    right: 0;
    top: calc(50% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
}

@media only screen and (max-width: 1200px) {
a.btn {
    display: inline-block;
    width: auto;
    background-color: #F0AFCE;
    color: #101010;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    padding: 0.4em 0.9em;
    transition: 0.5s;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-2 {
    position: absolute;
    width: 110px;
    top: -85px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
div.about-left img {
    width: 80%;
    padding-left: 20%;
}
img.flower-1 {
    position: absolute;
    width: 110px;
    bottom: -115px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
div.gallery {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
img.flower-3 {
    position: absolute;
    width: 98px;
    right: 0;
    bottom: -110px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.audrey-hepburn {
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 0;
}
img.flower-4 {
    position: absolute;
    width: 120px;
    top: calc(54% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 120px;
    right: 0;
    top: calc(54% - 130px);
    animation: fadeInDown 2s 1.3s backwards;
}
footer {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 1000px) {
    a.btn {
    display: inline-block;
    width: auto;
    background-color: #F0AFCE;
    color: #101010;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    padding: 0.2em 0.7em;
    transition: 0.5s;
    animation: fadeInDown 2s 1.3s backwards;
    }

    div.gallery img {
        height: 100%;
        transition: none;
    }
}

@media only screen and (max-width: 900px) {
img.flower-2 {
    position: absolute;
    width: 100px;
    top: -85px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-1 {
    position: absolute;
    width: 100px;
    bottom: -90px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-3 {
    position: absolute;
    width: 95px;
    right: 0;
    bottom: -110px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-4 {
    position: absolute;
    width: 110px;
    top: calc(50% - 97px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 110px;
    right: 0;
    top: calc(50% - 96px);
    animation: fadeInDown 2s 1.3s backwards;
}
footer {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media only screen and (max-width: 850px) {
div.about-left img {
    width: 90%;
    padding-left: 20%;
}
}

@media only screen and (max-width: 800px) {
img.flower-2 {
    position: absolute;
    width: 98px;
    top: -85px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-1 {
    position: absolute;
    width: 98px;
    bottom: -90px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-3 {
    position: absolute;
    width: 90px;
    right: 0;
    bottom: -102px;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-4 {
    position: absolute;
    width: 98px;
    top: calc(50% - 97px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 98px;
    right: 0;
    top: calc(50% - 96px);
    animation: fadeInDown 2s 1.3s backwards;
}
}

@media only screen and (max-width: 760px) {
div.about-left img {
width: 90%;
padding-left: 9%;
}
}

@media only screen and (max-width: 750px) {
img.flower-4 {
    position: absolute;
    width: 98px;
    top: calc(50% - 80px);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-5 {
    position: absolute;
    width: 98px;
    right: 0;
    top: calc(50% - 80px);
    animation: fadeInDown 2s 1.3s backwards;
}
footer div.wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}

footer nav ul {
    flex-direction: column;
    gap: 12px;
    padding: 0;
    }

div.social {
    justify-content: center;
}

footer div.footer-bottom {
    align-items: center;
}

p.copyright {
    position: static;
    margin-top: 10px;
}
}

@media only screen and (max-width: 700px) {
img.flower-2 {
    position: absolute;
    width: 98px;
    top: -40px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
img.audrey-hepburn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
}

@media only screen and (max-width: 650px) {
main {
    contain: paint;
}
img.welcome {
    display: none;
}
#hero {
    max-height: 140vw
}
a.btn {
    display: inline-block;
    width: auto;
    background-color: #F0AFCE;
    color: #101010;
    font-size: 1.6em;
    font-weight: 600;
    text-decoration: none;
    padding: 0.3em 0.8em;
    transition: 0.5s;
    animation: fadeInDown 2s 1.3s backwards;

}
#hero h1 {
    font-family: "Ballet", cursive;
    font-size: 20vw;
    font-weight: 500;
    line-height: 1em;
    animation: fadeInDown 2s;
    margin-top: 40%;
}
img.shoes-left {
    display: block;
    position: relative;
    width: 40vw;
    top:-20vw;
    right: 38%;
    transform: rotate(11deg);
    animation: fadeInDown 2s 1.3s backwards;
}
img.doily {
    display: block;
    position: relative;
    width: 110vw;
    top: -70vw;
    z-index: -1;
    animation: fadeInDown 2s 1.3s backwards;
}
img.shoes-right {
    display: block;
    position: relative;
    width: 40vw;
    top:-135vw;
    left: 45%;
    transform: rotate(-8deg);
    animation: fadeInDown 2s 1.3s backwards;
}
img.flower-2 {
    position: absolute;
    width: 98px;
    top: -90px;
    right: 0;
    z-index: 12;
    animation: fadeInDown 2s 1.3s backwards;
}
#about div.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.about-left img {
    width: 100%;
    padding-bottom: 10%;
}
.card {
    flex-direction: column;
    width: 100%;
}
div.card-text {
    width: 95%;
}
div.cards img {
    width: 100%;
    padding-right: 5%;
}
div.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.gallery a {
    display: flex;
    justify-content: center;
    
}
div.gallery img {
    display: flex;
    width: 250%;

}
#gallery div.wrapper {
    justify-content: center;
}
}
   
