@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url('https://fonts.googleapis.com/css?family=Baloo+2&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url(menu.css);
@import url(contenedor.css);
@import url(galeria.css);

h1 h2 h3 h4 h5{
	font-family: 'Montserrat', monospace;	
    line-height: 3;
}
p{
	font-family: 'Montserrat', monospace;
    color: #fff;
}
p a{
    color: #fff;
    text-decoration: none;
}
p a:hover{
    color:#ff7f50;
}
*{
	box-sizing: border-box;	
	margin:0;
	padding:0;
}
body {
	height: auto;
	background-image:linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url(../imagenes/fuego.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	
}

#inicio{
	display: block;
	height:180px;
	width: 100%;
	margin:auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 30%;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;

}
#inicio h1{
	margin-top: 20px;
	margin-bottom:20px;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
}
#inicio p{
	width:80%;
	margin-left:10%;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 2;
	font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width:500px){
#inicio{
	height:180px;
	width: 70%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 20%;
}
#inicio h1{
	font-size:50px;
}	
}
@media screen and (min-width:1024px){
#inicio{
	height:250px;
	width: 600px;
	margin-top: 8%;
}
#inicio h1{
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 60px;
}
#inicio p{
	font-size: 18px;
	margin-top: 30px;
}	
}

