html {
  /*background-image: linear-gradient(to right bottom, #000033, #663399, #000033);*/
  /*background-color: #f1e4fe;*/
  background-color: #333333;
  background-image: linear-gradient(to left, #333333, #111111);
  background-size: cover;
  -webkit-background-size: cover;
  overflow-x: hidden;
}
body {
  background-image: url("../img/graphics/viewcamlarge.png");
  background-size: auto 1200px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  overflow-x: hidden;
	font-family: 'Germania One', system-ui;
  font-weight: 400;
	font-size: 1em;
	color: #CCCCCC;
  margin: 0;
}
nav {
  position: relative;
  left: -5%;
  width: 110%;
  height: 75px;
  background-image: radial-gradient(ellipse, #444444, #333333, #222222 70%);
  background-color: #222222;
  /*background-color: #37006f;*/
  border-top: 1px solid #cc99ff;
  border-bottom: 1px solid #cc99ff;
  box-shadow: inset 0px 0px 15px #cc99ff;
  box-sizing: border-box;
  overflow-x: hidden;
}
.headlinecontainer {
  position: relative;
  height: 175px;
  width: 100%;
  margin: 0 auto 0 auto;
}
/*.headline {
  position: relative;
  top: 22.5%;
  left: 3%;
  height: 55%;
  width: 800px;
  background-color: #333333;
  border-radius: 50px;
  border: 1px solid #cc99ff;
  box-shadow:  inset 0px 0px 10px #cc99ff;
  box-sizing: border-box;
  display: flex;
  margin: 0;
}*/
.headline {
  position: relative;
  float: left;
  top: 27.5px;
  left: 4%;
  width: 790px;
  height: 120px;
  box-sizing: border-box;
}
.headlinecolumn {
  width: 170px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.headlinerowshort {
  width: 100%;
  height: 10px;
  box-sizing: border-box;
}
.headlinerowlong {
  width: 450px;
  height: 10px;
  box-sizing: border-box;
}
.headlinecenter {
  width: 450px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.headlinecontent {
  width: 450px;
  height: 60px;
  background-color: #252525;
}
.headlinepixel {
  width: 10px;
  height: 10px;
  background-color: #252525;
  float: left;
}
.headlinepixeloff {
  width: 10px;
  height: 10px;
  float: left;
}
.title {
  position: relative;
  top: 5%;
  left: 6px;
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 55px;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 2px;

}
.linkbar {
  position: relative;
  width: 1050px;
  top: 15%;
  height: 70%;
  margin: 0 auto 0 auto;
}
.linkdiv, .linkdivcurrent {
  position: relative;
  width: 20%;
  height: 100%;
  background-color: #AAAAAA;
  /*background-color: #f1e4fe;*/
  float: left;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #cc99ff;
  box-shadow: inset 0px 0px 5px #cc99ff;
  box-sizing: border-box;
  margin-left: 4%;
  transition: 1s;
}
.linkdiv:hover {
  background-color: #EEEEEE;
  box-shadow: inset 0px 0px 15px #cc99ff;
  box-shadow: 0px 0px 5px #EEEEEE;
  transition: 1s;
}
.linkdivcurrent {
  background-color: #EEEEEE;
  box-shadow: inset 0px 0px 15px #cc99ff;
  box-shadow: 0px 0px 5px #EEEEEE;
}
.link {
  position: relative;
  top: 8px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-style: normal;
  color: #333333;
  text-shadow: 1px 1px #222222;
  transition: all 0.5s;
  margin: 0;
}
.section {
  /*background-color: #f1e4fe;*/
  position: relative;
  height: 818px;
	width: 100%;
  margin: 0 0 12px 0;
  z-index: 2;
}
.slideshow {
  position: relative;
  top: 50px;
  overflow: hidden;
  width: 100%;
  height: 718px;
  margin: 0;
}
.slide-wrapper {
  width: 9600px;
  margin: 0;
  animation: slide 25s linear infinite;
}
.slide {
  float: left;
  width: 800px;
  border-radius: 10px;
  margin: 0;
}
@keyframes slide {
  0% {margin-left: 0px;}
  100% {margin-left: -4800px;}
}
.gallerysection {
  position: relative;
  height: 850px;
  margin: 0;
}
.carousel-container {
  position: relative;
  top: 30px;
  height: 800px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  scroll-snap-type: x mandatory;
}
.carousel-horizontal {
  flex: 1 0 30%;
  aspect-ratio: 1;
  display: flex;
  height: 100%;
}
.carousel-horizontal img {
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
  margin-top: 10px;
  margin-right: 8px;
  height: 96%;
  width: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #111111;
}
.carousel-horizontal img:first-child {
  margin-left: 300px;
}
.carousel-horizontal img:last-child {
  margin-right: 300px;
}
.gallerynavsection {
  position: relative;
  height: 134px;
}
.thumb-container {
  position: relative;
  left: 5%;
  height: 84px;
  width: 90%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex: 1 0 30%;
}
.thumb-container img {
  margin: 0 5px 0 0;
  height: 74px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #111111;
}
.aboutcontainer {
  position: relative;
  top: 5%;
  height: 90%;
  width: 1000px;
  margin: 0 auto 0 auto;
  background-color: rgb(0, 0, 0, .5);
  border-radius: 20px;
}
.aboutmargin, .aboutrow, .aboutbiopic, .aboutcontent, .aboutcolumn, .aboutstatrow, .aboutstatrowleft, .aboutstatrowright {
  position: relative;
  box-sizing: border-box;
}
.aboutmargin {
  top: 5%;
  height: 90%;
  width: 100%;
}
.aboutrow {
  height: 50%;
  width: 100%;
}
.aboutbiopic {
  height: 100%;
  width: 35%;
  float: left;
}
.aboutcontent {
  height: 100%;
  width: 65%;
  float: left;
}
.aboutstatrow, .aboutstatrowleft, .aboutstatrowright, .aboutstatrowbottom {
  position: relative;
  height: 20%;
  width: 80%;
  border-bottom: 1pt dotted #cc99ff;
}
.aboutstatrow {
  left: 6.5%;
  width: 87%;
}
.aboutstatrowleft {
  left: 20%;
  border-right: 1pt solid #CCCCCC;
}
.aboutstatrowright {
  float: right;
  right: 20%;
}
.aboutstatrowbottom {
  width: 100%;
  border: none;
}
.aboutstat, .aboutbiofirstline, .aboutbio, .contact {
  position: relative;
  top: 17px;
  font-size: 25px;
  line-height: 25px;
  text-indent: 25px;
  color: #BBBBBB;
  text-align: left;
  margin: 0;
}
.aboutbiofirstline {
  text-indent: 75px;
}
.contact {
  top: 34px;
  color: #CCCCCC;
  text-align: center;
  text-indent: 0px;
  text-shadow: 2px 2px 0px #000000, 3px 3px 0px #cc99ff;
}
.aboutcolumn {
  height: 100%;
  width: 50%;
  float: left;
}
.article {
  position: relative;
  right: 5%;
  width: 110%;
  height: 75px;
  background-color: #222222;
  box-shadow: inset 0px 0px 15px #cc99ff;
  border-top: 1px solid #cc99FF;
  box-sizing: border-box;
  overflow-x: hidden;
}
.articlebox {
  position: relative;
  top: 15%;
	height: 70%;
	width: 250px;
  background-color: #AAAAAA;
  border: 1pt solid #cc99ff;
  border-radius: 50px;
  box-shadow: inset 0px 0px 15px #cc99ff;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.articlecontainer {
  position: relative;
  height: 70%;
  width: 100%;
  top: 15%;
}
.quote {
  position: relative;
  font-size: 22px;
  line-height: 18px;
  margin: 0;
  color: #333333;
  font-weight: 800;
  text-align: center;
}

img.slides {
  width: 800px;
  margin: 0;
}
img.biopic {
  position: relative;
  top: 14%;
  left: 27%;
  height: 75%;
  width: auto;
  border-radius: 25%;
  box-shadow: 3px 3px 25px #BBBBBB, -3px -3px 25px #BBBBBB;
}
img.logo {
  height: 200px;
}
a.titlelink {
  color: #CCCCCC;
  text-shadow: -10px 0px 10px #cc99ff, 5px 5px 0px #000000;
  text-decoration: none;
	transition: all 0.5s;
}
a.titlelink:hover {
  text-shadow: -5px 0px 5px #cc99ff, 3px 3px 0px #000000;
	text-decoration: none;
	transition: all 0.5s;
}
a {
  text-decoration: none;
}
a.navlink:hover {
  color: #37006f;
  text-decoration: none;
  transition: all 0.5s;
}
