@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    background-color: #eee;

}
h1{color: blue;}

p{color: red;}

.logo{
    display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.header{
	width: 100%;
		border-bottom: 1px solid;
	border-bottom-color: #DDDDDD;
}
.menu{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
}
.menuoption{
	float: left;
	font-family: "Garamond", Times, serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.menulink{
	display: block;
	#position: absolute;
	width: 150%;
	height: 100%;
	text-align: center;
	left: 0;
	text-decoration: none;
	z-index: 0;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=1);
	
}
ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	background-color: #333;	
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	
}
html{
	scroll-behavior: smooth;
}
li{
	float: left;
}
li a{
	display: block;
	padding: 8px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 30px 30px;
	text-decoration: none;
	font-family: "Garamond", Times, serif;
}
li a:hover{
	color: #bbb;
}
.welcomeholder{
	height: 300px;
	border-bottom: 1px solid #dddddd;
}
.welcometext{
	text-align: center;
	padding-top: 140px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.welcome1{
	font-family: serif;
}
.welcome2{
	font-family: sans-serif;
}
.content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dddddd;
	background-color: #fff;
	margin-top: 50px;
	position: relative;
}
.column1{
	
	width: 40%;
	float: left;
	padding: 5%
}
.column2{
width: 40%;
	float: left;
	padding: 5%;
}
.content:after {
	content: "";
	display: table;
	clear: both;
}
.contentheader{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	
}
.pagebreak{
	width: 100%;
	background-color: #fff;
	height: 300px;
}
.content2{
	width:1000px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.regs{
	width: 100%;
	background-color: #fff;
	font-family: sans-serif;
	text-align: center;
	padding: 20px;
	
}

.footer{
	background-color: #bc9b5d;
}
.content2:after {
	content: "";
	display: table;
	clear: both;
}

body {
  margin: 0;
  padding: 0;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 7px 10px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
	text-decoration: none;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}