* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

/* TYPOGRAPHY */

@font-face{
	font-family:raleway-regular;
	src: url('../fonts/raleway-regular.ttf');
}

@font-face{
	font-family:archer-book;
	src: url('../fonts/archer-book.otf');
}

@font-face{
	font-family:grand-hotel;
	src: url('../fonts/grand-hotel-regular.otf');
}

body{
	background-color:white;
}

h1{
	display: block;
	position: absolute;
	top: 30vw;
	left: 10vw;
	bottom: 0vw;
	right: 10vw;
	color:#E9E4C5;
	font-family:grand-hotel;
	font-size: 10vw;
	line-height: 1;
	text-align: center;
}

h2{
	color:#bd3321;
	font-family:grand-hotel;
	font-size: 2vw;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: center;
}


h3{
	color:#bd3321;
	font-family:grand-hotel;
	font-size: 4vw;
	line-height: 1;
	padding-top:5vw;
	padding-bottom:3vw;
}

section{
	height: 100%;
	float: left;
}

article{
	float: left;
	width: 100%;
	height: 100%;
}

figure{
	width: 100%;
	height: 100%;
	float: left;
}

/* HEADER */

header {
	background: black;
	text-align: center;
	position: fixed;
	height:10vw;
	width:100%;
	z-index:100;
}

/* ICONS AND LOGO */

#social-media {
	position:fixed;
	margin-left:82vw;
	margin-top:0.3vw;
	width:20vw;
	height:3vw;
	z-index:100;
}

.social-media-links {
	text-decoration:none;
}

.icons {
	width:2.25vw;
	transition:transform 0.5s;
		-moz-transition:transform 0.5s;
		-o-transition:transform 0.5s;
		-ms-transition:transform 0.5s;
		-webkit-transition:transform 0.5s;
}

.icons:hover {
	transform:scale(1.25);
		-moz-transform:scale(1.25);
		-o-transform:scale(1.25);
		-ms-transform:scale(1.25);
		-webkit-transform:scale(1.25);
}

#logo {
	width:10vw;
	padding-left:3vw;
	padding-right:3vw;
	animation-name:fade-in;
	animation-duration:2s;
}

/* NAV LINKS AND IMAGES */

.nav-item{
	font-size:2.5vw;
}

li{
	display:inline;
	padding-left:5vw;
	padding-right:5vw;
}

#nav{
	text-align:center;
	color: white;
	font-family:"grand-hotel";
	position:fixed;
	height: 12vh;
}

#nav img{
	vertical-align:middle;
}

#nav a:hover {
	color:#8EBC9E;
}

a:visited {
	color:#E9E4C5;
}

.container{
	text-align: center;
	color:#E9E4C5;
	width: 100%;
	box-sizing:border-box;
}

.container-top{
	width: 100%;
	margin-top: 7vw;
	text-align: center;
}

.img {
	width:100%;
	height: auto;
	margin: 0 auto;
	display:block;
	background-size: cover;
	overflow: hidden;
	}

.fotorama{
	width:100%;
	height: auto;
	margin: 0 auto;
	display:block;
	background-size: cover;
	background-color: black;
	overflow: hidden;
	z-index:100;
	}

/* ANIMATION */

@keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

	.fade-in{
		animation-name: fade-in;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}

/* MENU */

#row-one{
	width: 90%;
	height: 100%;
	margin-top:1vw;
}

#row-two{
	width: 90%;
	height: 100%;
	float: left;
}

#row-three{
	width: 90%;
	height: 100%;
	float: left;
	margin-bottom:7vw;
}

p{
	line-height:1.3;
}

#column-left{
	font-family:raleway-regular;
	color:black;
	font-size:1.1vw;
	text-align:left;
	padding-top:2vw;
	width:40%;
	display:block;
	margin-left: 8vw;
}

#column-right{
	font-family:raleway-regular;
	color:black;
	font-size:1.1vw;
	text-align:left;
	padding-top:2vw;
	width:40%;
	margin-left: 8vw;
}

/* ABOUT */

#about{
	padding: 0vw 20vw 5vw 20vw;
}

.about-line{
	font-family:raleway-regular;
	color:black;
	float:left;
	margin-top: 0.7vw;
	margin-bottom: 2vw;
}

/* FOOTER */

footer {
	background: black;
	margin: 0;
	color: white;
	padding: 5em 0 20em 0;
	font-size:1.1vw;
	font-family:raleway-regular;
	clear:left;
}

footer h2{
	margin-bottom: 0.7vw;
	padding: 0;
	line-height: 1;
}

footer ul{
	padding: 0;
	list-style: none;
}

footer ul li{
	text-decoration: none;
	font-family:raleway-regular;
}

