<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#canvas {
	position:fixed;
	bottom: 0px;
	left:30px;
	opacity:0.5;
}

#canvas:hover {
	position:fixed;
	bottom: 0px;
	left:30px;
	opacity:1;
}




.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

nav3.menu {
    position: fixed;
    z-index: 999;
    background-color: #ea6109;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#center {
	display:block;
	margin:auto;
	text-align:center;
}

.buttons {
    margin-bottom: 30px;
    text-align: center;
}
.buttons button {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
}
.buttons button:hover,
.buttons button.active {
    background-color: #000
}
.buttons button:focus {
    outline: none
}

nav.menu {
    position: fixed;
    z-index: 20;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#i {
	position:relative;
	top:4px;
	width:15px;
	height:15px;
}

#i2 {
	position:relative;
	top:6px;
}

nav3.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav3.menu a {
    color: #fff;
}
button.close-menu {
    background-color: #000;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}

/* slide menu top and bottom */

nav3.slide-menu-bottom {
    left: 0;
    width: 100%;
    height: 100px;
}

nav3.slide-menu-bottom ul {
    text-align: center;
}

nav3.slide-menu-bottom li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

nav3.slide-menu-bottom {
    width: 100%;
    height: 70px;
}

nav3.slide-menu-bottom a {
    display: inline-block;
	margin:auto;
    line-height: 50px;
    padding: 0 10px;
	color: #772210;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'roboto', Arial, serif;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 11px;
	text-align:center;
}

nav3.slide-menu-bottom a:hover {
    display: inline-block;
	margin:auto;
    line-height: 50px;
    padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'roboto', Arial, serif;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 11px;
	text-align:center;
}


nav3.slide-menu-bottom {
    bottom: -100px
}

body.smb-open nav3.slide-menu-bottom {
    bottom: 0
}


</pre></body></html>