/* your styles go here */
.footerbkg  {
	
	background-color: #00050b;
}
	.menubkg {
		
		background-color: #008297;
		
	}
.reservationbkg {
	background-color: #0a8927;
}

.footerlink 

a {
	color: #72f7df
	
}



img {
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px;
	margin: 5px 5px 5px 5px;
}

.tempshadow {
	text-shadow: 4px 4px #5e5655;
}



.hero {
  background: url(../images/gifs/_WGL6846-copy.gif);
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main  {
	
	height: 100vh;	
	
}

.hope {
	
	height: 100%;
	
}

div.fixed {
	position: fixed;
	top: 10px;
	left: 250px;
	
}
.bold
	a {
		font-weight: bold;
		
			
		}
	
		.textcolor
a {
color: white;
	
	

	
	
}

a {
  color: #01755c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #348e7b;
  text-decoration: underline;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;

}

h1,
.h1{ 
	font-size: 5rem;
		text-shadow: 4px 4px #5e5655;
	
}
h2,
.h2 {
  font-size: 2.5rem;
	
}

h3,
.h3 {
  font-size: 2rem;
text-shadow: 3px 3px #5e5655;	
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}


div.relative {
			
			position: relative;
			bottom: -380px;
		}
	



