@charset "UTF-8";

/* THE MACROBIAN STYLES */  

.footer {
  	margin-top: 50px;
	background-color: #C0C0C0;
  	width: 100%; 
  	margin-right: 0 auto;
  	margin-left: 0 auto; 
  	padding: 30px 0 20px 0;
}
  
.sources {
  	margin-top: 50px;
  	background-color: #E8E8E8;
  	width: 100%; 
  	margin-right: 0 auto;
  	margin-left: 0 auto; 
  	padding: 20px 0 30px 0;
}

.contact {
  	margin-top: 20px;
  	background-color: #E8E8E8;
  	width: 100%; 
  	margin-right: 0 auto;
  	margin-left: 0 auto; 
  	padding: 15px 15px 15px 15px;
}

hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #D3D3D3; /* old IE */
    background-color: #C0C0C0; /* Modern Browsers */
}
	
.copy {
	padding: 5px 0 5px 0;
	background-color: #C0C0C0;
}
	


/* BLINKING HEADLINE TEXT ----------------------------------------------- */ 

.blinking{
    animation:blinkingText 2.5s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

/* END BLINKING HEADLINE TEXT ----------------------------------------------- */ 	






/* LINKS ----------------------------------------------- */  

 /* unvisited link */
a:link {
  	color: black;
  	text-decoration: underline;
}

/* visited link */
a:visited {
  	color: black;
}

/* mouse over link */
a:hover {
  	color: #236B8E;
}

/* selected link - CLICK */
a:active {
  	color: #236B8E;
} 

/* END LINKS ----------------------------------------------- */


/* TEXT ----------------------------------------------- */

body {
  	background: #fff;
  	color: #000;
  	font-family: Futura-Light, Trebuchet MS, Arial, sans-serif;
  	font-size: 22px;
  	font-weight: 600;

}	

p {
	line-height: 28px;
}

.sources p  {
	font-size: 18px;
}

.footer p  {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 900;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	/*	text-transform: uppercase; */
}
	
h1 {
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 15px;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
}
	
h2 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 25px;
}

h3 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 5px;
}
	
h4 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}
	
h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
	
h6 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: 2px;
	text-transform: uppercase;
}
	
	
/* END TEXT ----------------------------------------------- */	
	


/* FORM ----------------------------------------------- */

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 100%;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100%;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100%;
	padding-top: 0px;
	font-size: 20px;
	font-weight: 600;
}
	
/* END FORM ----------------------------------------------- */	
	

/* NEWS LINE ----------------------------------------------- */

.text
	 {
    float:left;
    border:solid 0px gray;
    background-color: white;
    padding-right:5px;
    font-size: 18px;
    color:#C0C0C0;
    font-style: italic;
}

.container
    {
	padding-left:0px;
	margin-bottom:60px;
    border-bottom:solid 2px #C0C0C0;
    height:15px;
}
	
/* END NEWS LINE ----------------------------------------------- */	



/* AD ----------------------------------------------- */

	
.container2
    {
	padding-left:0px;
	margin-bottom:15px;
    border-bottom:solid 2px #C0C0C0;
    height:15px;
}

.text2
	 {
    float:left;
    border:solid 0px gray;
    background-color: #E8E8E8;
    padding-right:5px;
    font-size: 18px;
    color:#C0C0C0;
    font-style: italic;
}

/* SECTIONS ----------------------------------------------- */

.container3
    {
	padding-left:0px;
	margin-top: 30px;
	margin-bottom:0px;
    border-bottom:solid 2px #C0C0C0;
    height:15px;
}

.container4
    {
	padding-left:0px;
	margin-top: 5px;
	margin-bottom:20px;
    border-bottom:solid 2px #C0C0C0;
    height:15px;
}


/* PARALLAX ----------------------------------------------- */

.parallax-background {
	background-color: #0078A0;
	height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 500px;
	padding: 50px;
	font-size: 20px;
	background-color: #fff;
} 

	