<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #F3F3F3;
}
nav {
    height: 80px !important;
    line-height: 80px;
}
nav .brand-logo, nav .brand-logo2{
	font-family: 'Kaushan Script', cursive;
}
nav .brand-logo, nav .brand-logo2 {
	color: orange;
	min-width: 200px;
	font-size: 200%;
}
nav ul a {
	color: #1AAB78;
}
nav .sidenav i {
    height: 80px;
    line-height: 80px;
}
.navbar_mobile .brand-logo{
	font-family: 'Kaushan Script', cursive;
	color: orange;
	line-height: 50px !important;
	display: inline-block;
	width: 100%;
}

.sidenav-trigger {
	color: #1AAB78;
}

@media only screen and (min-width: 601px) {
	nav a.sidenav i {
		height: 80px;
		line-height: 80px;
	}
    .sidenav-trigger {
        margin-top: 4px !important;
    }
}
@media only screen and (max-width: 600px) {
	
    .sidenav-trigger {
        margin-top: 0px !important;
    }
    .language-selector {
        padding-left: 0px !important;
    }
}

.full-row {
	width: 100%; 
	padding; 0px;
}
p {
	/* line-height: 2rem; */
}
.sidenav {
	color: #26a69a;
}
.parallax-container {
	min-height: 380px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, .9);
}
.white-background-container {
	color: rgba(0,0,0,0.87);
}
.parallax-container .section {
	width: 100%;
}
@media only screen and (max-width: 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width: 600px) {
	#index-banner .section {
		top: 0;
	}
	.modal { width: 100% !important  }
}
.icon-block {
	padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}</pre></body></html>