@import url('https://fonts.googleapis.com/css?family=Charm');
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

::-moz-selection { color: #ffffff; background: #3b4d1c; }
::selection { color: #ffffff; background: #3b4d1c; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #aaaaaa; }
::-webkit-scrollbar-thumb { background: #131C0A; }

img.galleria {
padding: 2px;
background: transparent;
border: 1px solid #3b4d1c;
}

img.lista {
background: url(viher-up.jpg);
border-left: 3px solid #3b4d1c;
border-radius: 0 10% 10% 0;
margin-right: 15px;
float: left;
height: 150px;
width: 100px;
}

body {
margin: 0;
width: 100%;
background: url(viher-bg.png);
background-repeat: repeat;
}

div.sivu {
position: fixed;
display: block;
float: left;
background: url(viher-nav.jpg);
background-size: cover;
width: 20%;
height: 100%;
bottom: 0;
margin: 0;
padding: 0;
font-family: open sans;
font-size: 11px;
text-align: center;
color: #ffffff;
}

div.header {
display: block;
width: 70%;
margin: 0 0 0 20%;
padding: 100px 0px 90px 0px;
overflow: hidden;
background: url(viher-up.jpg);
background-size: cover;
border-radius: 0px 70px 0px 0px;
font-size: 92px;
font-family: charm;
font-weight: normal;
color: #131C0A;
text-align: center;
}

div.container {
display: block;
background-color: #ffffff;
width: 60%;
margin: 0 0 0 20%;
padding: 5%;
border-radius: 0px 0px 70px 0px;
}

div.heppa {
display: inline-block;
background-color: #f4f4f4;
margin: 2px 0px;
padding: 0px;
width: 33%;
flex-wrap: wrap;
}

b, strong {
color: #3b4d1c;
}

a:link, a:visited {
color: #3b4d1c;
text-decoration: underline;
}

a:hover {
color: #aaaaaa;
text-decoration: none;
}

h1 {
font-size: 36px;
font-family: cinzel decorative;
font-weight: normal;
color: #3b4d1c;
padding-bottom: 25px;
margin: 0px;
text-align: left;
}

h2 {
font-size: 26px;
font-family: open sans;
font-weight: 300;
color: #aaaaaa;
text-align: left;
text-transform: uppercase;
padding: 15px 0px;
clear: both;
}

h3 {
font-size: 11px;
font-family: open sans;
font-weight: normal;
color: #dddddd;
padding: 80px 0px 0px 0px;
margin: 0px;
text-align: center;
clear: both;
}

p {
color: #000000;
font-family: open sans;
font-size: 14px;
text-align: justify;
line-height: 1.7;
}

.nav {
background-color: transparent;
list-style: none;
width: 100%;
margin: 0;
padding: 25% 0%;
text-align: center;
text-decoration: none;
font-weight: normal;
}

.nav li {
display: inline;
}

.nav a {
display: inline-block;
background-color: rgba(255, 255, 255, 0.8);
padding: 10px;
margin: 20px auto;
text-decoration: none;
font-size: 26px;
font-family: open sans;
font-weight: 300;
color: #131C0A;
width: 70%;
}

.nav a:hover {
background-color: rgba(255, 255, 255, 0.6);
}