﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

  @font-face {
	font-family: 'Carter One';
	src:  url('fonts/CarterOne-Regular.ttf') format('woff2'),
		  url('fonts/CarterOne-Regular.woff') format('woff'),
		  url('fonts/CarterOne-Regular.ttf') format('truetype');
  }

* {
	box-sizing: border-box;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;

	font-family: 'Roboto', sans-serif !important;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	height:100%;

}

body {
    font-family: 'Verdana', Ariel;

    /* height: 100vh; */
	padding: 0;

    color: #fff;
    margin: 0;
   
    background-color: rgba(36,24,62,1);
    background: linear-gradient(to top, rgba(84,60,134,1) 0%, rgba(36,24,62,1) 100%);
	background-repeat: no-repeat;

	
	/* background-image: url('images/background_blurred.jpg');
	background-size: cover;
	background-repeat: no-repeat; */
	
	background-attachment: fixed; 

}

h1 {
	font-size: 3em;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-family: 'Carter One' !important;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
}

h2, h3, h5 {
	margin-top: 5px;
	font-family: 'Carter One' !important;
}

h1 > img {
	max-width: 300px;
}

footer {
	margin-top: 50px;
	color: #ccc;
	font-size: 0.8em;
	display: block;
	text-align: center;
}

.content__monkeyRewards {
    display: none !important;
}

a {
	text-decoration: underline;
	color: #fff!important;
}

a, a:active, a:visited {
	color: #fff;
}

p {
	font-size: 1.1em;
	line-height: 2.0em;
}

.hiddenimage {
	display: none;
}

.maincontainer {	
	position: relative;
	max-width: 600px;
	min-width: 300px;
	margin: 0 auto;
}

header {
	text-align: center;
	display: block;
	width: 100%;
}

.mainpanel {

	padding-top:10%;
	/* background: rgba(84,60,134,1);
    background: linear-gradient(to top, rgba(84,60,134,1) 0%, rgba(36,24,62,1) 100%);
	
	border-radius: 5px;
	border: 4px solid #fff;
	padding: 5px;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2); */
}

.videoborder {
	border: 4px solid #fff;
	border-radius: 5px;;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
}

.shot {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-size: contain;
	margin: 5px;
	border-radius: 2px;
	border: 4px solid #fff;
	border-radius: 5px;;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	background-size: cover;
}

.shot:hover, .shot:active, .shot:focus {
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 5px rgba(122, 96, 96, 0.3);
}

.shot.shot1 {
	background-image: url('images/shot1.jpg');
	transform: rotateZ(5deg);
}
.shot.shot2 {
	background-image: url('images/shot2.jpg');
	transform: rotateZ(2deg);
}
.shot.shot3 {
	background-image: url('images/shot3.jpg');
	transform: rotateZ(-4deg);
}
.shot.shot4 {
	background-image: url('images/shot4.jpg');
	transform: rotateZ(-1deg);
}
.shot.shot5 {
	background-image: url('images/shot5.jpg');
	transform: rotateZ(3deg);
}
.shot.shot6 {
	background-image: url('images/shot6.jpg');
	transform: rotateZ(-2deg);
}

.icon-play {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('images/icon-play.png');
	background-position: center center;
	background-size: 33% 33%;
	background-repeat: no-repeat;
	opacity: 0.9;
}

.twitter {
	display: inline-block;
	height: 32px;
	color: white;
	background-image: url('images/twitter.png');
	background-position: left center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding-left: 40px;
	padding-top: 5px;
	margin: 5px;
}

.instagram {
	display: inline-block;
	height: 32px;
	color: white;
	background-image: url('images/instagram.png');
	background-position: left center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding-left: 40px;
	padding-top: 5px;
	margin: 5px;
}

.topleft {
	position: absolute;
	top: 15px;
	left: 15px;
}

.text-center {
	text-align: center;
}

.features-ul {
	margin: 0;

}
.features-ul li {
	padding:5px;
	font-size: 1.2em;
	list-style-image:url('images/icon-check.png');
	list-style-position: inside;
	white-space: nowrap;
}

.storelogo {
	overflow: hidden;
	text-align: center;
	margin: 30px;
}

.storelogo-soon {
	vertical-align: middle;
	border-style: none;
	background-image: url('images/playstore_soon.png');
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.phoneframe {
	/* display: block;
	position: relative;
	min-width: 200px;
	max-width: 400px;
	height: 100%; */

	margin-top: 30px;

	display: inline-block;
	position: relative;
	width: 300px;
	height: 611px;

	background-image: url('images/phoneframe.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotateZ(-2deg);

}

.phoneframe-shadow {

	display: inline-block;
	position: absolute;
	width: 400px;
	height: 815px;

	background-image: url('images/phoneframe-shadow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotateZ(-2deg);

}

.phoneframe-content {
	display: block;
	position: absolute;
	height: 100%;
	width: 92%;
	left: 4%;
	top: 0px;

	background-image: url('images/Flagger_website_gif1.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}

.phoneframe-frame {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;

	background-image: url('images/phoneframe.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	
}


.logo {
	margin: 0 auto;
	position: relative;
	margin-left: 0 auto;
	margin-right: 0 auto;
	max-width: 300px;
	
	animation: logo 0.5s;
}

@keyframes logo {
	from {opacity: 0;}
  	to {opacity: 1;}
}


@media screen and (max-width: 530px) {
	.container { 
		margin: 5px !important;
		padding: 8px;
	}
	.shot {
		width: 90px;
		height: 90px;	
		border: 3px solid #fff;	
	}
	
}
