* {
  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/beachchairs.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  Height: auto;
  color:rgb(251, 250, 250);
}
.navbr {
	background-color:rgb(103, 100, 102, 0.3);
	width:100%;
	height:5%;
	position:absolute;
	left:0px;
	top:0px;
}
.navspan
{
  padding-left: 45%;
  color:rgb(251, 250, 250);
}
#tan {
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.0);
	color:rgb(251, 250, 250);
	opacity:1;
	width:15%;
	height:auto;
	position:absolute;
	left:auto;
	top:4px;
  padding-top: 0px;
	text-align:center;
	font-size:calc(.10em + 1vw);
	letter-spacing:1.6;
	line-height:1.6;
}

#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);
}

#adv {
	top:4px;
}
#cult {
  padding-left:0;
	left:10px;
	top:4px;
}
#lodg {
  padding-left: 0;
	left:10px;
	top:4px;
}
#din {
  padding-left: 0;
  left:10px;
  top:4px;
}
#abt{
  padding-left: 0;
  left:10px;
  top:4px;
}
#cont{
  padding-left: 0;
  left:10px;
  top:4px;
}
#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;
}
a{
  color:rgb(251, 250, 250);
  text-decoration:none;
}
a:hover{
    color:white;
}
span{
  text-align:center;
  color:rgb(251, 250, 250);
}
.contact_us
{
    width: auto;
  	height: auto;
    box-shadow:15px 15px 15px rgba(0, 0, 0, 0.65);
    background-color:rgba(0, 0, 0, 0.3);
  	position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 30px;
    padding: 20px 12px 12px 12px;
  }
.txtarea
{
    width: 100%;
  	height: 40%;
}
label {
  	font-size: 18px;
    padding: 10px;
  }
textarea{
    height: auto;
    width: auto;
}
input[type=text],input[type=email]{
    width: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize:vertical;
    border-style: inset 3px;
  }
input[type=submit] {
	background: #676c70;
	margin: 0 auto;
	color: white;
	border: 1px solid gray;
	padding: 12px 24px;
	border-radius: 10px;
	position: relative;
	text-align: center;
  margin:10px;
}
