@import url('reset.css');


body{
 background: url('../images/fnd.jpg') no-repeat center fixed; 
 background: url('../images/fnd1.jpg') no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }



/* Estilo del cuerpo*/

h2, h3 {
	font-family:morpheus;
}

h2{
	font-size: 18pt;
}

p, ol {
	font-family: prototype;
	color: white; 
}



a { 
	border:4px;
	margin-top: 5%;
	text-decoration: none; 
	padding: 5px 5px;
	color: white; 
	display: inline-block;
	background: #555;
	-webkit-transition: all 1s linear;
	 -moz-transition: all 1s linear;
	  -ms-transition: all 1s linear;
	   -o-transition: all 1s linear; 
	   transition: all 1s linear; }

a:hover { 

	background: #fff;
 	color: white; 
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  	-webkit-transform: scale(1.1,1.1); 
  	-moz-transform: scale(1.1,1.1); -
  	ms-transform: scale(1.1,1.1); 
  	-o-transform: scale(1.1,1.1); 
  	transform: scale(1.1,1.1); 
  	-webkit-transition: all .3s linear; 
  	-moz-transition: all .3s linear; 
  	-ms-transition: all .3s linear; 
  	-o-transition: all .3s linear; 
  	transition: all .3s linear; }

/*estructura general*/
;
footer {
	width:85%;
	position: fixed;

	bottom: 0px;
	
	max-width: 1080px;

}
footer {
	width: 85%;
	margin-left:7%;
	position: fixed;
	bottom: 0px;
	background: black;
	text-align: center;
	color: #fff;

	padding:10px 0px  ;
	clear: both;


}

a:hover + .intro-text {
	opacity: 1;
	transform: translate(30px, 10px);
}
.intro-wrap {
	position: relative;
}
.intro-text {
	position: absolute;
	font-family: 'morpheus';
	transition: all 1s ease;
	width: 200px;
	right: 24%;
	opacity: 0;
	bottom: 30px;
	font-size: 36px;
	font-weight: 800;
	color: #fff;
}