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 550px;
  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;
  right: 5%;
  width: 110%;
  height: 50px;
  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: 83px;
  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: 10px;
  left: 2%;
  width: 395px;
  height: 60px;
  box-sizing: border-box;
}
.headlinecolumn {
  width: 85px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.headlinerowshort {
  width: 100%;
  height: 5px;
  box-sizing: border-box;
}
.headlinerowlong {
  width: 225px;
  height: 5px;
  box-sizing: border-box;
}
.headlinecenter {
  width: 225px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.headlinecontent {
  width: 225px;
  height: 30px;
  background-color: #252525;
}
.headlinepixel {
  width: 5px;
  height: 5px;
  background-color: #252525;
  float: left;
}
.headlinepixeloff {
  width: 5px;
  height: 5px;
  float: left;
}
.title {
  position: relative;
  top: 5%;
  left: 3%;
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 25px;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 2px;

}
.linkbar {
  position: relative;
  width: 550px;
  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: 3px;
  font-size: 20px;
  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: 409px;
	width: 100%;
  margin: 0 0 12px 0;
  z-index: 2;
}
/*This is for index animation*/
.slideshow {
  position: relative;
  top: 25px;
  overflow: hidden;
  width: 100%;
  height: 359px;
  margin: 0;
}
.slide-wrapper {
  width: 4800px;
  margin: 0;
  animation: slide 25s linear infinite;
}
.slide {
  float: left;
  width: 400px;
  border-radius: 10px;
  margin: 0;
}
@keyframes slide {
  0% {margin-left: 0px;}
  100% {margin-left: -2400px;}
}
.gallerysection {
  position: relative;
  height: 400px;
  margin: 0;
}
.carousel-container {
  position: relative;
  height: 100%;
  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: 80%;
}
.carousel-horizontal img {
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
  margin-top: 0px;
  margin-right: 8px;
  height: 100%;
  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: 79px;
}
.thumb-container {
  position: relative;
  left: 5%;
  height: 54px;
  width: 90%;
  overflow-x: auto;
  display: flex;
  flex: 1 0 30%;
}
.thumb-container img {
  margin: 5px 5px 0 0;
  height: 44px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #111111;
}
.aboutcontainer {
  position: relative;
  top: 5%;
  height: 90%;
  width: 500px;
  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: 10px;
  font-size: 13px;
  line-height: 13px;
  text-indent: 13px;
  color: #BBBBBB;
  text-align: left;
  margin: 0;
}
.aboutbiofirstline {
  text-indent: 32px;
}
.contact {
  top: 19px;
  color: #CCCCCC;
  text-align: center;
  text-indent: 0px;
  text-shadow: 1px 1px 0px #000000, 2px 2px 0px #cc99ff;
}
.aboutcolumn {
  height: 100%;
  width: 50%;
  float: left;
}
.article {
  position: relative;
  right: 5%;
  width: 110%;
  height: 50px;
  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;
  width: 100%;
  top: 0;
}
.icons {
  position: absolute;
  top: 1em;
  right: 1em;
}
.iconsoverlay {
  position: absolute;
  top: 1em;
  right: 1em;
}
.quote {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  color: #333333;
  font-weight: 800;
  text-align: center;
}

img.slides {
  width: 400px;
  margin: 0;
}
img.biopic {
  position: relative;
  top: 14%;
  left: 28%;
  height: 75%;
  width: auto;
  border-radius: 20%;
  box-shadow: 3px 3px 15px #BBBBBB, -3px -3px 15px #BBBBBB;
}
img.logo {
  height: 200px;
}
a.titlelink {
  color: #CCCCCC;
  text-shadow: -5px 0px 5px #cc99ff, 3px 3px 0px #000000;
  text-decoration: none;
	transition: all 0.5s;
}
a.titlelink:hover {
  text-shadow: -3px 0px 3px #cc99ff, 2px 2px 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;
}
