*
{
    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/2.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: relative;
}
.break
{
    height: 100px;
    background-color: rgb(184, 219, 241);
}
#container1
{
    height: 700px;
    background-color: white;
    position: relative;
}
.container1a
{
    display: flex;
}
.container1b
{
    width: 40%;
    background-image:linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3)),url(Images/1.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    margin-left: 40px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px black;
}
.container1c
{
    width: 60%;
    height: 500px;
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: rgb(184, 219, 241);
}
.contents
{
    padding: 10px;
}
.container2
{
    height: 300px;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3)),url(Images/Back.jpg);
    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: rgb(184, 219, 241);
}
.main1
{
    background-color: rgb(184, 219, 241);
    height: 700px;
}
#container4
{
    height: 650px;
    background-color: white;
    position: relative;
    margin: 0px 80px 50px 80px;
    border-radius: 10px;
}
.container5
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(184, 219, 241);
    position: relative;
}
.main2
{
    background-color: rgb(184, 219, 241);
    height: 1050px;
}
#container6
{
    height: 1000px;
    background-color: white;
    position: relative;
    margin: 0px 80px 50px 80px;
    border-radius: 10px;
}
.main3
{
    background-color: rgb(184, 219, 241);
    height: 650px;
}
#container7
{
    height: 600px;
    background-color: white;
    position: relative;
    margin: 0px 80px 50px 80px;
    border-radius: 10px;
}
.container8
{
    background-color: rgb(184, 219, 241);
    height: 45px;
}
.container11
{
    height: 600px;
    background-color: rgb(184, 219, 241);
}
.container12
{
    margin-left: 200px;
    margin-right: 200px;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0 10px 20px black;
}
.container13
{
    height: 600px;
    display: flex;
    background-color: rgb(184, 219, 241);
}
.container13a
{
    width: 40%;
    height: 550px;
    margin-left: 40px;
    border-radius: 10px;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3)),url(Images/9.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 20px black;
}
.container13b
{
    width: 55%;
    height: 500px;
    margin-left: 20px;
    margin-right: 40px;
    border-radius: 10px;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4),rgba(0,0,0,0.3)),url(Images/8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 20px black;
}