:root {
	--milkchocolate:#efe7d4;
	--royalblue:#1a0088;
	--oscargreen:#989936;
	--zooorage:#ff5e32;
}

html {
	background-color: var(--milkchocolate);
}
section {
	padding: 50px 0;
}

header{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
	background-color: var(--milkchocolate);
}

header nav ul{
	list-style:none;
	display:flex;
	flex-direction:row;
}

nav ul li{
	list-style:none;
	margin:15px;
}

nav ul li a:link, nav ul il a:visited {
	font-family:"roboto";
	font:24px;
	background-color:var(--zooorage);
	color:#fff;
	padding:10px 15px;
	border-radius:7px;
	text-decoration:none;
}

nav ul li a:hover{
background-color:var(--royalblue);
}

nav ul li a:active{
background-color:var(--royalblue);
}

img {
	border-radius: 10px;
}

h1 {
	font-family: "Shrikhand";
	text-align: center;
	font-size: 50pt;
	color: var(--milkchocolate);
}

h2 {
	font-family: "Shrikhand";
	color:var(--royalblue);
	font-size: 24pt;
}

p {
	font-family: "roboto";
	font-size: 12pt;
}

.herobanner{
	background: url("../images/herobanner2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -13px;
}

.tempborder {
	border:2px solid;
}

.desc {
	display:flex;
	flex-direction: row;
	margin: 15px auto;
	width:960px;
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	gap: 20px;
}

.list {
  display: flex;
  gap: 8px;
  padding: 16px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.item {
  flex-shrink: 0;
  width: 80%;
  height: 50vh;
  scroll-snap-align: center;
  scrollbar-width: none;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;

  font-family: sans-serif;
  font-size: 64px;
  font-weight: bold;
}

.accomodationscroll {
	background-color: var(--zooorage);
}
