
body {
	background: #000000;
}


#wrap {
	height: 80%;
	width: 80%;
	margin: 10% auto;
	margin-top: 0;
}

.logo
{
    background-image: url(/i/Logo.png);
    background-size: contain;
    margin: 0 auto;
    margin-top: -50px;
    display: block;
    width: 256px;
    height: 256px;
}

.caption h1 {
    color: #ffb400;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.splide__slide img {
    height: 100%;
}

.splide__arrow--next
{
    right: -2em !important;
}

.splide__arrow--prev {
    left: -2em !important;
}

.splide__pagination {
    bottom: -2em !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hireme{
	width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20%;
}

.top {
	height: 7%;
	margin: 0 auto;
}

.top ul li {
	float: left;
}

.content {
	height: 32%;
	width: 67%;
	margin: 50px auto;
	font-size: xx-large;
	font-family: 'Lemon', cursive;
	color: #fff000;
	text-align: center;
	line-height: normal;
	display: table;
}


.content section {
	display: inline-block;
	text-align: center;
	background: #e6e9ef;
	color: #fff000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	height: 200px;
	width: 200px;
	margin: 25px 25px;
	background-image: -webkit-linear-gradient(#646464, transparent);
	background-image: -moz-linear-gradient(#646464, transparent);
	font-size: x-large;
	font-family: 'Lemon', cursive;
}

.content section:hover {
	background: #646464;
	background-image: -webkit-linear-gradient(#e6e9ef, transparent);
	background-image: -moz-linear-gradient(#e6e9ef, transparent);
	color: #fff000;
}

.android{
	/* color: #fff000; */
	font-size: 120px;
	color: greenyellow !important;
	text-decoration: none;
}

.content section a {
	color: #fff000;
	text-decoration: none;
}


.android-container:hover {
	background: #646464;
	background-image: -webkit-linear-gradient(#e6e9ef, transparent);
	background-image: -moz-linear-gradient(#e6e9ef, transparent);
	color: #fff000;
}



.android-title {
	text-align: center;
    display: inline-block;
	/* margin: 25px 0 0 0; */
	color: #fff000;
	text-decoration: none;
}

.content section a:visited {
	color: inherit;
}
.android-container {
	text-align: center;
	/* background: #e6e9ef; */
	color: #fff000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	height: 200px;
	width: 200px;
	/* float: left; */
	background-image: -webkit-linear-gradient(#646464, transparent);
	background-image: -moz-linear-gradient(#646464, transparent);
	font-size: x-large;
	font-family: 'Lemon', cursive;
	margin: 0 auto;
	left: 0;
    right: 0;
    position: relative;
}

.content section img{
	/* -webkit-border-radius: 25px; */
	/* -moz-border-radius: 25px; */
	/* border-radius: 25px; */
	/* -webkit-box-shadow: 0px 0px 3px 1px #989898; */
	/* -moz-box-shadow: 0px 0px 3px 1px #989898; */
	/* box-shadow: 0px 0px 3px 1px #989898; */
	margin: 10px;
	filter: gray; -webkit-filter: grayscale(100%); filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
	transition: 1.5s;
	/* width: 180px; */
    height: 130px;
}

.content section:hover img{
	transition: 1.5s;
	filter: none; -webkit-filter: grayscale(0%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.center{
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fln-hireme{
	margin: 3% 0 0 0;
}

.donate{
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.adsbygoogle{
	position: absolute;
	left: 2%;
}