body {
	color: #000000;
	background: white;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}

img {
	display: block;
	padding: 0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	border: thin outset;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	border-radius: 2%;
}

a {
	text-decoration: none;
	padding:0px 10px 0px 10px;
	color : black;
	background: white;
	border-radius: 5%;
}

* a:hover {
	color : white;
	background: black;
}

nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

nav li {
	display: inline-block;
	float: center;
	margin: 0px 10px 0px 10px;
}

nav li a {
	color : white;
	background: black;
	border-radius: 5%;
	padding:0px 10px 0px 10px;
}

nav li a:hover {
	color : black;
	background: white;
}

video {
	width: 100%;
	border-radius: 2%;
}


.video-container {
	position: relative;
	width: 100%;
	height: 0%;
	padding-bottom: 56%;
}

.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.image-container-flex {
	display: flex;
}

.image-text-flex {
	position: absolute;
	margin: auto;
}

.image-container {
	position: relative;
}

.image-text-centred {
	position: absolute;
	top: 5%;
	width: 100%;
}

.image-text-centred a {
	color: white;
	background: black;
	background: rgba(0, 0, 0, 0.5);
}

.image-text-centred a:hover {
	color: white;
	background: black;
}

.myheader, .myfooter {
	background: black;
	color: white;
	padding: 10px;
}

.section1 {
	background: #F0F0F0;
	padding: 10px;
}

.section2 {
	background: white;
	padding: 10px;
}

.section2 p > a {
	background: #F0F0F0;
}

.section2 p > a:hover {
	background: black;
}

.nw {
	white-space: nowrap;
}
