@font-face {
  font-family: 'DBmementX';
  src: url("../fonts/DBmementX/DB Moment X v3.2.otf");
  src: url("../fonts/DBmementX/DB Moment X v3.2.eot") format("embedded-opentype"), url("../fonts/DBmementX/DB Moment X v3.2.woff") format("woff"), url("../fonts/DBmementX/DB Moment X v3.2.woff2") format("woff2"), url("../fonts/DBmementX/TrueType/DB Moment X v3.2.ttf") format("truetype"), url("../fonts/DBmementX/DB Moment X v3.2.svg#DBmementX") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,html{
	height: 100%;
}



body{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.b_welcome{
	position: absolute;
	bottom: 0.5%;
	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #abaaac;
	color: #ffffff;
	font-size: 26px;
	padding: 10px 18px;
}

.b_welcome:hover{
	color: #ffffff;
	text-decoration: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 350px;
    text-align: center;
}

.bgmenu{
	background-image: url('../images/bgmenu.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.sidenav a:hover {
    color: #d4ae67;
    text-decoration: none;
}

.sidenav a:hover span{
	height: 100%;
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #d4ae67;
    border-bottom: 1px solid #d4ae67;
}

.sidenav .active{
    color: #d4ae67;
    padding: 8px 8px 8px 8px;
	border-top: 1px solid #d4ae67;
    border-bottom: 1px solid #d4ae67;
}

.active{
/*
	background-color: #cca567;
	color: #ffffff;
	text-decoration: none;
*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav h1{
	font-size: 35px;
	font-weight: bold;
	color: #cfa766
}

.hamberger{
	color: #cfa766;
	font-size: 60px;
	font-weight: bolder;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 100px;
}

.hambergeropen{
	position: absolute;
	bottom: 0;
	left: 20px;
	color: #cfa766;
	font-size: 60px;
	font-weight: bolder;
	cursor: pointer;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

