/* clears default browser css*/
* {
  box-sizing: border-box; /* Makes sizing more predictable */
  margin: 0;
  padding: 0;
}

body {
    background-color: rgb(43, 43, 43);
    background-image: url("../images/foggy-white-stars-background.gif");  
}

/* nav bar stuff vv */
nav {
    background-color: rgb(45, 67, 97);
    background-image: url("../images/dark-stones.jpg");
    background-position: center;

    z-index: -1;
    width: auto;
    height: 100px;

    display: flex;
    justify-content: center;
    padding: 10px;

     border: 5px ridge rgb(32, 33, 34);
}

.buttons {
     display: flex;
      gap: 50px;
}

.buttons a {
    background-color: rgb(41, 43, 48);
    height: 70px;
    width: 140px;
    text-align: center;
    padding-top: 24px;

     border: 2px outset rgb(150, 165, 180);

    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 800;
    color: rgb(145, 160, 175);
    text-decoration: none;
}

.buttons a:hover {
    color: rgb(108, 147, 169);
    background-color: rgb(10, 14, 18);
}

.left-candle {
    margin-top: -8px;
    position: absolute; 
    margin-right: 620px;
}

.right-candle {
       margin-top: -8px;
    position: absolute; 
    margin-left: 540px;
}

/* nav bar stuff ^^ */


.featured-text {
    background-color: rgb(162, 159, 156);
     border: 2px solid rgb(205, 201, 201);
    height: 80px;
    width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;

}



.featured {
    background-color: rgb(44, 44, 59);
    background-image: url("../images/ornate-background.png");
 
    width: 1200px;
    min-height: 900px; 
    margin: 0 auto;
    margin-top: 20px;

border: 40px solid transparent;
border-image: url("../images/frame-1.png") 110 round;
border-image-outset: 20px;


     padding: 1px;
     margin-bottom: 20px;

display: flex;
flex-wrap: wrap;



}


/* IMAGES */

p {
    color: rgb(220, 231, 237);
}


.image-1 img {
    border: 40px solid transparent;
border-image: url("../images/frame-7.png") 69 round;
rotate: -2deg;
background-color: none;
margin-top: 40px;

}

    .image-1-description{
     position: absolute;
     background-color: rgb(105, 111, 116);
     width: 400px;
     height: auto;
     margin-top: 506px;
     margin-left: 70px;
     rotate: -2deg;
     padding: 10px;
     border: 1px solid rgb(203, 203, 203);
    }


.image-2 img {
    rotate: 2deg;
       border: 60px solid transparent;
border-image: url("../images/frame-2.png") 159 round;
margin-left: 25px;
margin-top: 80px;

}


.image-2-description{
     position: absolute;
     background-color: rgb(105, 111, 116);
     width: 400px;
     height: auto;
     margin-top: 630px;
     margin-left: 605px;
     rotate: 2deg;
     padding: 10px;

     border: 1px solid  rgb(203, 203, 203);

    }



.image-3 img {
border: 60px solid transparent;
border-image: url("../images/frame-3.png") 159 round;
margin-top: 20px;
rotate: 1deg;

}

.image-3-description{
     position: absolute;
     background-color: rgb(105, 111, 116);
     width: 400px;
     height: auto;
     margin-top: 1115px;
     margin-left: 78px;
     rotate: 1deg;
     padding: 10px;

     border: 1px solid rgb(203, 203, 203);

    }

.image-4 img {
    border: 60px solid transparent;
border-image: url("../images/frame-6.png") 309 round;
margin-left: 35px;
margin-top: 80px;
margin-bottom: 80px;
    
    rotate: -2deg;
}

.image-4-description{
     position: absolute;
     background-color: rgb(105, 111, 116);
     width: 350px;
     height: auto;
     margin-top: 1220px;
     margin-left: 678px;
     rotate: -1.5deg;
     padding: 10px;

     border: 1px solid  rgb(203, 203, 203);

    }

    #white-roses {
        position: absolute;
        margin-top: 1150px;
        margin-left: 940px;

        filter: grayscale(1)
    }