@font-face {
    font-family: HelveticaNowText;
    src: url(HelveticaNowTextLight-ttf);
}

body{
    font-family: HelveticaNowText;
}
.container{
    max-width: 850px;
    margin: 0 auto;
}
/* top navigation */
.top-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lang-contianer a{
    text-decoration: none;
    color: black;
}
.logo{
    width: 100px;
}
.globe{
    width: 28px;
    padding: 0 5px 5px 3px;
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
}
.banner img{
    width: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    max-height: 280px;
}
@media only screen and (max-width : 768px) {
    .banner img{
        max-height: 125px;
    }
}
/* body */
h1, h2, h3{
    font-weight: normal;
    line-height: 1.2em;
}
.list{
    display: inline-block;
}
.list li{
    text-align: left;
}
.body{
    padding: 0 15px 50px 15px;
    text-align: center;
}
.lang-list a{
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: black;
}
