body {
	background-color: #007DB9;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: white !important;
}
p {
	font-size: 1.3em !important;
}
h2 {
	font-size: 2.3em !important;
	color: white !important;
}
p, h2 {
	font-family: 'Roboto' , sans-serif !important;
	text-align: center;
}

.description {
	margin-top: 10%;
}
.mockup {
	margin-top: 6%;
	padding-left: 100px;
}
.googleplay {

}
.googleplay img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.copyright {
	background-color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.copyright p {
	color: black;
	margin-bottom: 0 !important;
	padding: 10px 0;
}
.copyright a {
	color: black;
}
.copyright a:hover {
	text-decoration: underline;
}

.sun{
	margin: 0 auto;
	display: block;
	padding-bottom: 5px;
	-webkit-animation: spin1 4s infinite linear;
	-moz-animation: spin1 4s infinite linear;
	-o-animation: spin1 4s infinite linear;
	-ms-animation: spin1 4s infinite linear;
	animation: spin1 4s infinite linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes spin1 {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg);}
} 


@media only screen and (max-width: 64em) {
	h2 {
		padding-top: 20px;
	}
	p {
		font-size: 1.1em;
		text-align: justify;
	}
	.description {
		margin-top: 0;
	}
	.mockup {
		padding-left: 0;
	}
	.mockup img{
		margin: 0 auto;
		display: block;
		padding-bottom: 20px;
	}
}