/*body{
  font-family:  'Cinzel Decorative', cursive;
	margin:0;
	width:100%;
	height:100vh;
  	background:#fee7d0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
header{
	/*width:100%; */
	width:1080px;
	background:none;
	height:130px; 
	line-height:130px;
	margin-top:0px;
	margin-left:0px;
	/*border-bottom:1px solid #dddddd;*/
}
.hamburger{
  background:none;
  /**/position:relative;
  float:right;
  top:0;
  right:0;
  line-height:200px;
  padding:0px 50px 0px 50px;
  color:#c69863;
  border:0;
  font-size:200px;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.hamburger:hover{
  background:none;
  position:relative;
  float:right;
  top:0;
  right:0;
  line-height:200px;
  padding:0px 50px 0px 50px;
  color:#000000;
  border:0;
  font-size:200px;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.cross{
   background:none;
  /**/position:relative;
  float:right;
  top:0;
  right:0;
  line-height:200px;
  padding:0px 50px 0px 50px;
  color:#c69863;
  border:0;
  font-size:200px;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.cross:hover{
   background:none;
  /**/position:relative;
  float:right;
  top:0;
  right:0;
  line-height:200px;
  padding:0px 50px 0px 50px;
  color:#000000;
  border:0;
  font-size:200px;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}


.menu{z-index:1000000; font-weight:400; font-size:70px; /*width:100%;*/width:1070px; background:#ffffff;  /**/position:absolute; text-align:center; }
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {/*display: block;*/   padding:15px 0 15px 0; border-bottom:#c69863 2px solid;}
.menu li:hover{/*display: block;*/    background:#ffffff; padding:15px 0 15px 0; border-bottom:#c69863 2px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#c69863;}
.menu ul li a:hover {  color: #c69863; text-decoration:none;}
.menu ul li a:active {  color: #000000; text-decoration:none;}
.menu a{text-decoration:none; color:#000000;}
.menu a:hover{text-decoration:none; color:#c69863;}
/*
.glyphicon-home{
  color:white; 
  font-size:70px; 
  margin-top:5px; 
  margin:0 auto;
}*/
header{/*display:inline-block;display:block;*/ font-size:100px; margin-left:0px; margin-top:0px;}
/*span{padding-left:20px;}
a{color:#cc6666;}*/