.info{
	width: 33.3333%;
	height: 100%;
	float: left;
	text-align: center;
	padding-top:1vw;
}

.info-line{
	padding-top:0.3vw;
	font-family:raleway-regular;
	color:white;
	float:left;
	text-align:center;
}

#info-line{
	padding-top:0.3vw;
	font-family:raleway-regular;
	color:black;
	float:left;
	text-align:center;
}

.info-line a{
	text-align:center;
	color:white;
}

.info-line a:hover{
	color:#8EBC9E;
}

/* MAP */

#map{
	width:100%;
	height:40vw;
}

/* USER INPUT FORM LABELS */

form{
	max-width:20vw;
	margin: 4vw auto 3vw auto;
}

.input {
  color:black;
  font-family:"raleway-regular", sans-serif;
  font-size: 1vw;
  border-radius: 10px;
  line-height: 1vw;
  background-color: #EAE4C4;
  border:1px solid white;
  padding: 1vw;
  margin-bottom: 0.5vw;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.input:focus { 
	border:2px solid #B98E1E; 
}

[type="subscribe"] {
  font-family:"raleway-regular", sans-serif;
  width: 100%;
  background:#8EBC9E;
  border-radius:30px;
  border:0;
  color:white;
  font-size:1vw;
  padding-top:0.8vw;
  padding-bottom:0.8vw;
  transition: all 0.3s;
  text-align: center;
}

[type="subscribe"]:hover { 
	background:#BD3321;
	cursor:pointer; 
}

/* DESKTOP */
.hamburger-nav  {
	visibility:hidden;
	width:0vw;
	height:0vw;
}

button{
	visibility: hidden;
	width: 0vw;
	height: 0vw;
}

button#form-button{
	visibility: visible;
}

#logo-center{
	visibility: hidden;
	width: 0vw;
	height: 0vw;
}

/* MOBILE */

@media screen and (max-width:667px) {

	h1 {
		padding-top: 0vw;
		padding-left: 0vw;
		padding-right: 0vw;
		padding-bottom: 0vw;
		line-height: 1;
		text-align: center;
		font-size:20pt;}

header {
	background: black;
	text-align: center;
	position: fixed;
	height:40vw;
	width:100%;
}

.container-top{
	width: 100%;
	margin-top: 40vw;
	text-align: center;
}

.fotorama{
	margin-top:40vw;
	}

#social-media{
	margin-left: 78vw;
	margin-top: 2vw;
}

.icons {
	width:6vw;
	transition:transform 0.5s;
		-moz-transition:transform 0.5s;
		-o-transition:transform 0.5s;
		-ms-transition:transform 0.5s;
		-webkit-transition:transform 0.5s;
}

#nav {
		visibility:hidden;
		width:0vw;
		height:0vw;
	}

button{
	visibility: visible;
	position: fixed;
	font-size: 10vw;
	border: 0vw solid black;
	margin: 4vw 0 0 4vw;
	padding: 0 0vw 0vw 0vw;
	box-shadow: 0.5vw 0.5vw 0.5vw black;
	border-radius: 10%;
	color:#E9E4C5;
	z-index:100;
}

	button:hover{
		color: #8EBC9E;
		cursor:pointer; 
	}

.hamburger-nav {
	visibility:visible;
	position: fixed;
	font-size: 10vw;
	top: 18vw;
	left: -40vw;
	transition: transform 1s;
	padding:2vw;
	margin-top:0.5vw;
	font-color:#E9E4C5;
	font-family:"grand-hotel";
	background-color: #bd3321;
	width: 34vw;
	height: 60vw;
	z-index:100;
}

.hamburger-nav a:hover{
	color: #8EBC9E;
}

.hamburger-nav li{
	display: inline-block;
	width: 34vw;
}

.nav-on{
	transform: translateX(37vw);
}

#logo-center{
		visibility:visible;
		position:fixed;
		width:35vw;
		height:auto;
		margin:auto;
		display:block;
		padding: 0 30vw 0 30vw;
}

#column-left{
	font-size:4vw;
	width:90%;
	margin-left: 8vw;
	margin-right: 8vw;
	margin-bottom: 2.5vw;
}

#column-right{
	font-size:4vw;
	width:90%;
	margin-left: 8vw;
	margin-right: 8vw;
	margin-bottom: 2.5vw;
}

#about{
	text-align:center;
	padding: 0vw 10vw 5vw 10vw
}

h3{
	font-size: 10vw;
}

footer {
	padding: 3em 8vw 38em 8vw;
	font-size:4vw;
	clear:left;
}

h2{
	margin-top: 0.7vw;
	margin-bottom: 0.7vw;
	padding: 1vw;
	line-height: 1;
	font-size:6vw;
}

