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

html {
	background-color: var(--milkchocolate);
	font-family: roboto;
	font: roboto;
}

section {
	padding: 50px 0;
	margin: 15px auto;
}

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;
}

h3 {
	font-family: "Shrikhand";
	margin: 15px auto;
	font-size: 40pt;
	color: var(--royalblue);
	text-align: center;
}

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

.margin {
	width: 80%; 
	margin: 0 auto;
}

.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;
}

div.scroll-container {
  background-color: var(---zooorage);
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

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

.container1 {
  position: relative;
}

.image {
  display: flex;
  width: 1000px;
  height: auto;
  justify-content: center;
  justify-align: center;
  align-items: center;
  align-content: center;
}

.image2 {
  display: flex;
  width: 500px;
  height: auto;
  justify-content: center;
  justify-align: center;
  align-items: center;
  align-content: center;
}

.image3 {
  display: flex;
  width: 300px;
  height: auto;
  justify-content: center;
  justify-align: center;
  align-items: center;
  align-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1000px;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--oscargreen);
  border-radius: 10px;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--oscargreen);
  border-radius: 10px;
}

.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 300px;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--oscargreen);
  border-radius: 10px;
}

.container1:hover .overlay {
  opacity: 1;
}

.container1:hover .overlay2 {
  opacity: 1;
}

.container1:hover, .container1:active .overlay3 {
  opacity: 0.5;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: roboto;
  font: roboto;
}

.row {
 	display: flex;
	justify-align: space-between;
	gap: 20px;
}

.please {
	display: flex;
	justify-content: center;
}

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

button {
  font-family:"roboto";
  font:24px;
  background-color:var(--zooorage);
  color:#fff;
  padding:10px 15px;
  border-radius:7px;
  text-decoration:none;
}

.roww {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  flex: 25%;
}

.col-50 {
  flex: 50%;
}

.col-75 {
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: var(--milkchocolate);
  padding: 5px 20px 15px 20px;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
  font-family: roboto;
  font: roboto;
}

span.price {
  float: right;
  color: grey;
}

@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

.centre {
	text-align: center;
	color: var(--royalblue);
}


.hidden-box {
  display: none;
}

.selectable-img {
  border: 4px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hidden-box:checked + label .selectable-img {
  border-color: var(--royalblue);
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
  transform: scale(1.02);
}

.site-footer {
  background-color:var(--zooorage);
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

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

.greenbg {
	background-color: var(--oscargreen);
}