body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2576d1;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 110%;
        font-weight: bold;
}

h1 {
	font-size: 20pt;       
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
}

h6 {
	font-size: 10pt;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
}
figure {
    display: inline-block;
    margin: 10px;
}
table {
    width: 100% !important;
}
.sisalto {
  padding-bottom: 30px;
}
.headerKuva {
	height: 350px;	 
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        max-width:100%;
        max-height:100%;
        width:auto;
}
.sivuKuva {
    display: inline-block;
    width: 100%;
    max-height: 400px;
    box-shadow: 0px 0px 5px #555555;
    margin-bottom: 25px;
    margin-right: 15px;
}
.puhlink a:link{
    color: #fff;
    text-decoration: none;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-toggle:after {
display: none;
}
.dropdown-menu {
    margin: 0;
}
.footer {
    background-color: #2576d1;
    width: 100%;   
    padding-top: 25px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 19px;
    text-align: left;
    padding-left: 15px;
}
.stick {
position:fixed;
width: 100%;
top:0px;
z-index:999;
}