.info{
	float: left;
	width: 100%;
	margin-top: 2vw;
}


form{
	max-width:60vw;
	margin: 7vw auto 4vw auto;
}

.input {
  color:black;
  font-family:"raleway-regular", sans-serif;
  font-size: 3vw;
  border-radius: 10px;
  line-height: 1vw;
  background-color: #EAE4C4;
  border:1px solid white;
  padding: 3vw;
  margin-bottom: 0.5vw;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.input:focus { 
	border:2px solid #B98E1E; 
}

[type="subscribe"] {
  font-family:"raleway-regular", sans-serif;
  width: 100%;
  background:#8EBC9E;
  border-radius:30px;
  border:0;
  color:white;
  font-size:3vw;
  padding-top:3vw;
  padding-bottom:3vw;
  transition: all 0.3s;
  text-align: center;
}

}

/* TABLET */

@media screen and (min-width:668px) and (max-width:1200px) {

	h1 {
		padding-top: 0px;
		padding-left: 15vw;
		padding-bottom: 15vw;
		padding-right: 25vw;
		line-height: 1;
		text-align: center;
		font-size:30pt;}

header {
	background: black;
	text-align: center;
	position: fixed;
	height:20vw;
	width:100%;
	z-index:100;
}

.container-top{
	width: 100%;
	margin-top: 20vw;
	text-align: center;
}

.fotorama{
	margin-top:20vw;
	}

#social-media {
	position:fixed;
	margin-left:78vw;
	margin-top:2vw;
	width:20vw;
	height:3vw;
	z-index:100;
}

.icons {
	width:4vw;
	transition:transform 0.5s;
		-moz-transition:transform 0.5s;
		-o-transition:transform 0.5s;
		-ms-transition:transform 0.5s;
		-webkit-transition:transform 0.5s;
}

#nav {
		visibility:hidden;
		width:0vw;
		height:0vw;
	}

button{
	visibility: visible;
	position: fixed;
	font-size: 5vw;
	border: 0vw solid black;
	margin: 6vw 0 6vw 2vw;
	padding: 0 0vw 0vw 2vw;
	box-shadow: 0.5vw 0.5vw 0.5vw black;
	border-radius: 10%;
	color:#E9E4C5;
	z-index:100;
}

	button:hover{
		color: #8EBC9E;
		cursor: pointer;
	}

.hamburger-nav {
	visibility:visible;
	position: fixed;
	font-size: 3vw;
	top: 14vw;
	left: -40vw;
	transition: transform 1s;
	padding:2vw;
	margin-top:0.5vw;
	font-color:#E9E4C5;
	font-family:"grand-hotel";
	background-color: #bd3321;
	width: 13vw;
	height: 17vw;
	z-index:100;
}

.hamburger-nav a:hover{
	color: #8EBC9E;
	z-index:100;
}

.hamburger-nav li{
	display: inline-block;
	width: 13vw;
}

.nav-on{
	transform: translateX(37vw);
}

#logo-center{
		visibility:visible;
		position:fixed;
		width:20vw;
		height:auto;
		margin:auto;
		display:block;
		padding: 0 40vw 0 40vw;
}

#column-left{
	font-size:1.7vw;
	width:90%;
	margin-left: 8vw;
	margin-right: 8vw;
}

#column-right{
	font-size:1.7vw;
	width:90%;
	margin-left: 8vw;
	margin-right: 8vw;
}

h3{
	font-size: 6vw;
}

footer {
	padding: 4em 0 40em 0;
	font-size:1.7vw;
	clear:left;
}

h2{
	margin-top:0.7vw;
	margin-bottom: 0.7vw;
	padding: 0;
	line-height: 1;
	font-size:3vw;
}

.info{
	float: left;
	width: 100%;
	margin-top: 2vw;
}

#about{
	text-align:center;
}

form{
	max-width:40vw;
	margin: 5vw auto 4vw auto;
}

.input {
  color:black;
  font-family:"raleway-regular", sans-serif;
  font-size: 1.7vw;
  border-radius: 10px;
  line-height: 0.6vw;
  background-color: #EAE4C4;
  border:1px solid white;
  padding: 1.7vw;
  margin-bottom: 0.5vw;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.input:focus { 
	border:2px solid #B98E1E; 
}

[type="subscribe"] {
  font-family:"raleway-regular", sans-serif;
  width: 100%;
  background:#8EBC9E;
  border-radius:30px;
  border:0;
  color:white;
  font-size:1.7vw;
  padding-top:1.7vw;
  padding-bottom:1.7vw;
  transition: all 0.3s;
  text-align: center;
}
}
