/* Dillon Bishop
   CIS 130-101
   2025-Fall
   Week 5 - Company Making Site
   homepage.css
   17SEP25*/

.html1 {
    background-color: black;
    background-image: url('Product-Images/floral-background-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.html2 {
    background-color: black;
    background-image: url('Product-Images/scenic-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: white;
}

.nav {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: x-large;
    color: white;
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    padding: .5em 1em;
    display: inline-block;
    width: auto;
    margin: 0px 44% 20px;
}

.body1 {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 3px 3px 5px black;
}

.body2 {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-family: Arial, sans-serif;
    text-shadow: 3px 3px 5px black;
}

.header1 {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: xx-large;
    color: white;
    text-shadow: 0px 0px 3px black;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: black;
    text-align: center;
}

.section1 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.section1-1 {
    background-color: rgba(0, 0, 0, 0.758);
    padding: 20px;
    border-radius: 10px;
    margin: 0px 20px;
    float: none;
    text-align: center;
}

.section1-1 img {
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
    width: 120px;
    border-radius: 6px;
}

.section1-2 {
    background-color: rgba(0, 0, 0, 0.758);
    padding: 20px;
    border-radius: 10px;
    margin: 0px 20px;
    float: none;
    text-align: center;
}

.section1-2 img {
    float: right;
    margin-left: 16px;
    margin-bottom: 8px;
    width: 120px;
    border-radius: 6px;
}

.section1-3 {
    background-color: rgba(0, 0, 0, 0.758);
    padding: 20px;
    border-radius: 10px;
    margin: 10px 20px;
    text-align: center;
}

.section1-3 img {
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
    width: 120px;
    border-radius: 6px;
}

.section1-4 {
    background-color: rgba(0, 0, 0, 0.758);
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    float: right;
    margin-top: 0px;
    text-align: center;
}

.section1-4 img {
    float: right;
    margin-left: 16px;
    margin-bottom: 8px;
    width: 120px;
    border-radius: 6px;
}

.section-row {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.section1-1,
.section1-2,
.section1-3,
.section1-4 {
    float: none;
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
}




.section2 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.body-a-link {
    text-decoration: underline;
    font-weight: bold;
    color: pink;
    text-shadow: 0px 0px 1px white;
    text-decoration-color: black;
    font-family: 'Times New Roman', Times, serif;
}

body p {
    color: white;
    font-size: larger;
    margin: 0;
    padding: 10px 0;
}

a:visited,
a:link {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
    color: red;
    text-shadow: 0px 0px 1px white;
    text-decoration-color: white;
    text-align: center;
}

a:hover {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
    text-decoration: underline;
    background-color: black;
    color: rgb(192, 239, 255);
    text-shadow: 0px 0px 1px white;
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 25px;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
    text-decoration: underline;
    text-decoration-color: white;
    color: black;

}

footer p {
    padding-top: 25px;
}

#currentYear {
    font-weight: bold;
    color: black
}

#about-size-adjust {
    font-size: xx-large;
}

#value-size-adjust {
    font-size: xx-large;
}

#thank-you-message {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: xx-large;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    background-color: #1e1e1e;
    padding: 20px 2px;
    margin: 20px 40% 20px 40%;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}