﻿body {
background-color:#b8effb;
}

.main {
width:70%;
margin-left: auto;
margin-right: auto;
padding: 10px 50px;
background-color:#fff;
}

.maintitle {
text-align: center;
}

.subtitle {
font-size: 20px;
}

h2 {
    color:#0a6cb0;
}

.main img {
    width: 100%;
}

.logos {
    max-width:300px;
}

.menu {
	background: #0e2c8e;
	width: 100%;
	color: #fff;
	display:flow-root list-item;
}

.menuitem {
	width: auto;
	float: left;
	margin: 10px 10px;
	padding: 0 10px;
}

.menuitem a {
    color:#fff;
}


.creativelicence {
    text-align:center;
}
.creativelicence img {
max-width: 300px;
margin-left: auto;
margin-right: auto;
display: block;
}

.bottom {
text-align: center;
}

@media only screen and (max-width: 959px) {
    .menu {
	background: #0e2c8e;
	width: 100%;
	color: #fff;
	display: inline-grid;
}
}