@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
html, body {
		-webkit-text-size-adjust: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px;
		font-family: 'Comfortaa', cursive;
		color: #252525;
		background-color: #252525;
}
table {
		border: 0px;
		border-collapse: collapse;
}
table td {
		padding: 0px;
}
a {
		position: relative;
}
img {
		border: 0px;
}
body {
		background-color: #252525;
		padding: 0;
		margin: 0;
		overflow: hidden;
}
section#load {
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #252525 !important;
		overflow: hidden;
}
a, .logo {
  transition: 0.5s;
}
.bee {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px;
		animation: bee 1200ms infinite linear;
		background: url(/templates/default/images/bee.gif) no-repeat center center;
		background-size: 48px 48px;
}
.end {
		animation: end 300ms 1 linear;
}
@keyframes end {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
@-moz-keyframes end {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
@-webkit-keyframes end {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
@keyframes bee {
		0% {
				transform: rotate(0deg) translate(-50%, -96px) rotate(0deg);
				opacity: 0;
		}
		33% {
				transform: rotate(0deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
		}
		66% {
				transform: rotate(360deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
		}
		100% {
				transform: rotate(360deg) translate(50%, -96px) rotate(0deg);
				opacity: 0;
		}
}
@-moz-keyframes bee {
		0% {
				transform: rotate(0deg) translate(-50%, -96px) rotate(0deg);
				opacity: 0;
				-moz-transform: rotate(0deg) translate(-50%, -96px) rotate(0deg);
		}
		33% {
				transform: rotate(0deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
				-moz-transform: rotate(0deg) translate(0, -96px) rotate(0deg);
		}
		66% {
				transform: rotate(360deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
				-moz-transform: rotate(360deg) translate(0, -96px) rotate(0deg);
		}
		100% {
				transform: rotate(360deg) translate(50%, -96px) rotate(0deg);
				opacity: 0;
				-moz-transform: rotate(360deg) translate(50%, -96px) rotate(0deg);
		}
}
@-webkit-keyframes bee {
		0% {
				transform: rotate(0deg) translate(-50%, -96px) rotate(0deg);
				opacity: 0;
				-webkit-transform: rotate(0deg) translate(-50%, -96px) rotate(0deg);
		}
		33% {
				transform: rotate(0deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
				-webkit-transform: rotate(0deg) translate(0, -96px) rotate(0deg);
		}
		66% {
				transform: rotate(360deg) translate(0, -96px) rotate(0deg);
				opacity: 1;
				-webkit-transform: rotate(360deg) translate(0, -96px) rotate(0deg);
		}
		100% {
				transform: rotate(360deg) translate(50%, -96px) rotate(0deg);
				opacity: 0;
				-webkit-transform: rotate(360deg) translate(50%, -96px) rotate(0deg);
		}
}
main {
		position: relative;
		width: 90%;
		height: 80%;
		top: 10%;
		max-width: 1280px;
		margin: auto;
}
body > main > section {
		border-radius: 32px;
		position: absolute;
}
section.back {
		background-color: #FFB800;
		top: -8px;
		left: 32px;
		right: 32px;
		bottom: -8px;
		z-index: 0;
}
section.front {
		background-color: #FFF;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		display: table;
		width: 100%;
		height: 100%;
		overflow: hidden;
}
section.front > section.content {
		display: table-cell;
		vertical-align: middle;
		position: relative;
		z-index: 4;
}
section.front > section.clouds {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		white-space: nowrap;
}
section.front > section.clouds > section {
		left: 100%;
		position: absolute;
		white-space: nowrap;
		width: 100vmax;
}
section.front > section.clouds > section > img {
		width: auto;
		display: block;
		position: absolute;
		box-sizing: border-box;
}
section.front > section.clouds > section.line_top {
		z-index: 1;
		height: 15%;
		top: 2%;
}
section.front > section.clouds > section.line_middle {
		z-index: 2;
		height: 35%;
		top: 18%;
		bottom: 48%;
}
section.front > section.clouds > section.line_bottom {
		z-index: 3;
		height: 45%;
		bottom: 2%;
}
section.front > section.clouds > section {
		-webkit-animation: marquee infinite linear;
		-moz-animation: marquee infinite linear;
		animation: marquee infinite linear;
		animation-direction: normal;
}
section.front > section.clouds > section.line_top {
		animation-duration: 50s;
}
section.front > section.clouds > section.line_middle {
		animation-duration: 100s;
}
section.front > section.clouds > section.line_bottom {
		animation-duration: 150s;
}
section.front > section.content > img.logo {
		display: block;
		width: 40vmin;
		min-width: 200px;
		height: auto;
		margin: 0px auto 0px auto;
		z-index: 4;
}
section.front > section.content > nav {
		text-align: center;
		margin: 4vmin 0 0 0;
		position: relative;
		z-index: 2;
}
section.front > section.content > nav > a, .skills > a {
		display: inline-block;
		width: 4vmin;
		height: 4vmin;
		min-width: 32px;
		min-height: 32px;
		background-color: rgba(0, 0, 0, 0.04);
		padding: 0;
		margin: 0 1vmin 0 1vmin;
		border-radius: 64px;
		border: 1px solid #eee;
}
section.front > section.content > nav > a:hover, .skills > a:hover {
		background-color: #252525;
		color: #FFF;
}
section.front > section.content > nav > a:active, .skills > a:active {
		background-color: #FFB800;
		color: #FFF;
}
section.front > section.content > nav > a:hover > img, .skills > a:hover > img {
		filter: invert(100%) sepia(85%) saturate(0%) hue-rotate(206deg) brightness(113%) contrast(101%);
}
section.front > section.content > nav > a:active > img, .skills > a:active > img {
		filter: invert(100%) sepia(85%) saturate(0%) hue-rotate(206deg) brightness(113%) contrast(101%);
}
section.front > section.content > nav > a > img {
		width: 40%;
		height: auto;
		margin: 30% auto 0 auto;
}
header {
		position: absolute;
		left: 0px;
		right: 0px;
		color: #AA7A00;
		z-index: 2;
}
footer {
	position: absolute;
	left: 32px;
	right: 32px;
	text-align: center;
	top:90%;
	z-index: 0;
	max-width: 1280px;
	margin: auto;
}
@-webkit-keyframes marquee {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		100% {
				-webkit-transform: translate(-200vmax, 0);
				transform: translate(-200vmax, 0)
		}
}
@-moz-keyframes marquee {
		0% {
				-moz-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		100% {
				-moz-transform: translate(-200vmax, 0);
				transform: translate(-200vmax, 0)
		}
}
@keyframes marquee {
		0% {
				transform: translate(0, 0);
		}
		100% {
				transform: translate(-200vmax, 0);
		}
}
.onload {
		animation: onload 500ms 1 ease-in-out;
}
.onload.footer {
		animation: footer 500ms 1 ease-in-out;
}
@keyframes onload {
		0% {
				transform: scale(0, 0);
		}
		25% {
				transform: scale(0, 0);
		}
		100% {
				transform: scale(100%, 100%);
		}
}
@-webkit-keyframes onload {
		0% {
				-webkit-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		25% {
				-webkit-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		100% {
				-webkit-transform: scale(100%, 100%);
				transform: scale(100%, 100%);
		}
}
@-moz-keyframes onload {
		0% {
				-moz-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		25% {
				-moz-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		100% {
				-moz-transform: scale(100%, 100%);
				transform: scale(100%, 100%);
		}
}

@keyframes footer {
		0% {
				opacity:0;
		}
		75% {
				opacity:0;
		}
		100% {
				opacity:1;
		}
}
@-webkit-keyframes footer {
		0% {
				opacity:0;
		}
		75% {
				opacity:0;
		}
		100% {
				opacity:1;
		}
}
@-moz-keyframes footer {
		0% {
				opacity:0;
		}
		75% {
				opacity:0;
		}
		100% {
				opacity:1;
		}
}
.onloadSocial > a {
		animation: onloadSocial 1000ms 1 ease-in-out;
}
@keyframes onloadSocial {
		0% {
				transform: translate(0, 100vmax);
				opacity: 0;
		}
		25% {
				transform: translate(0, 100vmax);
				opacity: 0;
		}
		100% {
				transform: translate(0, 0);
				opacity: 1;
		}
}
.line {
		z-index: 0;
		overflow: hidden;
		text-align: center;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
}
a#bubble.bubble_go {
		animation: sk_left 6s linear 1;
}
@keyframes sk_top {
		0% {
				opacity: 0;
				transform: scale(0, 0);
		}
		15% {
				opacity: 1;
				transform: scale(1, 1);
		}
		65% {
				opacity: 1;
				transform: translate(0, 80px);
		}
		100% {
				opacity: 0;
				transform: translate(0, 128px);
		}
}
@-webkit-keyframes sk_top {
		0% {
				opacity: 0;
				-webkit-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		15% {
				opacity: 1;
				-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
		}
		65% {
				opacity: 1;
				-webkit-transform: translate(0, 80px);
				transform: translate(0, 80px);
		}
		100% {
				opacity: 0;
				-webkit-transform: translate(0, 128px);
				transform: translate(0, 128px);
		}
}
@-moz-keyframes sk_top {
		0% {
				opacity: 0;
				-moz-transform: scale(0, 0);
				transform: scale(0, 0);
		}
		15% {
				opacity: 1;
				-moz-transform: scale(1, 1);
				transform: scale(1, 1);
		}
		65% {
				opacity: 1;
				-moz-transform: translate(0, 80px);
				transform: translate(0, 80px);
		}
		100% {
				opacity: 0;
				-moz-transform: translate(0, 128px);
				transform: translate(0, 128px);
		}
}
.path {
		display: block;
		margin: auto;
		max-width: 1280px;
		max-height: 1280px;
		width: 100vmax;
		height: 100vmax;
		stroke-dasharray: 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24100%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50vmax;
		margin-top: -50vmax;
		animation: dash 20s linear alternate-reverse infinite;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
}
@media screen and (min-width: 1280px) {
		.path {
				margin-left: -640px;
				margin-top: -640px;
		}
}
@keyframes dash {
		0% {
				stroke-dashoffset: 100%;
		}
		10% {
				stroke-dashoffset: 100%;
		}
		90% {
				stroke-dashoffset: -700%;
		}
		100% {
				stroke-dashoffset: -700%;
		}
}
@-moz-keyframes dash {
		0% {
				stroke-dashoffset: 100%;
		}
		10% {
				stroke-dashoffset: 100%;
		}
		90% {
				stroke-dashoffset: -700%;
		}
		100% {
				stroke-dashoffset: -700%;
		}
}
@-webkit-keyframes dash {
		0% {
				stroke-dashoffset: 100%;
		}
		10% {
				stroke-dashoffset: 100%;
		}
		90% {
				stroke-dashoffset: -700%;
		}
		100% {
				stroke-dashoffset: -700%;
		}
}

/**/
.container {
	width:90%;
	overflow: hidden;
	position:sticky;
	height:300px;
	filter: url(#goo);
	-webkit-filter: url(#goo);
	margin: -48px 0px 0px 5%;
}

.particle {
	width:12px;
	height:16px;
	top:-128px;
	background-color:#FFB800;
	position:absolute;
	border-radius: 50%;
	animation: fall cubic-bezier(1,.19,.66,.12);
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

@keyframes fall {
	0% {top:-48px;}
	50% {top:-0%;}
	100% {top:100%;}
}

.particle:nth-of-type(2n){
	width:24px;
	height:32px;
	animation-duration: 5s;
}
.particle:nth-of-type(3n){
	width:32px;
	height:48px;
	animation-duration: 4s;
}

.particle:nth-of-type(1){
	left:20%;
	animation-delay: 1.1s;
}
.particle:nth-of-type(2){
	right:20%;
	animation-delay: 4.2s;
}
.particle:nth-of-type(3){
	left:27%;
	animation-delay: 7.3s;
}
.particle:nth-of-type(4){
	right:27%;
	animation-delay: 10.4s;
}
.particle:nth-of-type(5){
	left:34%;
	animation-delay: 13.5s;
}
.particle:nth-of-type(6){
	right:34%;
	animation-delay: 16.6s;
}
.particle:nth-of-type(7){
	left:41%;
	animation-delay: 19.7s;
}
.particle:nth-of-type(8){
	right:41%;
	animation-delay: 22.8s;
}
.particle:nth-of-type(9){
	left:48%;
	animation-delay: 25.9s;
}

.particle:nth-of-type(10){
	left:29%;
	animation-delay: 29s;
}
.particle:nth-of-type(11){
	right:29%;
	animation-delay: 32.1s;
}
.particle:nth-of-type(12){
	left:36%;
	animation-delay: 35.2s;
}
.particle:nth-of-type(13){
	right:36%;
	animation-delay: 38.3s;
}
.particle:nth-of-type(14){
	left:22%;
	animation-delay: 41.4s;
}
.particle:nth-of-type(15){
	right:22%;
	animation-delay: 44.5s;
}
.particle:nth-of-type(16){
	left:15%;
	animation-delay: 47.6s;
}
.particle:nth-of-type(17){
	right:15%;
	animation-delay: 50.7s;
}
.particle:nth-of-type(18){
	left:43%;
	animation-delay: 53.8s;
}

.border {
	position:absolute;
	background-color:#FFB800; 
	width:90%; height: 48px;
	top:0px; left:5%;
}