/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 44px;
    color: rgb(89, 50, 22);
    
    background-color: rgb(109, 63, 8);
  

}

header {
    width: 100%;
    height: 150px;
    background-color:#D9AA97 ;
    padding: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#50210c;
        /* position: fixed; */
    
}
 nav {
    position: absolute;
    right: 20px;
    top: 25px;
 }
nav ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    word-spacing: 100px;
}
nav ul li a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: antiquewhite;
    text-decoration: none;
}
nav ul li a:hover{
    background-color: rgb(92, 7, 7);
    color: rgb(243, 217, 201);
    rotate: 2deg;
}
#logo {
    position: relative;
    top: 33px;          
    right: 27px;
}

#title-box {
    position: relative;
    top: -30px;
    left: 10px;
}
#banner {
    background-image: url(https://emilyrosestudio.com/cdn/shop/files/57B64021-E1C4-4C5A-BC48-6A523C55DB5D.jpg?v=1706116955);
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center top;
    text-align: center;
}
button {
    font-family: 'Slackey';
    font-style: normal;
    font-weight: 400;
    font-size: 12px; color: #FAE4DA;
    line-height: 150%;
    margin-top: 22vh;
    background-color: #5b0e0a;
    padding: 10px 25px;
    border-radius: 10px; 
    border: 3px solid #FAE4DA;
    font-weight: bold;
}
button:hover {
    background-color: rgb(83, 28, 28);
    color: rgb(252, 237, 228);
    rotate: 2deg;
}
#about {
    width: 100%;
    height: 30vh;
}
#contact {
    text-align: center;
    padding-top: 30px;
}
#contact h3 {
    margin-bottom: 50px;
}
main article p {
    /* max-width: 60ch; */
    max-width: 1000px;
}

main {
    background-color: #42332D;
    padding-top: 130px;
}

footer {
    background-color:  #302621;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    gap: 22px;
    text-align: center;
    padding-top: 30px;
}
 
h1 {
    /* About me */
    
    font-family: 'Slackey';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    /* identical to box height, or 45px */
    
    letter-spacing: -0.011em;
    
    color:  rgb(202, 196, 193);
  }
    
    h2 {
    /* Samia Shaikh */
    
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    
    letter-spacing: -0.011em;
    
    color: #782216;
    }
    
    
    
    
    h4 {
        font-family: 'Krona One';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        padding: 20px;
        /* or 27px */
        
        letter-spacing: -0.011em;
    
        color: #DDC0B2;
    }
    
    h5 {
        font-family: 'Krona One';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 30px;
        position: relative; margin: 0 auto;
        /* or 27px */
        
        letter-spacing: -0.011em;
    
        color: #DDC0B2;
    }
    
    p {
        font-family: 'Krona One';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 100px;
        position: relative; margin: 0 auto;
        /* or 27px */
        
        letter-spacing: -0.011em;
    
        color: #DDC0B2;
    }
    
    figcaption {
        font-family: 'Krona One';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        padding: 20px;
        /* or 27px */
        
        letter-spacing: -0.011em;
    
        color: #DDC0B2;
    }
    
main, footer {
    padding: 20px;
}

main, footer {
    padding: 20px;
}
main article p {
    /* max-width: 60ch; */
    max-width: 1000px;
}
main {
    background-color: rgba(255, 255, 240, 0.217);
    padding:tops
    .fancy-button {background-color: rgb(89, 54, 2);
    padding: 20px 35px;}
} 
footer {
    background-color: rgba(197, 197, 197, 0.304);
}























 




