
* {
  margin: 0;
  box-sizing: border-box;
  color: #EAEAEA
}

.body {
  font-family: "Didact Gothic";
  font-size: 30px;
  color: #dedede;
  padding-left: 15%; 
  padding-top: 15px;
  padding-right: 15%;
  padding-bottom: 140px;
  line-height: normal;
  text-align: center;
} 



.intro {
  height: 100vh;
}

.title h1 {
	font-family: "Cinzel";
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 50px;
	color: #EAEAEA
}

.title2 h1 {
	font-family: "Cinzel";
	padding-top: 100px;
	padding-left: 20px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 70px;
	font-size: 7.2vw;
	color: #EAEAEA;
	bottom: 5px;
}


.contact h1 {
	font-family: "Caveat";
	padding-top: 100px;
	padding-left: 20px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 50px;
	color: #EAEAEA
}

.intro video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slogan h1 {
	font-family: "Caveat";
	padding-bottom: 0px;
	padding-left: 250px;
	float: left;
	text-align: left;
	font-size: 20px;
	color: rgba(23,172,0,1.00)
		
}

.gallerynames h1 {
	font-family: "Caveat";
	padding-top: 5px;
	float: none;
	text-align: center;
	font-size: 30px;
	color: #eaeaea;
		
}

.topphone {
	font-family: "Didact Gothic";
	padding-bottom: 10px;
	padding-right: 28px;
	float: top;
	text-align: right;
	font-size: 28px;
	color: rgba(23,172,0,1.00);
		
}



section {
  height: 100vh;
  color: white;
}

section h1 {
  padding-top: 300px;
  text-align: center;
  font-size: 80px;
  color: white;
}
section h4 {
  padding-top: 300px;
  text-align: center;
  font-size: 80px;
  color: white;
}
body {background-color: #151515;}
     

.bottominfo {
  font-family: "Didact Gothic";
  font-size: 20px;
  color: #dedede;
  padding-left: 5px; 
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.bottominfo2 {
  font-family: "Didact Gothic";
  font-size: 20px;
  color: #dedede;
  padding-left: 5px; 
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.padding {
	
	padding-right: 30px;
}