body {
	font-family: 'Odibee Sans', serif;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	height: 100%;
}

header {
	background-color: black; /*orange*/
	position: relative;
/*	top: 10px;*/
	height: 130px;
}

.RemoveStyle{
	text-decoration: none;
	color: white;
}

#siteTitle {
/*	background-color: pink;*/
	height: 70px;
	width: 800px;
	margin: 0px;
	color: white;
	position: absolute;
	top: 30px;
	left: 100px;
	font-size: 4em;
/*	display: inline-block;*/
}

#siteTitle:hover {
	color: #E48B22;
}

#leftEye {
	width: 100px;
	position: relative;
	left: 0%;
	display: inline-block;
}

#rightEye { 
	width: 100px;
	position: absolute;
	left: 840px;
	top:0px;
	/*left: 56%;*/
	display: inline-block;
	/*float: right;*/
}


.info-holder {
	text-align: center;
	margin-top: 10px;
/*	display: flex;*/

}

.infoBoxes {
	position: relative;
	left:35px;
	display: inline;
	top:80px;
	margin-left: 10px;
	margin-right: 10px
	
}

#desc-main {
/*	background-color: orange;*/
	font-size: 2em;
}

.iconSize {
	width: 40px;
	margin-right:15px;
	float: right; /*this gets them to go to the right*/
}


#socialMedia {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
	min-width: 1200px;
}

#pageVideo {
	display: inline;
	position: relative;
	float: right;
  	margin-right: 10px;
  	width: 60%;
  	margin-top: 40px;
  	margin-left: 80px;

}

nav {
	width: 100%;
	min-width: 1100px;
	background-color: white; /*orange
	position: relative;
	/*top: 20px;*/
	display: block;
	height: 40px;
	border-top: 5px #E48B22;
	margin-top: 1.5px;
	text-align: center;
	margin-bottom: 5px;

}


nav li {
	color: #E48B22;
	text-align: center;
	background-color: black ;
	width: 33%;
	display: inline-block;
	line-height: 40px;
	margin: 0 0px;
	margin-left: 0px;
/*	float: center;*/
	font-size: 1.75em;
	border: #E48B22;
	border-radius: 2px;
	border-color: #E48B22;
	margin-top: 2px;
	margin-bottom: 5px;
	/*padding-top: 10px;*/
}

li:hover {
	background-color: #E48B22;
	color: white;
}

.clear {
	clear: both; /*stops further divs from floating */
}


.footerText {
	line-height: 50px;
	margin: 0px;
}

footer {
	width: 100%;
	/*position: relative;*/
	background-color: black;
	color: white;
	text-align: center;
	position: fixed;
 	left: 0;
 	bottom: 0;
 	width: 100%;
}

#PageDisplay {
	display: flex-center;
	background-color: white;
	width: 100%;
	min-width: 1000px;
	flex-direction: row;
	margin-bottom: 100px;
}


/*FOR THE SLIDESHOW*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 415px;
  position: relative;
  margin: auto;
  margin-top: 40px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slide_text {
  color: white;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: #E48B22;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*FOR THE REVIEWS PAGE*/

.star {
	position:relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	/*left: 300px;*/
	top: 100px;

/*	display: flex;*/
	justify-content: space-between;
}

.ReviewBoxes {
	width:200px;
	position: relative;
	display: inline-block;
	top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}

/*FOR THE ABOUT PAGE*/

#desc-about {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #E48B22;
	font-size: 1.5em;
	width:30%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	justify-content: center;

}
