body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-family: 'open sans', sans-serif;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-color: #e1e5ee;
    color: #5c8ae6;
}
#container {
    max-width: 1400px;
    margin: auto;
    background: white;
    padding-top: 0px;
}
header {
    background-color: #5c8ae6;
    min-height: 80px;
}
header div.logo span, header div.info span{
    color:#FFFFFF;
}
header div.logo {
    display: inline-block;
    padding-left: 4vw;
    padding-top: 30px;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: #fff;
    background-image: url('images/logo_hdr.jpg');
    background-repeat: no-repeat;
    background-position: 5vw 5px;
}
header div.info {
    display: inline-block;
    padding-left: 4vw;
    padding-bottom: 20px;
}
div.info span.email {
    color: #66ffff;
}
div.info span.translate a {
    color: #66ffff;
}
div.info span.translate a:hover {
    text-decoration: none;
}
div.info span {
    padding-right: 10px;
    font-size: 0.9rem;
}
.hero-img {
    background-image: url('images/hero.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 549px;
    width: 100%;
    border-bottom: 1px solid #5cb8e6;
    padding-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
    .hero-img {
        border-bottom: 1px solid #fff;
    }
}
.hero-img h1,
.hero-img h2,
.hero-img p{
    text-align: center;
}
.hero-img h1{
    /*padding-top: 50px;*/
    padding-top: 4vw;
    padding-left: 20vw;
    padding-right: 20vw;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
}
.hero-img h2{
    margin-top: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
}
/* For width smaller than 700px: */
.hero-img p {
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 1.7em;
}
/* For width 700px and larger: */
@media only screen and (min-width: 700px) {
    .hero-img p {
        padding-left: 20vw;
        padding-right: 20vw;
    }
}
/* For width smaller than 700px: */
.hero-img h1, section h1{
    font-size: 35px;
    font-weight: 600;
}
.hero-img h2, section h2{
    font-size: 22px;
    font-weight: 400;
}
/* For width 700px and larger: */
@media only screen and (min-width: 700px) {
    .hero-img h1, section h1{
        font-size: 50px;
    }
    .hero-img h2, section h2{
        font-size: 30px;
    }
}
section h1{
    margin-bottom: 0px;
}
section h2{
    margin-top: 0px;
}
section h3 {
    margin-bottom: 0px;
    font-size: 1rem;
}
section ul {
    margin-top: 4px;
    padding-left: 0px;
    margin-bottom: 70px;
}
section ul li {
    list-style: none;
    margin-bottom: 4px;
}
.services h1{
    /*margin-top: 70px;*/
    padding-top: 4vw;
}
.services h2{
    margin-bottom: 70px;
}
.about {
    background-image: linear-gradient(180deg, #e5eeff, #FFFFFF);
    padding-bottom: 70px;
}
.about h1 {
    padding-top: 70px;
}
.about h1, .about h2{
    color: #5c5ce6;
}
.about p {
    padding-left: 10vw;
    padding-right: 10vw;
}
.location {
    background-color: #5cb8e6;
    color: #fff;
    text-align: left;
    min-height: 100px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.location p {
    margin-bottom: 0px;
}
.location div.logo {
    background-image: url('images/logo_btm.jpg');
    background-repeat: no-repeat;
    background-position: 5vw 5px;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    padding-top: 30px;
    padding-left: 4vw;
}
.location div.info {
    padding-left: 4vw;
}
main, footer {
    padding-left: 0px;
}
footer {
    background-color: #e1e5ee;
}
footer p {
    padding-bottom: 32px;
    padding-top: 32px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #5c5ce6;
    font-size: 0.8rem;
}
section {
    text-align: center;
}
.right {
    text-align: right;
}