body {
	margin: 0;
	padding: 0;
}
.title-1,
.title-2 {
	color: darkorange;
	font-size: 1em;
	text-align: center;
}
.title-1 {
	font-weight: bold;
}
.title-1 a{
	color: darkorange;
	text-decoration: none;
}
.title-2 {
	font-size: .7em;
	font-style: italic;
}
header {
	padding-top: 10px;
	/*background-color: lightblue;*/
}
.index-photo {
	padding-top: 20px;
	display: block;
	max-width: 100%;
	margin: 0 auto;	
}
.separator,
.separator2{
	display: block;
	border-bottom:lightblue solid 3px;
	margin: -18px auto 0;
	width: 80%;
}
.separator2{
	width: 90%;
}
.navigation {
	list-style: none;
	text-align: center;
}
.navigation li{
	padding-top: 20px;
}
header a {
	text-decoration: none;
}
.pre-nav {
	list-style: none;
	margin-top: 50px;
}
.pre-nav li {
	margin-top: 20px;
}
.home-btn {
	display: block;
	margin: 0 auto;
	width: 174px;
	height: 42px;
	object-fit: none;
  	object-position: 0 0;
}
.home-btn:hover {
	object-position: 0 -39px;
}
.spanish-btn {
	display: block;
	margin: 0 auto;
	width: 174px;
	height: 42px;
	object-fit: none;
  	object-position: 0 0;
}
.spanish-btn:hover {
	object-position: 0 -41px;
}
.english-btn {
	display: block;
	margin: 0 auto;
	width: 174px;
	height: 42px;
	object-fit: none;
  	object-position: 0 0;
}
.english-btn:hover {
	object-position: 0 -44px;
}
.navigation {
	margin-left: 0;
	padding-left: 0;
}
.navigation li:first-child {
	padding-top: 10px;
}
.biosppic {
  	object-fit: none;
  	object-position: 0 0;
  	width: 286px;
  	height: 100px;
  	margin-bottom: 100px;
}
.biosppic:hover {
	object-position: 0 -107px;
}
.biopic {
  	object-fit: none;
  	object-position: 10px -105px;
  	width: 286px;
  	height: 100px;
  	margin-bottom: 100px;
}
.biopic:hover {
	object-position: 10px 0;
}
.newslink {
	display: none;
}
.newspic {
	display: none;
  	object-fit: none;
  	object-position: 7px 0;
  	width: 286px;
  	height: 100px;
}
.newspic:hover {
	object-position: 7px -107px;
}
.noticiaspic {
  	object-fit: none;
  	object-position: 0 0;
  	width: 286px;
  	height: 100px;
}
.noticiaspic:hover {
	object-position: 0 -104px;
}
.nav-btn {
	color: blue;
	font-size: 1.3em;
	background-color: skyblue;
	border: lightblue solid 7px;
	border-radius: 25px; 
	padding: 10px 15px;
	width: 70%;
	font-weight: bold;
}
.nav-btn:hover {
	color: lightblue;
	background-color: blue;
}
.social-media-text {
	display: block;
	color: orange;
	text-align: center;
	font-size: 1.6em;
	margin: 40px 0 20px 0;
	font-style: italic;
}
.social-icons {
	text-align: center;
  	padding: 0;
  	list-style: none;
}
.social-icons li{
	width: 25%;
  	display: inline-block;
  	vertical-align: top;
}
.icon {
	width: 40px;
	height: auto;
}
.face-icon:hover {
	border: lightblue 3px solid;
	padding: 3px;
	border-radius: 5px;
	margin: -6px;
}
.twit-icon:hover {
	border: lightblue 3px solid;
	padding: 3px;
	border-radius: 5px;	
	margin: -6px;
}
.email-icon:hover {
	border: lightblue 3px solid;
	padding: 3px;
	border-radius: 5px;
	margin: -6px;
}
.wow-text {
	font-weight: bold;
}
.no-wow-text {
	font-weight: normal;
}
.mow-text {
	text-decoration: underline;
}
.bow-text {
	font-style: italic;
}
.hidden {
	display: none;
}
.enews {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 10px;
}
.bio-es-title {
	display: block;
	margin: 50px auto;
	padding: 20px 0;
	background: lightblue;
	color: #336699;
	text-align: center;
	width: 80%;
}
.main-es-bio-text{
	width: 80%;
	margin-left: 30px;
}
.main-es-noticias-text {
	width: 80%;
	margin: 0 auto;
}
.video-container {
	margin-top: 50px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page-link {
	margin: 20px 0;
	text-align: center;
}
h4 {
	margin-top: 30px;
	margin-bottom: -30px;
}
h2,
h3 {
	text-align: center;
}
footer {
	margin-top: 30px;
	text-align: center;
	color: gray;
	font-size: .7em;
	margin-bottom: 10px;
}
@media (min-width: 720px){
	.index-photo {
		float: left;
		position: relative;
		max-width: 50%;
		left: 30px;
	}
	.pink-photo {
		left:60px;
	}
	.main-es-bio-text {
		display:block;
		margin: 0 auto;
	}
	.social-icons li{
		width: 10%;
	}
	.pre-nav {
		text-align: center;
  		padding: 0;
  		list-style: none;
	}
	.pre-nav li{
		width: 25%;
  		display: inline-block;
	}	
	 
	.english-btn {
		margin-bottom: -4px;
	}
	.title-1 {
		width: 90%;
		text-align:left;
		margin-left: 150px;
		margin-bottom: 20px;
	}
	.title-2 {
		text-align: right;
		margin-right: -250px;
		width: 90%;
	}
	.spanish-btn {
		margin-bottom: -4px;
	}
}
@media (min-width: 923px) {
	.index-photo {
		left: 100px;
	}
	.pink-photo {
		left: 175px;
	}
	.green-photo {
		left: 175px;
	}
	h1 {
		font-size: 3em;
	}
	.noticiaspic {
		margin: 50px 0 20px 0;
	}

	.pre-nav li{
		width: 25%;
	}	
}