/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

body{
	margin: 10px;
	background: #3333;
	align-items: center;
	justify-content: center;
}
header {
	background: #fff;
}
header img {
	display: block;
	width: auto;
	height: 128px;
}
main{
	margin-left: 20px;
	margin-right: 20px;
}

h1{
	font-family: 'Salsa', cursive;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

h2{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 14px;
	margin-right: 14px;
}

p{
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 14px;
	margin-right: 14px;
}

/* figure for images with caption */

.promo {
	background: #fff;
}

figure {
	background: #023020;
	padding: 6px;
	color: #fff;
	width: 100%;
	max-width: 400px;
	margin: 12px;
}
figure img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
figcaption strong {
	text-align: center;
	display: block;
}


.navbar ul{
	list-style-type: none;
	background-color: #023020;
	margin-left: 15px;
	margin: 0px;
	overflow: hidden;
}

.navbar a{
	color: #ffffff;
	text-decoration: none;
	padding: 15px;
	display: block;
	text-align: center;
}

.navbar a:hover{
	background-color: #000000;
}

.navbar li{
	float: left;
}

*{
	margin: 0;
	padding: 0;
}

.container
{
	column-count: 2;
	text-align: justify;
}

img{
/*	margin-left: 14px;*/
}

iframe{
	margin: 14px;
}

table{
	margin-left: 24px;
}




/*media queries*/


@media (min-width: 680px) {

	.promo {
		display: flow-root;
	}
	.promo figure {
		width: 45%;
		height: auto;
		margin-right: 2%;
		float: left;
	}


}



@media (min-width: 1200px) {

	.promo {
		display: flow-root;
	}
	.promo figure {
		width: 30%;
		height: auto;
		margin-right: 2%;
		float: left;
	}


}

@media (min-width: 1400px) {

	.promo {
		display: flow-root;
	}
	.promo figure {
		width: 23%;
		height: auto;
		margin-right: 1%;
		float: left;
	}


}