﻿html {
	overflow-y: scroll;
}

#container {
	position: static;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom:3em;
	padding-bottom: 3em;
	max-width: 850px;
	width: 100%;
	min-width: 850px;
	border-width: 1px;
	background-color: rgba(255,255,255,0.0);
}

#galleryimage {
	margin: 5px;
	width:202px;
	height: 152px;
	background-color: white;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	color:white;
	background-color: #CCCCCC;
	background-image: radial-gradient(circle at 40%, rgb(68,130,116) 20%, rgb(14,56,70) 80%);
	
}

h1 { /* Content headline */
	font-weight: normal;
	font-size: 2.7em;
	display:inline;
}

h2 { /* Content headline */
	font-weight: normal;
	font-size: 1.5em;
	line-height: 140%;
	display:inline;
}

h3 { /* Item Label */
	font-size: 1.25em;
	display: inline;
	font-weight: bold;
}
h4 { /* Item Label */
	font-size: 1.15em;
	display: inline;
	font-weight: normal;
}

a {
	/*color: #606060;*/
	color: black;
}

hr { 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style: solid;
	color:white;
    border-width: 0.1em;
}


img{
	border: none;
}

button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	width: 250px;
    margin: 4px 2px;
}


