html, body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

div{
	padding: 0;
	margin: 0;
}

#splash{
	background: url('img/dock_web1.jpg');
	background-size: cover;
	background-position:bottom;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: top;
	justify-content: top;
	text-align: center;
	z-index: -1;
}

#splash > h1{
	font-family: 'Tangerine', cursive;
	font-size: 12vw;
	color: #ffc272;
	text-shadow: 2px 2px 2px #222222;
	padding-top: 80px;
}

#splash > h2{
	font-family: 'Josefin Slab', serif;
	font-size: 7vw;
	color: #ffcccc;
	text-shadow: 2px 2px 2px #222222;
}

#nav {
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 5vw;
	width: 100%;
	z-index: 999;
	font-family: 'Josefin Slab', serif;
	font-size: 2.5vw;
}

#nav > ul {
	padding-top:20px;
}

#nav .active > a{
	color: #000;
}

.row{
	padding: 0;
	margin: 0;
}

.lock{
	position:fixed;
	top:0px;
	color: #aaa;
  transition: all ease .5s;
}

#nav-items{
	list-style: none;
	padding: 0;
}

#nav-items > li{
	display: inline-block;
	color: #080822;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #eee;
	border-radius: 3px;
}

#location{
	background-repeat: no-repeat;
	background: url('img/scenic_viewpoint.jpg');
	background-size: cover;
	background-position:bottom;
	height: 60vw;
	width: 100%;
	font-size: 1.5vw;
}

#location .pic-overlay > h2{
	font-family: 'Permanent Marker', cursive;
	font-size: 4vw;
	text-shadow: 2px 2px 2px #222222;
	color: #ffcccc;
}

.pic-overlay{
	background: rgba(255,255,255,0.7);
}

.break2{
	background-color: #ffddaa;
	font-family: 'Josefin Slab', serif;
	padding-top: .4vw;
	height: 3.8vw;
}
.break2 > h2{
	margin:0;
	font-weight: bold;
	font-size: 3vw;
}

#hotels {
		height: 30vw;
}

.hoverlay{
	background: rgba(255,255,255,0);
	height: 20%;
	width: 100%;
	padding: .4vw;
	margin: 0;
	font-size: 1.4vw;
	color: rgba(255,255,255,0)
}

.hoverlay > h4{
	font-size: 1.7vw;
}

.hoverlay > h3{
	font-size: 2vw;
	padding-top: .4vw;
	color: rgba(40,40,40,0.7)
}

.hoverlay > a{
 color: rgba(100,100,100,0)
}

.hoverlay.hover{
	background: rgba(255,255,255,0.7);
	height: 100%;
  transition: all ease .5s;
	color: rgba(60,60,60,1)
}

.hoverlay.hover > h3{
	color: rgba(40,40,40,1)
}

.hoverlay.hover > a{
 color: rgba(80,80,170,1)
}



.hotel-1{
	background: url('img/ltresort.jpg');
	background-size: cover;
	padding: 0;
	margin: 0;
}
.hotel-2{
	background: url('img/ltresort_interior.jpg');
	background-size: cover;
	padding: 0;
	margin: 0;
}
.hotel-3{
	background: url('img/ltresort_balcony.jpg');
	background-size: cover;
	padding: 0;
	margin: 0;
}

.map iframe{
	pointer-events: none;
}

.single{
	height: 38vw;
}

.event-title{
		background-color: #ffdddd;
		padding-top: 10px;
		font-family: 'Josefin Slab', serif;
		text-align: center;
		font-size: 1.7vw;
}

.event-title > h3{
	font-weight: bold;
	font-size: 2.4vw;
}

#event1{
	display: flex;
	background-repeat: no-repeat;
	background: url('img/dinner_cruise1.png');
	background-size: cover;
}

#event2{
	display: flex;
	background-repeat: no-repeat;
	background: url('img/tram_crop.jpg');
	background-size: cover;
}

#event3{
	display: flex;
	background-repeat: no-repeat;
	background: url('img/champagne.jpg');
	background-size: cover;
}

.event-desc{
	padding: 0;
	margin: 0;
}

.travel{
	font-family: 'Josefin Slab', serif;
	font-size: 1.8vw;
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: rgba(200,200,255,1)
}

.travel > h4{
	font-weight: bold;
	font-size: 2.4vw;
}

.gifts{
	background-color: rgba(180,240,255,1);
	font-family: 'Josefin Slab', serif;
	height: 47vw;
	width: 100%;
	font-size: 1.5vw;
}

.gifts > p{
	padding: .4vw;
}

.gifts > h2{
	padding: 1vw;
	font-size: 2.8vw;
}

.gifts > h3{
	padding: .6vw;
	font-size: 2.2vw;
}


.gifts a span {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;
}

.honeymoon{
	background: url('img/greek-cruise.jpg');
	background-size: cover;
	padding: 0;
	margin: 0;
}

.hoverlay > h1{
	font-size: 5vw;
}

#end{
	background: url('img/rocks-web.jpg');
	background-size: cover;
	background-position:bottom;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: top;
	justify-content: top;
	text-align: center;
	z-index: -1;
}

.end > h1{
	font-family: 'Satisfy', cursive;
	font-size: 12vw;
	color: #ffc272;
	text-shadow: 2px 2px 2px #222222;
	padding-top: 80px;
}
