body, html {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;  
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 190px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 5px;
	
	background: url("../peronismo.jpg") no-repeat center;
	background-size: auto;
	text-align: center;
	background-color: #e7e7e7;
}

.intro-message {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.intro-message > h1 {
	margin: 5px;
	font-size: 3em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 10%;
	}

	.intro-message > h1 {
		font-size: 18px;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
	}

	
	ul.intro-social-buttons > li:last-child {
		margin-bottom: 20px;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #e7e7e7;
	padding-top: 10px;
	  border: 3px solid #888;
	border-radius:3px;
	

	}

.content-section-b {
	
		padding-top: 10px;
  border: 3px solid #888;
       border-radius:3px;
	background-color: #e7e7e7;
	
	
}

.section-heading {
	margin-bottom: 20px;
	color: #FFFFFF;
}

.section-heading-spacer {
	border-top: 3px solid #FFFFFF;
	width: 300px;

}

.fondo {
background-color: #A5ECAB;
border: 4px solid #AEADEC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	
}

