#sp-header {
	height: 130px;
	width: 100%;
	position: relative;
	z-index: 99;
	animation: spFadeIn 0.5s;
	margin-top: 0px;
padding-top: 30px;
}

#sp-footer, #sp-bottom {
	background: #ed6a37;
	color: #ffffff;
	text-align: center;
	padding: 50px;
	font-family: bakso_sapiregular;
}

#sp-footer .sp-copyright a, #sp-footer .sp-module a {
	color: #fff;
}

#sp-footer .sp-copyright a:hover, #sp-footer .sp-module a:hover {
	color: #1c5b72;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 20px;
	line-height: 100px;
	font-size: 16px;
	margin: 0;
}

.social-icons {
	font-size: 2.5em;
}
.windowheight {
	height: calc(100vh - 130px) !important;
}

#presentation {
	padding-top: 75px;
	padding-right: 5% !important;
	padding-bottom: 75px;
	padding-left: 5% !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (min-width:992px) and (max-width:1199px) {
	.menu-with-offcanvas.d-flex.justify-content-between.align-items-center.flex-auto {
	width: 200px;
}
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-family: 'Fredoka One', sans-serif;
	font-size: 1em !important;
	font-weight: 100;
	text-decoration: none;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 8px;
	line-height: 100px;
	font-size: 16px;
	margin: 0;
}
.sp-megamenu-wrapper .sp-megamenu-parent {
	background-color: #ececea;
	border-radius: 16px;
	padding: 0px 10px;
}
}

@media (min-width:1200px) and (max-width:1399px) {
.menu-with-offcanvas.d-flex.justify-content-between.align-items-center.flex-auto {
	width: 200px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-family: 'Fredoka One', sans-serif;
	font-size: 1.1em !important;
	font-weight: 100;
	text-decoration: none;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 10px;
	line-height: 100px;
	font-size: 16px;
	margin: 0;
}
}