
.contents {
  position: absolute !important;
	width: 100vw;
  top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Style for our header texts
* --------------------------------------- */
	.section h1 {
		font-size: 2.8rem;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
		/* for all */
		top: 30%;
		transform: translateY(-30%);
		position: relative;
	}
	.section h3 {
		font-size: 1.5rem;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
		/* for all */
		top: 30%;
		transform: translateY(-30%);
		position: relative;
	}

/* Centered texts in each section
* --------------------------------------- */
	.section {
		text-align:center;
	}

	.fullpage-arrow {
    font-size: 3.6rem;
		color: rgba(255, 255, 255, 0.5);
  }
	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section {
		background-size: cover;
		background-position: center center;
	}
	.slide {
		background-size: cover;
		background-position: center center;
	}
	.slide h1.hero {font-size: 2rem;}
	.slide h1 {font-size: 1.5rem;}
	.slide h1 .sm {font-size: 1.5rem;}
	@media (max-width: 600px){
 		.slide h1 {font-size: 1.68rem;}
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0 {
		background-image: url('/display/images/k2-hero.jpeg');
		background-position: 40% center;
	}
	#section000 {
		color: #ffffff; text-align: left;
  	text-shadow: 0.12rem 0.12rem 0.12rem rgba(0, 0, 0, 0.40); line-height: 190%;
		padding: 2rem 1.6rem 0 1.8rem; font-size: 1.3rem; font-style: italic; background-color: rgba(231, 222, 211, 0.602);
		background-image: url('/display/images/rooms/view-anon-river.jpg');
	}
