.navbar {
    background-color: #000000;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #72470e;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.navbar ul li {
    display: inline;
    margin: 0 15px;
}
.navbar ul li a {
    color: blanchedalmond;
    text-decoration: none;
    font-weight: bold;
}
.navbar ul li a:hover {
    text-decoration: underline;
    color:  #72470e;
}
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333333;
}
h1 {
    color: #72470e;
}
p {
    font-size: 16px;
    line-height: 1.5;
}
.Welcome {
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}
.logo {
    font-size: 32px;
    color: #72470e;
    text-align: center;
    margin-bottom: 10px;
}

.images {
    background-color: blanchedalmond;
    max-width: 50%;
    height: auto;
    display: block;
    margin: 20px auto;
    padding: 15px;
    border: 2px solid #72470e;
    border-radius: 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.boxes {
    display: flex;
    justify-content: center;
    height: auto;
    width: 1500px;
    border: 5px solid #72470e;
    border-radius: 15px;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px;
}
.box {
    background-color: blanchedalmond;
    border: 2px solid #000000;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    margin: 30px;
}
#box1 {
    background-image: url('../images/c2.jpg');
    background-size: cover;
    background-position: center;
}
#box2 {
    background-image: url('../images/c3.jpg');
    background-size: cover;
    background-position: center;
}
#box3 {
    background-image: url('../images/c4.jpg');
    background-size: cover;
    background-position: center;
}
#box4 {
    background-image: url('../images/c5.jpg');
    background-size: cover;
    background-position: center;
}
#box5 {
    background-image: url('../images/c6.jpg');
    background-size: cover;
    background-position: center;
}
#box6 {
    background-image: url('../images/c7.jpg');
    background-size: cover;
    background-position: center;
}
#box7 {
    background-image: url('../images/c8.jpg');
    background-size: cover;
    background-position: center;
}
#box8 {
    background-image: url('../images/c9.jpg');
    background-size: cover;
    background-position: center;
}

#box1-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}

#box2-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}

#box3-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}
#box4-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}
#box5-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}
#box6-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}
#box7-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}
#box8-1 {
    color: #72470e;
    font-size: 24px;
    text-align: end;
    padding-top: 310px;
    justify-self: center;
}

#box1-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box2-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box3-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box4-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box5-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box6-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box7-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}
#box8-1:hover {
    color: #996515;
    font-size: 26px;
    transition: 0.3s;
}

.quotebox {
    background-color: #fff8e1;
    border-left: 6px solid #ffcc80;
    margin: 20px auto;
    padding: 15px 25px;
    font-style: italic;
    color: #555555;
    max-width: 600px;
}
.quote {
    font-style: italic;
    text-align: center;
    margin: 40px auto;
    font-size: 20px;
    color: #555555;
}
.footer {
    text-align: center;
    color: #777777;
    font-size: 14px;
    margin-top: 40px;
}
.email {
    text-align: center;
    margin: 40px auto;
}
.eh {
    font-size: 24px;
    color: #72470e;
    margin-bottom: 10px;
}
.ee {
    padding: 10px;
    width: 250px;
    border: 2px solid #72470e;
    border-radius: 5px;
    font-size: 16px;
}
.eb {
    padding: 10px 20px;
    background-color: #72470e;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.eb:hover {
    background-color: #996515;
}
.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
}
.footer-nav li {
    display: inline;
    margin: 0 10px;
}
.footer-nav li a {
    color: #72470e;
    text-decoration: none;
    font-weight: bold;
}
.footer-nav li a:hover {
    text-decoration: underline;
    color: #996515;
}
.footer-text {
    color: #777777;
    font-size: 14px;
    text-align: center;
}
