*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

body{
	background-color: #eaf9ff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p{
	color: #3C3C3C;
	line-height: 1.5;
}

.navbar-abajo{
	position:fixed;
	width:100%;
	height: 13%;
	z-index:1;
	bottom: 0;
}

.navicon{
	height: 95%;
	padding: 0.3%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.5s;
  	transition: 0.5s;
}

.navicon:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

@media (max-width: 600px) {
	.column{
		width: 100%;
	}

	h1{
		font-size: 2.5em;
		padding-bottom: 20%;
	}
}