/*
   Website:    jtodora.com
   Filename:   aiyanna.css
   Author:     John G. (Skip) Todora
   Start Date: January 28, 2023
   Updated:    November 17, 2025 to make the page cell phone friendly
*/

.bg-grad {
   background-color: #000000;  
   font-size: 1.1em;
   color: white;
}

.container {
   width: 900px;
   margin: auto;
}

.head-dress-img {
   float: left;
   padding-left: 10px;
   padding-bottom: 10px;
}

.framed-photo {
   float: right;
   padding-left: 10px;
   padding-bottom: 10px;
}

.sunset {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 40px;
   padding-bottom: 40px;
}

.necklace {
   display: block;
   margin: auto;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}

.aiyanna-title {
   float: left;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.centered-paragraph {
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
}

.hr-white {
    width: 100%;
    border: 1px solid white;
}
@media screen and (max-width: 600px) {
    .container {
        width: 100%;
    }
    img {
        float: none; /* Stack images above text on small screens */
        display: flex;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}