@charset "UTF-8";
/* CSS Document */

.primero {
	font-family: Lato;
	font-size: 38px;
	font-weight: 300;
	color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
      }
.primeroCopy {
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(40.png);
}
.primeroCopy a {
	text-decoration: none;
	color: #ffffff;
}

.primeroCopy a:hover {
	text-decoration: none;
	color: #ffffff;
}
	  
.segundo {
	font-family: Lato;
	font-size: 80px;
	font-weight: 300;
	color: #FFF;
	margin: 40px;
	padding: 40px;
	}

	  
nav {
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-transform: uppercase;
	}
	
	nav a {
	text-decoration: none;
	color: #ffffff;
	}

	nav a:hover {
	text-decoration: none;
	color: #f2f2f2;
	}
.social {
	background-image: url(Social-Icons.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 40px;}
.fb {background-position:left top;}
.tw {background-position:-70px top;margin-right: 120px;}
