@charset "UTF-8";
@import url("reset.css");

 window.onload = function() {
        if (screen.width > 520) {
            var mvp = document.getElementById('vp');
            //mvp.setAttribute('content','');
            mvp.setAttribute('content','width=device-width, initial-scale=1.5');
        }
    }

.row::after {
	content: "";
	clear: both;
	display: table;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

[class*="col-"] {
	float: left;
	padding: 15px;
	border: 0 px
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	background: url('tausta2026.jpg') no-repeat center fixed;
	background-size: cover;
	box-sizing: border-box;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	max-width:100%;height:auto;
}

hr.new4 {
	border: 2px solid black;
	align:left;
}

p {
	padding: 0px;
	font-size: 100%;
	display: inline-block;
	text-align:center;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

.tab {
	display: inline-block;
	box-sizing: border-box;
	max-width:100%;height:auto;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	background-color: none;
	color: black;
	font-size: 100%;
	text-align: center;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	background-color: none;
	font-size: 100%;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

H4 {
 	color: black;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	max-width:100%;height:auto;
	border-radius: 0px;
}

#wrapper {
	margin: 0 auto;
	padding: 20px 20px 20px;
	box-sizing: border-box;
	font-size: 100%;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	float: center;
	padding: 6px;
	text-align: center;
	max-width:100%;height:auto;
	background: none;
	margin: 5px 5px 5px ;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	float: center;
	text-align: center;
	padding: 11px;
	font-size: 100%;
	max-width:100%;height:auto;
	background: none;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.fcc-btn {
	background-color: #C9F7EC;
	color: black;
	padding: 11px;
	font-size: 100%;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	border: 1px solid #486991;
	max-width:100%;height:auto;
}

.menu-btn {
	background-color: #C9F7EC;
	color: black;
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	max-width:100%;height:auto;
	display: inline-block;
}

.dropdown-menu {
 	position: relative;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	max-width:100%;height:auto;
	display: inline-block;
}

.menu-content {
	display: none;
	position: absolute;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	max-width:100%;height:auto;
	z-index: 1;
	box-sizing: border-box;
	min-width: 23ch;
	border: 1px solid #486991;
	padding: 5px 5px 5px;
}

.links,.links-hidden{
	display: inline-block;
	color: black;
	padding: 5px 5px 5px;
	text-decoration: none;
	max-width:100%;height:auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.links-hidden{
	display: block;
	max-width:100%;height:auto;
	box-sizing: border-box;
	padding: 5px 5px 5px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.links{
	display: inline-block;
	max-width:100%;height:auto;
	box-sizing: border-box;
	padding: 5px 5px 5px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.links-hidden:hover,.links:hover {
	background-color: #C9F7EC;
	font-size: 100%;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu:hover .menu-content {
	display: block;
	background-color: #7FD3CC;
	font-size: 100%;
	position: absolute;
	box-sizing: border-box;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu:hover .menu-btn {
	background-color: #C9F7EC;
	font-size: 100%;
	box-sizing: border-box;
	max-width:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	float: center;
	background: #C9F7EC;
	text-align: center;
	padding: 20px 20px 20px;
	font-size: 100%;
	max-width:100%;height:auto;
	border: 1px solid #486991;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

