*
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
#hero
{
    height: 100vh;
    width: 100%;
    background-image:linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3)),url(../Images/overview_backgorund.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}
.nav-bar
{
    display: flex;
    padding: 40px 40px;
}
.nav-links
{
    flex: 1;
}
.banner-title
{
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 120px;
    height: 180px;
    color: white;
    position: center;
}

.container1
{
    height: 700px;
    background-color: white;
    position: relative;
}
.contents
{
    padding: 10px;
}
.container2
{
    height: 200px;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3));
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: none;
}
.container3
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.container4
{
    height: 200px;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3));
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: none;
}
.main2
{

    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: none;
}
