﻿.header1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: x-large;
}
.header2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
a:link {
	color: #0269E8;
}
a:visited {
	color: #0269E8;
}
.nav-buttons {
	display: flex;
	justify-content: center;
}
.nav-buttons td {
	padding: 0 5px;
}
#vlightbox1 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
@media screen and (max-width: 600px) {
	.nav-buttons td:nth-child(even) {
		display:none;
	}
	.nav-buttons td:nth-child(odd) {
		padding: 0 15px;
	}
	.header img, p > img {
		max-width: 100%;
		max-height: 100%;
	}
	.header1 {
		font-size: medium;
	}
	.header2 {
		font-size: smaller;
	}
	p iframe {
		width: 100%;
	}
}
