body { 
    background-color: rgba(244, 218, 188, 0.586);
    font-family: 'Times New Roman', Times, serif; 
    } 
.container { 
    margin: 20px auto; 
    width: 80%; 
    text-align: left; 
    }
table { 
    width: 100%; 
    margin-bottom: 20px; 
    border-collapse: collapse; 
    } 
th, td { 
    padding: 10px; 
    } 
.block { 
    margin-top: 20px; 
    padding: 20px; 
background-color: transparent;
    } 
img{
    width: 60%;
    border-radius: 50%;
    }
.block img { 
    width: 100%;
    border-radius: 0; 
    }
 a:link { 
    color: rgb(190, 50, 50);
    } 
a:visited { 
    color: rgb(92, 20, 20); 
    } 
a:hover { 
    color: rgb(254, 199, 136); 
    }
    .section1{
background-image: url(./bonaimages/bg-09-free-img.jpg) !important;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 800px !important;
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.534)), url(./bonaimages/bg-09-free-img.jpg) !important;
}


body{
margin: 0;
margin-top: 0px;
padding: 0;
height: 100%;
width: 100%;
box-sizing: border-box ;
}
* {
margin: 0;
padding: 0;

}
.a1{
margin-top: 70px;
color: white !important;
}
.rightnav{
margin-left: 220px;
}
ul {
list-style-type: none;
padding: 50px;
overflow: hidden;
background-color: transparent;
height: max-content;
margin-left: 90px;

}
#boom{
margin-right: 260px;
}
li {
float: left;
margin: 3px;

}

/*First part of the page*/

li a {
display: block;
color: white;
text-align: center;
padding: 10px 20px;
text-decoration: none;
font-size: x-large;
border-right: 5px white;
font-family: 'Nunito', sans-serif;
font-size: 15px;
font-weight: bold;
}

.text1 {
color: white;
font-weight: bolder;
font-size: 24px;
line-height: 120px;
font-family: 'Cinzel', serif;;

}
.text2{
color: white;
font-size: 90px;
line-height: 50px;
font-weight: lighter;
font-family: 'Cinzel', serif;
}



.headertext{
text-align: center;
}

.logo{
width: 150px;
}

.footer{
background-image: url(./images/bg-05-free-img.jpg);
background-repeat: no-repeat;
background-attachment: fixed !important; 
height: 900px;
background: linear-gradient(rgba(0, 0, 0, 0.738), rgba(0, 0, 0, 0.7)), url(./images/bg-05-free-img.jpg)
}
.host{
font-size: 100px;
line-height: 100px;
font-weight: lighter;
color: white;
}
.host2{
font-size: 30px;
color: white;
}
.hostdiv{
display: flex;
justify-content: center;
}
.buttonevent{
width: 150px;
height: 50px;
font-family: 'Times New Roman', Times, serif;
background-color: rgb(204, 149, 53);
color: white;
}
.buttonevent:hover{
background-color: white;
color:black ;
}


.contactsfooter{
height: 250px;
background-color: rgba(255, 255, 255, 0);
}

.social{
text-align: center;
color: black;
font-size: larger;
margin-top: 150px;
align-items: center;
}
.icons-container {
display: flex;
gap: 20px;
align-items: center;
margin-left: 670px;
}

.icon {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #e0e0e0;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s;
}

.icon:hover {
background-color: #d4d4d4;
}

.icon i {
font-size: 24px;
color: #333;
}
.button{
width: 150px;
height: 48px;
font-family: 'Times New Roman', Times, serif;
}

.button:hover{
background-color: rgb(204, 149, 53);
color: white;
}