@charset "UTF-8";
/* CSS Document */
@import url('myAnimation.css'); /* with this I can put my animations in a different css so I don't get confused by the lenght of the code */



body{
	font-family: 'Delius Unicase', cursive;
	background-color:rgba(31,148,30,1.00);
	background-size:contain;
	position:relative;

	}
img{
	max-width:100%;
	}
/* Styles for the container-fluid div */
.home{
/*	background:url(../img/snoopy-house.png) 70% 85% no-repeat,
	url(../img/bg1.gif) repeat-x #1F941E;
	background-size:20em, auto;*/
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0px;
	border: none;
}
/* Styles for every row on the page */

.home{
	
	width:960;
	margin:auto;
	
	
	}

/* Title home animate */

.title-home{
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	font-size: 2.8em;
	text-shadow: 2px 2px 2px #000000;
	
	position:relative;/* controls placement */
	left:50px;
	display:block;
	top:-550px;
	-moz-animation:title-home 5s;
	-webkit-animation:title-home 5s;
	animation:title-home 5s;
	text-align:center;
	
	}

.start{
	margin-top: -500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 330px;
	z-index: 9999;
	}
	
.start a {
	color: #F9A800;
	font-size: 3em;
	font-weight: 700;
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 36px;
	
	}
.start a:hover {
	color: #fff;
	background-color: #F9A800;
	transition-duration: 1s;
	}
.bird{
	z-index:9999999999;
	width:50px;
	
	position:relative;/* controls placement */
	
	-moz-animation:bird 5s;
	-webkit-animation:bird 5s;
	animation:bird 5s;
	animation-iteration-count:infinite;
	}

.home .snoopy{
	margin:auto;
	
	
	}


.btn-home{
	position:relative;/* controls placement */
	left:80px;
	top:-550px;
	-moz-animation:btn-home 5s;
	-webkit-animation:btn-home 5s;
	animation:btn-home 5s;
	
	}



/* Styles options page */
.options h2 {
	position: absolute;
	top: -25px;
	left:40px;
	margin-left: auto;
	margin-top: 492px;
	width: 350px;
	height: 50px;
	margin-right: auto;
	}
	
.options h2 a{
	color: #F9A800;
	font-size: 3em;
	font-weight: 700;
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 36px;
	}
.options h2 a:hover{
	color: #fff;
	background-color:#F9A800;
	transition-duration:1s;
	}

.big-snoopy{
	top: 0px;
	width: 60%;
	margin-top: -40px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* =================================================== */























@media (max-width: 767px){
	
.home{
	background:
	url(../img/bg-mobile.jpg);
	background-size:contain;
	width: 100%;
	height: 1024px;/* ___________________ fix this ______________________*/

}
/*

 Title home animate 

.title-home{
	font-size: 2.8em;
	text-shadow: 2px 2px 2px #000000;
	
	position:relative; 
	left:50px;
	display:block;
	top:-550px;
	-moz-animation:title-home 5s;
	-webkit-animation:title-home 5s;
	animation:title-home 5s;
	text-align:center;
	
	}







	*/
	
	.title-home{
	position: relative;
	margin-top: 136px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right:80px;
	width:400px;
	font-size: 2.1em;
	text-shadow: 2px 2px 2px #fff;
	line-height: 1.2;
	color: #E76C13;
	-moz-animation: title-home 5s;
	-webkit-animation: title-home 5s;
	animation: title-home 5s;
	z-index: 9999;	
	
	}
	
	
		
	.start{
	margin-top: -30%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 270px;
	z-index: 9999;
	font-size:.8em;
	}
	
.home .snoopy{
	margin:auto;
	max-width:70%;
	
	}
/*    Options styles ====================================================  */

.options{
	background:
	url(../img/bg-mobile.jpg);
	background-size:contain;
	width: 100%;
	height: 1024px;/* ___________________ fix this ______________________*/

}
.options h2 {
	position:relative !important;
	top: 68px !important;
	left:0px !important;
	display:block !important;
	margin-left: auto !important;
	margin-right:auto !important;
	margin-top:-90px;
	width: 350px;
	height: 50px;
	}
	
.big-snoopy{
	width:300px;
	margin:auto;
	margin-top:100px;}
}
