* {
  box-sizing: border-box;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}

.backgroundimage {
  background-image:
}

.video-container {
	position: fixed;
	right:0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.logobox {
	font-family: calder-dark, sans-serif;
	color: white;
	position: fixed;
	font-size: 4em;
	left: 5%;
	top: 20%;
	text-align: left;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 10px;
	z-index: 10;
}

.logobox:hover {
	cursor: pointer;
}

.columnLeft {
  	float: left;
	position: fixed;
  	width: 25%;
	top: 50%;
	left: 5%;
	height: 100px;
	z-index: 10;
}

.columnRight {
	float: left;
	position: absolute;
	width: 55%;
	left: 35%;
	top: 40%;
	height: 100px;
	z-index: 10;
}

.hie_middle {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px black;
  color: rgb(170,0,0);
  font-family: "Goudy Old Style", Garamond, serif;
  font-size: 1.6em;
  font-weight: bolder;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

p {
	font-family: calder-lc, sans-serif;
	color: white;
	z-index: 10;
	line-height: 30px;
}

p1 {
	font-family: calder-lc, sans-serif;
	color: white;
	z-index: 10;
	line-height: 30px;
	font-size: 2em;
}

h2 {
	color: white;
	font-family: calder-dark, sans-serif;
	font-size: 3em;
}

h3 {
	color: white;
	font-family: calder-dark, sans-serif;
	font-size: 1.4em;
}

ul {
	font-size: 1.6em;
	color: white;
	font-family: calder-dark-grit, sans-serif;
}

li {
	padding: 2px;
	margin-bottom: 20px;
	transition: .5s;
}

li:hover {
	text-shadow: 1px 1px 3px white;
	transition: .5s;
	letter-spacing: 2px;
	cursor: pointer;
}

.box {
	background-color: rgba(80,80,80,0.48);
	display: inline-block;
	padding: 5px 10px;
	border-style: solid;
	border-color: rgba(255,255,255,0.51);
	border-width: 1px;
}

.selectedborder {
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.imgcontainer {
	display: inline-block;
	padding: 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	background-color: rgba(80,80,80,0.48);
}

.spacer {
	width: 30px;
	display: inline-block;
}
