@charset "UTF-8";
/* CSS Document */
/* font-family: 'Bebas Neue', cursive;
font-family: 'PT Sans', sans-serif; */
body{
	background-color: bisque;
	font-family: 'PT Sans', sans-serif;
	margin: 0;
}


/* This is the logo */
#logo{
	width: 100px;
	position: fixed;
	z-index: 2;
	/*border: solid brown; */

}

/* This is the link*/
.nav{
	background-color: orange;
	overflow: hidden;
	position: fixed;
	right: 0;
	width: 100%;
}
.nav a {
	float: right;
	padding: 14px 16px;
	text-decoration: none;
	color: brown;
	font-family: 'Bebas Neue', cursive;
}
.nav a:hover{
	background-color: coral;
	color: red;
}

.title{
	position: absolute;
	font-family: 'Lobster', cursive;
	color: brown;
	text-shadow: 3px 3px #5c391c;
	font-size: 150px;
	left: 30%;
	Top: 20%;
}
.discrive{
	position: absolute;
	font-family: 'Bebas Neue', cursive;
	font-size: 50px;
	color: cornsilk;
	text-shadow: 3px 3px #5c391c;
	top: 800px;
	left: 15%;
}
.detaile{
	position: absolute;
	font-family: 'Bebas Neue', cursive;
	font-size: 50px;
	color: cornsilk;
	text-shadow: 3px 3px #5c391c;
	top: 1300px;
	left: 15%;
}

.transbox{
	width: 80%;
	height: auto;
	margin-top: 30px;
	position: relative;
	left: 50%;
	transform:translate(-50%);
	background-color:rgba(255,255,255,0.46);
	padding: 20px;
}

/*subscribe*/
.position{
	top: 600px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: orange;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: orangered;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color:#F29FC5;
  padding: 10px;
}
.column {
  float: left;
  width: 45%;
  margin-top: 60px;
  padding: 10px;
}
.map{
}
