@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body

{
	
	background-color: #c7edff;
	background: linear-gradient(90deg,rgba(199, 237, 255, 0.52) 0%, rgba(245, 246, 255, 1) 100%);
	font-size: 10.5pt;
	font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .gallery-item {
    width: calc(50% - 20px);

  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: calc(100% - 20px);

  }
}

div { margin:0px; padding: 0px;}

h3
{
	position: relative;
	font-size: 15pt;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.7em;
	font-size: inherit;
	display: inline-block;
}

h2
{
	position: relative;
	font-size: 15pt;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.7em;
	font-size: inherit;
	display: inline-block;
}


nav
{
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px dashed grey;
	padding-top: 0.5em;
	border-radius: 25px;
}

#toppic
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	display: block;
}

h1
{
	font-size: 24pt;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 0px;
	color: white;
	font-size: inherit;
}

small
{
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
}

footer
{
	margin-left:1em;
	margin-right:1em;
	margin-top: 6em;
}

#content
{
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFF;
	border-radius: 25px;
	background: #133C55;
	background: linear-gradient(180deg,rgba(19, 60, 85, 1) 0%, rgba(56, 111, 164, 1) 99%);
	
}

#text
{
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	color: white;
}

.right
{
	float: right;
	margin-left: 0.7em;
	border: 4px solid black;
}

.left
{
	float: left;
	margin-right: 0.7em;
	border: 4px solid black;
}
.column {
width:400px;
float: initial;

}