
html {

}

body {
    background-color: #FFFFFF;
    color: #111111;
    font-family:Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4em;
}

h1 {
    margin-top: 20px;
}

h2 {
    margin-top: 50px;
}

a {
    text-decoration: none;
    color: #0082ff;
}

a h1 {
    display:inline-block;
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
}

a:hover {
    color: #3399FF;
}

ul, ol {
    margin-top:0.5em;
}

li {
    margin-bottom:0.5em;
}

.main {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}


.nav {
    width: 100%;
    height: 5.0em;
    border-bottom: 1px solid #c0b2c1;
}


.logo {
    float: left;
    margin-right: 1.0em;
    margin-bottom: 1.5em;
    width: 4.28em;
    height: 4.28em;
    background-size: 100% 100%;
    display: block;
    border: 1px solid #ffffff;
    border-radius: 20%;
    background-image:url('/images/logo.png');
}

.header {
    height: 3.14em;
}

.rightMenu {
    display: flex;
    justify-content: flex-end;
    font-size: 0.85em;
}

.language {
    text-transform: uppercase;
    font-size: 0.7em;
    width: 100px;
    float: left;
}

.language span:first-child, .language a:first-child {
    border-right: 1px solid #e7e7eb;
}

span.active, .language a {
    padding: 4px 7px 4px 7px;
}

.email {

}


div.scroll {
    width: 100%;
    height: 450px;
    margin-top: 25px;
    overflow: auto;
    white-space: nowrap;
}


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    display: inline-block;
}


div.gallery:hover {
    border: 1px solid #777;
}


div.gallery img {
    width: auto;
    height: 420px;
}


@media only screen and (max-device-width : 640px) {
 
    .main {
        width: 95%;
    }
    
    
    body {
        font-size: 20px;
    }
}
