*{
    margin: 0;
    padding: 0;

}
.nav-container{
    width: 100%;
    height: 105px;
}

.nav-container .navbar{
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
    padding-bottom: 38px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding-left: 118px;
    padding-right: 118px;
    
}

.navbar .links a{
    text-decoration: none;
    color: black;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}
.navbar .nav-logo img{
    max-width: 130px;
    height: auto;
}

.banner-container{
    width: 100%;
    height: auto;
}
.banner-container .banner img{
    width: 100%;
    height: auto;
}
.banner-container .banner .title{
    position: absolute;
    bottom: 200px;
    left: 120px;
}
.banner-container .banner .title img{
    max-width: 100%;
    height: 150px;
}

.image-container{
    display: flex;
    justify-content: center;
    height:600px;
    align-items: center;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.image{
    width: 400px;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}
.image img{
    width: 100%;
    height: 270px;
}
.image p{
    margin-top: 20px;
    font-weight: 600;
}

.logo-container{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.logo{
    max-width: 100%;
    height: 100px;
    margin-right: 15px;
    cursor: pointer;
}

.footer-container{
    width: 100%;
    height: 100px;
}

.footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.links a{
    color: black;
    text-decoration: underline gray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}