<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Rokkitt:400,700);

body {
	font-family: 'Open Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
	background-color: #ffffff;
	color: #373737;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
}
a {
	color: #84d0f1; 
	text-decoration: none; 
	font-weight: bold;
}
a:focus, a:hover {
	color: #40b6e9; 
	text-decoration: none;
}
p { 
	font-size: 16px;
}
.ingress { 
	font-size: 26px;
	line-height: 37px;
	font-weight: 400;
	color: #7e7e7e;
	font-family: 'Rokkitt', serif;
	margin-bottom: 25px;
}
hr {
  border-top-color: #c1c1c1;
}
.btn-primary {
  color: #ffffff;
  background-color: #84d0f1;
  border-color: #84d0f1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
header {
    background-image: url(../images/aurinko_hiutaleet.png), url(../images/header_bg.png);
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
	background-color: #9cd5f2;
	color: #ffffff;
	min-height: 180px;
} 

.header-kuva-margin {padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 30px;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', serif;
	font-weight: 600;
	color: #84d0f1;
	line-height: normal;
}
h1 {
	text-transform: uppercase;
	font-size: 44px;
	line-height: 50px;
}
h2 {
	font-size: 38px;
	line-height: 44px;
}
h3 {
    font-size: 30px;
	line-height: 36px;
}
h4 {
    font-size: 25px;
}
.copyright {
	color: #353535;
}
footer { 
	color: #ffffff;
}
.footer {
	color: #ffffff; 
	background-color: #000000;
}
.navbar {
	border: 0px;
}
.navbar-default {
	background: url(../images/navbar_bg.png) repeat #000000; 
	border-bottom: none;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #ffffff; 
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out; 
	font-family: 'Rokkitt',sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
	background-color: #212121;
	color: #ffffff; 
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
	color: #ffffff; 
	background-color: #535353;
}
.navbar-default .navbar-nav &gt; .active &gt; a:hover{
	background-color: #535353;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-toggle {
	background-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #84d0f1;
}
nav a {
	font-style: normal; 
	font-weight: normal;
}
.navbar-collapse {
	border-top: 0px solid transparent;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.dropdown-menu {
    background-color: #c6c6c6;
	color: #373737;
    border: none;
    font-size: 15px;
	min-width: 150px;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	background-color: #e7e7e7;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #373737;
}
.content {
	padding-top: 35px; 
	padding-bottom: 35px; 
	padding-left: 0px; 
	padding-right: 0px;
}
.img-link {
    display: block;
    overflow: hidden;
    text-align: center;
}
.img-link .img-content {
    overflow: hidden;
}
.img-link .img-content::after {
    bottom: 0;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
}
.img-link .text-content {
    background-color: #84d0f1;
    color: #ffffff;
	text-transform: uppercase;
    padding: 9px 2px 1px 2px;
    transition: all 0.3s ease-in-out 0s;
}
.img-link .img-content img {
    max-width: 100%;
}
.white {
    color: #ffffff;
}


/* @MEDIA
------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
header {
    background-image: url(../images/header_bg.png);
    background-position: left top;
    background-repeat: repeat;
	background-color:#ffffff;
	min-height: 0px;
}
.content {
	padding-top: 20px !important; 
	padding-bottom: 20px; 
	padding-left: 10px; 
	padding-right: 10px;
}
.h1, h1 {
    font-size: 28px;
	padding-bottom: 10px;
}
.ingress { 
	font-size: 20px;
	line-height: 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #ffffff;
}
}
/*
------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 18px;
}
}
/*
------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 20px; 
	text-transform: uppercase;
}
}
/*
------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 22px; 
	text-transform: uppercase;
}
}







</pre></body></html>