@charset "utf-8";
/* CSS Document */
html, body, h1, p, ul {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 10vh;
}

html{
  width: 100%;
  height: 100%;
  background-image: url("../images/lanternbig.jpg");
  background-repeat: repeat;
  background-size: cover;
}
#logo {
	width: 9%;
	padding: 3px;
	position: absolute;
	margin-left: 52px;
	margin-top: 18px;
}
.container{
display: flex;
align-items:center;
justify-content: center;
float: right;
padding-right: 10px;
postion: relative; 
}
nav{
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	height: 79px; 
	text-align: center;
	transition: 1s;
	z-index: 100000; 
}

nav a {
	display: inline-block;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 5px black;
	text-decoration: none;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 69px;
	padding-bottom: 101px;
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Merriweather Sans', sans-serif;
}


nav a:hover, nav a:active, nav a:focus {
color: rgba(216,140,76,1.00);
text-decoration: none;
transition: 1s;
}


nav a:hover, nav a:active, nav a:focus {
color: rgba(198,135,8,1.00);
text-decoration: none;
display: block;
transition: 1s;
}



.dropdown-container:hover .dropdown-one {
visibility: visible; 
}

.dropdown-one {
	display: block;
	width: 100px; 
	position: absolute; 
	visibility: hidden; 
	top: 60%;
	margin-top: 23px;
	margin-right: -24px;
	margin-left: -24px;
	margin-bottom: -4px;
	padding: 0;
	list-style-type: none;
	list-style-image: none; /* I hope you change this one. Lol! */
}

.dropdown-one li {
display: block;
}

.dropdown-one li a {
display: block;
float: none; /* Make sure the buttons stacked vertically. */
width: 150px; /* A size that seemed to fit the content best. Adjust as needed. */
}

h1{
	padding-top: 315px;
	color: white;
	top: 312px;
	left: 87px;
	font-size: 7.5em;
	z-index: 1;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-shadow: 2px 5px 5px black;
}
.center{
	text-shadow: 2px 3px 9px black;
	font-family: "proxima-nova", sans-serif;
	color: white;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 16px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.button a{
	font-size: 2rem;
	padding-top: 2.3rem;
	padding-right: 1.3rem;
	padding-left: 171px;
	padding-bottom: 1.3rem;
	font-family: "proxima-nova", sans-serif;
	color: #ffffff;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	align-items: center;
	padding-left: 171px;
	text-shadow: 2px 5px 5px black;
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 4rem;
  }

}

@font-face{
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
}
@font-face{ 
font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
}