html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: transparent!important;
	cursor: url("../img/cursor1x.png.html") 6 6, default;
	cursor: -webkit-image-set(url("../img/cursor1x.png.html") 1x, url("../img/cursor2x.png.html") 2x) 6 6, default;
    padding:0;
    margin:0;
    width: 100%;
    height: 100%;
   	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
	font-family: -apple-system, BlinkMacSystemFont, 
	    "Segoe UI", "Roboto", "Oxygen", 
	    "Ubuntu", "Cantarell", "Fira Sans", 
	    "Droid Sans", "Helvetica Neue", sans-serif;
}
a, a:after, a:visited {
	background-color: transparent;
	cursor: url("../img/cursor-fill1x.png.html") 6 6, auto;
	cursor: -webkit-image-set(url("../img/cursor-fill1x.png.html") 1x, url("../img/cursor-fill2x.png.html") 2x) 6 6, auto;
	text-decoration: none;
	color: #0C0C0C;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    position: absolute;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #0C0C0C;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #0C0C0C;
}
::selection {
	background: #0C0C0C;
	color: #ffffff;
}
::-moz-selection {
	background: #000000;
	color: #ffffff;
}
.container {
	width: 24%;
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0;
	margin:6%;
}
.logo {
	background-image: url("../img/Appicon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 6vh;
	height: 6vh;
	-webkit-animation:reveal 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
	-moz-animation:reveal 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
	animation:reveal 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}
@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scale(0);
   }
  100% {
    -webkit-transform: scale(1);
  }	
}
@keyframes reveal {
  0% {
    transform: scale(0);
   }
  100% {
    transform: scale(1);
  }	
}
.content {
	margin-top: 60%;
}
h1 {
	font-size: 6vh;
	color: #0C0C0C;
	letter-spacing: 1.4px;
	font-weight: 700;
}
h2 {
	font-size: 2.6vh;
	color: #0C0C0C;
	opacity: 0.7;
	letter-spacing: 0.5px;
	line-height: 130%;
	font-weight: 300;
	margin-top: 10%;
}
.appstore {
	background-image: url("../img/Appstore.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 6vh;
	margin-top: 15%;
	display: none;
}
.social {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.social a {
	font-size: 1.5vh;
	color: #0C0C0C;
	font-weight: 600;
	margin-right: 8%;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}
.social a:hover {
	color: #A5A5A5;
}

h1, h2, .appstore, .social {
	-webkit-animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
	-moz-animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
	animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
	
	-webkit-animation-fill-mode:backwards;
	-moz-animation-fill-mode:backwards;
	animation-fill-mode:backwards;
	
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
h2 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.appstore {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.social {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;	
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(100%);
	opacity: 0;
   }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }	
}
@keyframes animate {
  0% {
    transform: translateY(100%);
    opacity: 0;
   }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }	
}
img {
	width: 100%;
}
.image {
	width: 93%;
	height: 93%;
	position: fixed;
	z-index: -1;
	top: -29%;
	right: -26%;
}
.image_desktop {
 	visibility: visible;
}
.image_mobile {
 	visibility: hidden;
 	display: none;
}

@media screen and (max-width: 667px) {
	.container {
		width: 100%;
		position:relative; 
		margin:0%;
		top: 15%;
		text-align: center;
		margin: 0 auto;
	}
	.logo {
		width: 8vh;
		height: 8vh; 
		margin: 0 auto;
	}
	.content {
		margin-top: 10%;
	}
	h1 {
		font-size: 5.5vh;
		width: 80%;
		margin: 0 auto;
	}
	h2 {
		font-size: 2.6vh;
		padding-top: 10%;
		padding-bottom: 20%;
		width: 80%;
		margin: 0 auto;
	}
	.appstore {
		height: 60px;
		width: 200px;
		margin: 0 auto;
	}
	.image_desktop {
	 	visibility: hidden;
	}
	.image_mobile {
	 	visibility: visible;
	 	overflow: hidden;
	 	margin-bottom: 10%;
	}
	.social {
		width: 80%;
		position: relative;
		padding-top: 30%;
		padding-bottom: 20%;
		margin: 0 auto;
	}
	.social a {
		font-size: 2vh;
		margin-right: 5%;
		margin-left: 5%;
	}
	h1, h2, .appstore, .social, .image_mobile {
		-webkit-animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
		-moz-animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
		animation:animate 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
		
		-webkit-animation-fill-mode:backwards;
		-moz-animation-fill-mode:backwards;
		animation-fill-mode:backwards;
		
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	h2 {
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}
	.image_mobile {
		-webkit-animation-delay: 0.9s;
		animation-delay: 0.9s;		
	}
	.appstore {
		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}
	.social {
		-webkit-animation-delay: 1.5s;
		animation-delay: 1.5s;	
	}
	@-webkit-keyframes animate {
	  0% {
	    -webkit-transform: translateY(60px);
		opacity: 0;
	   }
	  100% {
	    -webkit-transform: translateY(0%);
	    opacity: 1;
	  }	
	}
	@keyframes animate {
	  0% {
	    transform: translateY(60px);
	    opacity: 0;
	   }
	  100% {
	    transform: translateY(0%);
	    opacity: 1;
	  }	
	}

}