@import url('http://fonts.googleapis.com/css?family=Droid+Serif|Oleo+Script');

body {
	margin: 0;
	/* Original image from: https://pixabay.com/de/honigbienen-bienen-bienenkorb-401238/ */
	background-image: url("cherry-blossom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Droid Serif';
	font-size: 20px;
}
@media (max-width:2000px)
{
	body {
		background-size: auto;
		font-size: 1.2em;
	}
}

div {
	text-align: justify;
}

.banner {
	text-align: center;
}

img.banner {
  width: 600px; 
  height: auto;
}

@media (max-width:600px)
{
	img.banner {
	  width: 100%; 
	  height: auto;
	}
}

.fullsize { 
	height: 100%;
	width: 100%;
}

.background-none {
	background: none;
}

.border-none {
	border: none;
}

.width-full {
	width: 100%;
}

.height-full {
	height: 100%;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.block {
	text-align: justify;
}
@media (max-width:800px)
{
	.block {
		text-align: left;
	}
}

.absolute {
	position: absolute;
}

.inherit {
	position: inherit; 
}

.padding-none {
	padding: 0;
}

div.mainframe {
	width: 600px;
	margin: auto;
	margin-top: 100px;
    padding: 40px;
    background: white; /* For browsers that do not support gradients */        
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7), 0 12px 24px 0 rgba(0, 0, 0, 0.7);
	border-radius: 25px;
}
@media (max-width:800px)
{
	div.mainframe {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
}

.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}


h1 {
	font-family: 'Oleo Script';
	font-size: 2em;
}
@media (max-width:800px)
{
	h1 {
		font-family: 'Oleo Script';
		font-size: 1.7em;
	}
}

h2 {
	font-family: 'Oleo Script';
}
@media (max-width:800px)
{
	h1 {
		font-family: 'Oleo Script';
		font-size: 1.5em;
	}
}

.mainHeader {
	color: white;
	font-family: 'Oleo Script';
	text-align: center;
	line-height: 0.2;
	text-shadow: 4px 4px 8px #000000;
}

div.mainHeader {
	padding-bottom:20px;
}

text.center {
	display: block;
	text-align: center;
}

.topnav {
	font-family: 'Oleo Script';
}

div.topnav {
	background-color: #333;
}

ul.topnav {
    list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px){
    ul.topnav li.right, 
    ul.topnav li {float: none;}
}

iframe {
	width: 
}
