* {
  box-sizing: border-box;
  font-family:Poppins;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body{
background-image:url("../../images/vacat_images/manstandingonhill.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: auto;
  color:rgb(251, 250, 250);
}
.header{
  position:absolute;
  width:100%;
}
.navbr {
	width:auto;
	height:auto;
	position:relative;
	left:0px;
	top:0px;
  padding:5px;
  font-size:calc(.10em + 1vw);
}

.navspan
{
  padding-left: 45%;
  position:fixed;
  width:100%;
  background-color:rgb(130,130,130,.5);
  padding-top: 5px;
  padding-bottom: 5px;
}

#title {
  z-index: 1;
	opacity:1;
	width:15%;
	height:auto;
	position:fixed;
	left:auto;
	text-align:center;
  font-size:calc(.10em + 1vw);
	letter-spacing:0;
	line-height:1.6;

}
a{
  color:rgb(251, 250, 250);
  text-decoration:none;
}

#adv, #cult, #lodg, #din, #abt, #cont {
  box-shadow:0px 4px 4px rgba(0, 0, 0, 0);
  opacity:1;
  width:auto;
  height:auto;
  position:relative;
  letter-spacing:2px;
  line-height:1.6;
  padding: 10px 10px 10px 10px;
  text-align:center;
  font-size:calc(.10em + 1vw);
}
#lodg:hover, #din:hover, #cult:hover, #adv:hover, #abt:hover, #btn:hover,
 #cont:hover
{
  background-color:grey;
  color:white;
  height:auto;
  border-radius: 5px;
  border-style: solid 1px;
}

#inner_container
{
  width: auto;
  height: auto;
}
#adventure{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a{
  rgb(251, 250, 250);
  text-decoration:none;
}
a:hover{
    color:white;
}
h1{

}
.everything{
  text-align:center;
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: auto;
  color:white;
  margin-top:5%;
}

.row{
display: flex;
padding: 20px;
text-align:left;
}

.column1, .column2{

  font-size: 18px;
  margin-left: 20px;
  padding: 20px;
  background-color: white;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  background-color:rgba(0, 0, 0, 0.3);

}
.column1{
  width:30%;
  height: 10%;
}
.column2{
  width: 50%;
  height: 10%;
}
footer{
  padding-top: 1%;
  height: 20%;
}
