@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
body {
	padding: 0;
	margin: 0;
	font-family: Delius;
	font-size: 12pt
}

#logo {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px #a27500 solid;
}
#logo img {
	width: 100%;
	display: block;
}
#menu {
	display: block;
	width: 100%;
	height: 30px;
	background: black;
}

#main {
	display: block;
	text-align: center;
	height: calc(100% - 60px);
	width: 95%;
	margin: auto;
	padding-bottom: 23px;
}
#footer {
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    background: black;
}
#footer p {
    color: grey;
    padding: 0;
    margin: 0;
    text-align: right;
}
.topdesc {
	display: block;
	width: 80%;
	margin: auto;
}
.bottomdesc {
	display: inline-block;
	padding-top: 1em;
	width: 80%;
}
.left {
	float: left;
	width: 55%;
}
.right {
	float: left;
	width: 45%;
}
.right img {
	width: 95%;
}
.right iframe {
	width: 95%;
	height: 250px;
}
.fishdesc {
	border-collapse: collapse;
	width: 85%;
	border: 1px grey solid;
}
.fishdesc td {
	border: 1px grey solid;
	margin: 0;
	padding: 0.5em 1em;
	text-align: left;
	line-height: 1.5em;
}
.fishdesc td:first-child {
	font-weight: bold;
	width: 30%;
}
