@charset "UTF-8";

/* Del Cielo Media */

a:link {
    text-decoration: none;
	color: inherit;
}

a:visited {
    text-decoration: none;
	color: #99A4AE;
}

a:hover {
	font-weight: bold;
}

a:active {
    font-weight: bold;
}

html,body {
    background-image: url("../images/eagle_retina.jpg");
	background-size: cover;
	height: 90%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.pageHeader {
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
}

.logo {
	height: 70px;
	margin-left: 8%;
	margin-top: -20px;
}

.headerText {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #99A4AE;
	margin-top: 20px;
	margin-right: 20%;
	float: right; 
	display: inline-block; 
	overflow: hidden;
}

.pageFooter {
	background: #FFFFFF;
	height: 45px;
	line-height: 45px;
	width: 100%;
	position: fixed;
	bottom: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.footerText {
	font-family: 'Arvo', serif;
	font-size: 10px;
	color: #99A4AE;
	margin-left: 15%;
	display: inline-block;
	overflow: hidden;
}

.footerImage {
	float: right;
	margin-top: 5px;
	margin-right: 20%;
	position: relative;
	overflow: hidden;
}
	
.subsidiaryImage {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 20%;
	margin-bottom: 65px;
}

.subsidiaryImage2 {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 20%;
	margin-bottom: 65px;
}

.paragraph {
	font-family: 'Open+Sans', sans-serif;
	font-size: 80%;
	font-weight: 100;
	color: #333132;
	float: right;
	margin-top: 10px;
	margin-right: 20%;
	width: 35%;
	line-height: 150%;
	text-align: justify;
}

.paragraph2 {
	font-family: 'Open+Sans', sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #333132;
	float: right;
	margin-right: 20%;
	width: 35%;
	line-height: 150%;
}

.paragraphDark {
	font-family: 'Open+Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
}

.paragraph2Dark {
	font-family: 'Open+Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
}

.container {
	background-color: #FFFFFF;
	opacity: 0.9;
	width: 50%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

ul {
  	padding-left: 20px;
}

li {
	margin: 1em;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

.contactForm {
	align-content: center;
	margin-top: -40px;
	margin-left: 32%;
}
 
 @media only screen and (max-width:960px){
	 html, body {
    background-image: url("../images/eagle_retina.jpg");
	height: 100%;
	background-repeat: no-repeat;
	background-position: 45% 20%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
	
	.pageHeader {
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	}	
	
	.paragraph {
		font-family: 'Open+Sans', sans-serif;
		font-size: 80%;
		font-weight: 100;
		color: #000;
		float: right;
		margin-top: 0px;
		margin-right: 10%;
		width: 50%;
		line-height: 120%;
		text-align: justify;
	}
	
	.paragraph2 {
		font-family: 'Open+Sans', sans-serif;
		font-size: 80%;
		font-weight: 100;
		color: #000;
		float: right;
		margin-right: 10%;
		width: 50%;
		line-height: 170%;
	}
	
	.paragraphDark {
	font-family: 'Open+Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	}

	.paragraph2Dark {
	font-family: 'Open+Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 170%;
	}
	
	.subsidiaryImage {
		width: 200px;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-right: 10%;
		margin-bottom: 10%;
	}
	
	.subsidiaryImage2 {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10%;
	margin-bottom: 10%;
}
	
	.logo {
		height: 60px;
		margin-left: 5%;
		margin-top: -30px;
	}
	
	.pageFooter {
		background: #FFFFFF;
		height: 45px;
		line-height: 45px;
		width: 100%;
		position: fixed;
		bottom: 0;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	.footerText {
	font-family: 'Arvo', serif;
	font-size: 10px;
	color: #99A4AE;
	margin-left: 10%;
	display: inline-block;
	overflow: hidden;
}

.footerImage {
	float: right;
	margin-top: 6px;
	margin-right: 10%;
	position: relative;
	overflow: hidden;
}
	
	.headerText {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #99A4AE;
		margin-top: 20px;
		margin-right: 10%;
		float: right; 
		display: inline-block; 
		overflow: hidden;
	}
	
	.container {
		background-color: #FFFFFF;
		opacity: 0.9;
		width: 55%;
		padding: 15px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	
	ul {
  		padding-left: 20px;
	}
	
	li {
		margin: .5em;
	}
 }
 
  @media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
	 html, body {
    background-image: url("../images/eagle_small.jpg");
	height: 100%;
	background-repeat: no-repeat;
	background-position: 55% 70%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
	
	.pageHeader {
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	}
	
	.paragraph {
		font-family: 'Open+Sans', sans-serif;
		font-size: 80%;
		font-weight: 100;
		color: #FFFFFF;
		float: right;
		margin-top: 45px;
		margin-right: 10%;
		width: 60%;
		line-height: 120%;
		text-align: justify;
	}
	
	.paragraph2 {
		font-family: 'Open+Sans', sans-serif;
		font-size: 80%;
		font-weight: 100;
		color: #FFFFFF;
		float: right;
		margin-right: 10%;
		width: 60%;
		line-height: 170%;
	}
	
	.paragraphDark {
		font-family: 'Open+Sans', sans-serif;
		font-size: 15px;
		font-weight: 100;
		color: #000;
		line-height: 150%;
		text-align: justify;
	}

	.paragraph2Dark {
		font-family: 'Open+Sans', sans-serif;
		font-size: 14px;
		font-weight: 100;
		color: #000;
		line-height: 170%;
	}
	
	.subsidiaryImage {
		visibility: hidden;
		width: 150px;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-right: 10%;
		margin-bottom: 18%;
	}
	
	.subsidiaryImage2 {
	width: 350px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10%;
	margin-bottom: 10%;
}
	
	.logo {
		height: 50px;
		margin-top: -25px;
		margin-bottom: -30px;
	}
	
	.pageFooter {
		background: #FFFFFF;
		height: 70px;
		width: 100%;
		position: fixed;
		bottom: 0;
	}
	
	.footerImage {
		float: right;
		margin-top: 19px;
		margin-right: 10%;
		overflow: hidden;
	}
	
	.footerText {
		font-family: 'Arvo', serif;
		font-size: 10px;
		color: #99A4AE;
		margin-left: 10%;
		margin-top: 12px;
		width: 50%;
		display: inline-block;
		overflow: hidden;
	}
	
	.headerText {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #99A4AE;
		margin-top: 20px;
		margin-right: 10%;
		float: right; 
		display: inline-block; 
		overflow: hidden;
	}
	
	.container {
		background-color: #FFFFFF;
		opacity: 0.9;
		width: 65%;
		padding: 15px;
		margin-top: 45px;
		margin-left: auto;
		margin-right: auto;
	}
	
	ul {
  		padding-left: 20px;
	}
	
	li {
		margin: .5em;
	}
 }