@font-face {
    font-family: 'Bungee';
    src: url('../fonts/bungeeshade-regular-webfont.woff2') format('woff2'),
         url('../fonts/bungeeshade-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kano';
    src: url('../fonts/kano-webfont.woff2') format('woff2'),
         url('../fonts/kano-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*, *:after, *:before {box-sizing: border-box; -webkit-tap-highlight-color: transparent; backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased;}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none;}
::selection { background: #fe57a1; color: #fff; text-shadow: none;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
html, body {
    max-width: 100%;
    overflow: hidden;
    font-family: 'Kano', sans-serif;
    background: #000;
    color: #fff;
    scroll-behavior: smooth;
}
a{outline: 0;}
.header {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	border: none;
	padding: 15px 30px;
	background: #000;
	height: 100px;
	width: 100%;
	font-size: 3em;
	font-family: 'Bungee', cursive;
	transition: 0.4s;
	z-index: 999;
	transform: translateZ(0);
	display: none;
}
/*
.large-header {
  position: relative;
	border-top: solid black;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	background-image: url('../img/space.jpg');

 background: white;
}
*/
.large-footer {
/*
    position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-image: url('../img/spacefoot.jpg');
*/
margin-top: -57px;
/* background: white; */
}
/*
section{opacity: 0;}
.current{
	opacity: 1;
	transition: ease-in 1s;
}
*/
.container{background: #000;}
.vh{height:100%;min-height:100vh;margin-bottom:-20px;transition:min-height 999999s;z-index: 9999999;}
.vw{width:100%;min-width:100vw;}
.row .col {padding: 0 1.5rem;}
.main-title, .title{font-family: 'Bungee', cursive;}
.fixed{position: fixed; width: 100%; z-index: 999;}
.shrink{height: 86px;font-size: 2em;}
label{max-width: 80%;}
.adjust{margin-top: 110px;margin-bottom: 20px;}
.push{margin-top: 20%;}
.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
#start{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-family: 'Kano';
    color: #f35626;
    background-image: linear-gradient(92deg,#f35626,#feab3a);
    background-clip: text;
    text-fill-color: transparent;
    animation: hue 60s infinite linear;    
}

@keyframes hue {
    from {
      filter: hue-rotate(0deg);
    }
    
    to {
      filter: hue-rotate(360deg);
    }
}
.scroller{
    position: relative;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-family: 'Kano';
}
.scroller2{
    position: relative;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-family: 'Kano';
}
.ocd{margin-top: 50px;}
.doubleocd{padding-top: 53px;}
img.center {
  display: block;
  margin: 0 auto;
}
.hot-pink{color: #FF69B4;}
.aboutxt{margin: 20px auto; width: 50%;}
/*
.aboutimg{filter: grayscale(100%); -webkit-filter: grayscale(100%); transition: all 1s; backface-visibility: hidden;}
.aboutimg:hover{filter: grayscale(0%); -webkit-filter: grayscale(0%);}
*/
.page-footer ul li{line-height: 40px;}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	z-index: 9999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 9999;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	transform: translateY(-50%);
	font-family: 'Bungee', cursive;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 25%;
	height: calc(100% / 4);
	min-height: 54px;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	transition: color 0.2s;
}
/* Effects */
/*
.overlay {
	visibility: hidden;
	transform: translateY(-100%);
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
*/
.overlay.open {
	visibility: visible;
	transform: translateY(0%);
	transition: transform 0.4s ease-in-out;
}
.submit-button {
  	width: 100%;
  	background-color: #000;
  	padding: 16px 32px;
  	border: none;
  	color: white;
  	text-decoration: none;
  	margin: 4px 2px;
  	cursor: pointer;
}
form {margin: 15px;}
.emailme{margin-top: 150px;color: white !important;}
.copyright{color: white !important;}
.heart{color: red !important;}
#clock {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 1rem;
    letter-spacing: 7px;
}
#date{position: absolute;left: 50%;transform: translate(-50%);color: #f5f5f5;}
#loadMore-work{margin-bottom: 20px;}
/* !Media Queries */
/* !Large screens */
@media only screen  and (min-width : 1824px) {
.push{margin-top: 20%;}
.droid{font-size: 5em;}
}
/* !Desktops and laptops */
@media only screen  and (min-width : 1224px) {
/* .push{margin-top: 155px;} */
.droid{font-size: 4em;}
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
@media screen and (max-width: 30em) {
	#date{left: 45%;transform: translate(-45%);}
	 .droid{font-size:3.7em;}
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
#start{
    top: 56%;
}
.aboutxt{width: 85%;}
section{opacity: 1;} 
}