* {
  box-sizing: border-box;
  font-family:Poppins;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;

}
body{
  background-image:url('../../images/vacat_images/forest.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color:white;
}
.navbr {
	background-color:rgb(103, 100, 102, 0.7);
  padding:5px;
  color:rgb(250, 250, 250);
	width:100%;
	height:auto;
	position:fixed;
	left:0px;
	top:0px;
}
.navspan
{
  padding-left: 45%;
  padding-bottom: 10px;
  color:rgb(250, 250, 250);
}
#tan {
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.0);
	color:rgb(251, 250, 250);
	width:15%;
	height:auto;
	position:absolute;
	left:auto;
	top:4px;
  padding-top: 5px;
	text-align:center;
	font-size:calc(.10em + 1vw);
	letter-spacing:0;
	line-height:undefined;
}
a{
  color:rgb(251, 250, 250);
  text-decoration:none;
}

#adv, #cult,#lodg, #din, #abt, #cont{
  width:auto;
	height:auto;
  color:rgb(251, 250, 250);
  box-shadow:0px 4px 4px rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 10px;
  text-align:center;
  padding-left:0;
  left:10px;
  top:4px;
  letter-spacing:2px;
  line-height:1.6;
  position:relative;
  font-size:calc(.10em + 1vw);
}

#lodg:hover, #din:hover, #cult:hover, #adv:hover
, #abt:hover, #btn:hover,
 #cont:hover
{
  background-color:grey;
  color:white;
  border-radius: 5px;
  border-style: solid 1px;
}
#imgdiv{
  display: block;
  margin-top:5%;
  margin-left: 15%;
  margin-right: 15%;
  box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
}
#topimg{
  padding:10px;
  width:100%;
  height:20%;
}
a:hover{
    color:white;
}
h1{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.30);
}
.center{
  margin-top:5%;
  text-align:center;
  font-size: 2.5vh;
}
#inner_container
{
  height: 30%;
}
.row{
display: flex;
padding: 20px;
height: 70%;
}
.column{
  width:50%;
  color:rgb(255, 255, 255);
  font-size: 18px;
  margin-left: 20px;
  padding: 20px;
  background-color:rgba(0, 0, 0, 0.3);
  box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  word-wrap: break-word;
}
footer{
background-color:rgb(54, 138, 250);
  padding-top: 1%;
  height: 40%;
}
#int{
  color:blue;
}
#int:hover{
  color:blue;
  font-size: 16px;
}
