@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');


.bg {
	background: #c4dbf1;
	}

a, a:visited { font-family: 'Roboto', sans-serif; font-size: 13px; text-decoration: none !important; outline: 0; cursor:pointer !important; }
a:hover { text-decoration: none !important; color: #000 !important; }
p a, p a:visited { line-height: inherit; color: #FFF !important; }
a{
		-webkit-transition:  0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		}
h1 { font-family: 'Roboto Slab', serif; font-size: 14px;}
h2 { font-family: 'Roboto', sans-serif; font-size: 18px; margin: auto; letter-spacing: 0.2px; text-align: justify; color: #FFFF99; line-height: 30px;}
h3 { font-family: 'Roboto', sans-serif; font-size: 13px; font-weight:300; margin: auto; color: #666; line-height: 16px;}
h4 { font-family: 'Roboto Slab', serif; font-size: 14px;}
h5 { font-family: 'Roboto', sans-serif; font-size: 13px; font-weight:300; margin: auto; color: #FFF; line-height: 16px;}
h6 { font-family: 'Roboto', sans-serif; font-size: 60px; font-weight:900; margin: auto; color: #E9E9E9; line-height: 50px;}

#divmenumobile {
	font-family: 'Roboto', sans-serif; font-size: 13px; font-weight:300; margin: auto; color: #FFF; line-height: 16px;
}

.w3-myfont {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.txt-menu-lua {
	font-family: 'Roboto Slab', serif;
	color: black;
}

.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #ddbbd3; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #FFF;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 55px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

* {box-sizing:border-box}