*
{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

hr.solid {
    border-top: 1px solid #bbb;
    width: 100%;
}
.header-container {
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.cross {
    height: 5vw;
    padding-left: 10%;
}
.Title {
    height: 5vw;
    padding: 0.5%;
    cursor: pointer;
}
.menu-bar {
    width: 60%;
}
.menu-bar ul {
    display: inline-flex;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}
.menu-bar ul li {
    text-align: center;
    line-height: 5vh;
    height: 5vh;
    width: 8vw;
    margin-right: 5vw;
    font-size: 1.5vw;
    border: 0.3vh solid white;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.menu-bar ul li:hover {
    border-bottom: 0.3vh solid rgb(213, 162, 100);
}
.search-bar {
    height: 2vw;
    width: 15vw;
}
.about-us {
    text-decoration: none;
    color: black;
}
.about-us-submenu {
    display: none;
}
.menu-bar ul li:hover .about-us-submenu {
    display: inline-block;
    position: absolute;
}
.video-container {
    display: block;
    background-color: black;
}
.video-player {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    cursor: pointer;
}
h1 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 3.5vw;
    padding: 5%;
    padding-left: 10%;
    padding-right: 10%;
}
.body-part2 {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgb(213, 162, 100);
}
.Abune-portrait {
    height: 50vw;
    padding: 5%;
    padding-left: 10%;
}
h2 {
    padding: 5%;
    color: white;
    position: absolute;
    font-size: 2.8vw;
    font-family: Georgia, Times, 'Times New Roman', serif;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}
.learn-more-abune {
    color: white;
    font-size: 1.5vw;
}