
body{direction:ltr;text-align:left;font-family: 'Libre Baskerville', serif;}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-webfont.eot');
    src: url('../fonts/oswald-webfont.eot?#iefix') format('eot'),  
    url('../fonts/oswald-webfont.woff') format('woff'), 
    url('../fonts/oswald-webfont.ttf') format('ttf');  
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
header .leftLogo{float:right;text-align:right;}
header nav{font-family: 'Oswald', sans-serif;}
header nav ul li{float:left;}
.slideshow .pager span:last-child{margin-left: 7px;}
.aboutBox p,.contact p{text-align:center;font-size: 18px;line-height: 1.7em;}
.sList li{
	margin-left: 20px;
	font-size: 18px;
	line-height: 1.9em;
}
article h2 {
    font-size: 26px;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.7em;
}
article h3{
    font-size: 24px;
    color: #010101;
    margin: 1rem 0 0;
    display: inline-block;
    padding: 8px 0 12px;
}
article p {
    font-size: 18px;
}
a.languageBtn{
    right: 63px;
    left: auto;
    font-family: tahoma;
    font-size: 13px;
    line-height: 22px;
}
header .leftLogo .logo{
    margin-top: 40px;
}
header{overflow:hidden;}
.page{
    font-family: 'Libre Baskerville', serif;
    line-height: 2.2em;
}
.aboutTitle{
    color:#000;
}
.homeBox{
    font-family: 'Libre Baskerville', serif;
}
.homeBox .innerBox{
    width:90%;
    margin:auto;
}
@media screen and (max-width: 1024px) {
    .resNav{float:left;}
}
@media screen and (max-width: 640px) {
    article h1{padding: 2rem 1rem;line-height: 50px;}
    
}