@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    font-size: 15px;
    line-height: 1.50;
    font-family: 'Open Sans', sans-serif;
    background-color: #eeeeee;
    background-image: url("../kuvat/tausta.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-attachment: fixed;
    /*color: #3a3c41;
    background-color: #eeeeee;
    background-image: url("../kuvat/miespuussa.jpg"), url("../kuvat/miespuussa2.jpg") , url("../kuvat/tausta.png");
    background-repeat: no-repeat , no-repeat, repeat-x;
    background-position: left top, right top , center bottom;
    background-size: auto 100%, auto 100%, 100%;
    background-attachment: fixed;
    position: relative;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-weight: 300;
    color: #22773e;
}
h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
h6 {
    font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
    color: #22773e;
}
.text-colored {
    color: #22773e;
}
p {
    font-size: 16px;
}
a {
    color: #22773e;
}
a:hover {
    color: #22773e;
}
a:focus,
a:active {
    outline: none;
}
.large {
    font-size: 18px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.list-unstyled li {
    padding: 5px 0;
}
.list-horizontal {
    padding: 15px 0;
}
.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}
.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}
.list-icons li {
    padding: 0 0 15px 0;
}
.title {
    margin-top: 0;
}
.allactive {
    background-color: #22773e;
    padding: 7px 12px;
    text-align: right;
    font-size: 1.4em;
    overflow: visible;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: 5px;
    margin-left: -15px;
    display: block;
    height: 77px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
 }
.navbar {
    margin-bottom: 0px;
    border-bottom: 0px;
}
.header > .container {
    background: url("../kuvat/tausta.png") #ffffff;
    border-bottom: none;
    border-left: 2px solid #22773e;
    border-right: 2px solid #22773e;
}
img#logo {
    background-color: rgba(255,255,255,0.8);
    margin: 10px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 6px solid #000;
}
#sivu {
    /* background-color: #fff; */
    padding-bottom: 25px;
    background: url("../kuvat/valkotaus.jpg") #ffffff top center;
    background-size: cover;
    border-left: 2px solid #22773e;
    border-right: 2px solid #22773e;
}
#sivu p {
    text-align:justify;
    line-height: 1.7em;
    padding: 5px 20px 25px 20px;
    letter-spacing: 1.3px;
}
#sivu h1 {
    padding: 5px 20px 5px 20px;
}
footer > .container {
    background-color: #22773e;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
    padding-top: 20px;
    padding-bottom: 25px;
}
@media (max-width:600px) {
    .allactive > div > span {
        font-size: 0.6em;
    }
    .allactive > div {
        padding-right: 0px;
        padding-left: 0px;
    }
}