@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,400italic,800italic,700italic,600italic,300italic,700,600,300);

html,body {
  height:100%;
  font-family: 'Open Sans', sans-serif;
}
	
a {color: #EE1C25;}

/* Main Element */	
.cover {
  min-height:100%;
  overflow:hidden;
  background-color:#878486;
}


.logo-header {background-color:#FFF;
  color:#eee;margin: 0 auto;}
  
.logo-header img {width:100%;} 
  
.sectional {
  margin: 0 auto;
}

.lead {margin-top: 20px;}

.block {margin-top:50px;margin-bottom:20px;}

.block img {width:1140px;height:200px;}

/* Only media q I used to make img look better responsively */
@media (max-width: 768px) {
.block img {width:auto;height:auto;}
}


.block p {margin: 20px 0px 20px 0px;
    font-size: 1.5em;}

.block p a {color: #EE1C25;}	
	

.first {background-color:#fff;  padding: 5px 0 20px 0;}
.first h1 {font-size: 26px;
line-height: 0.5;
color: #d30000;}

.first h2 {font-size: 36px;
font-weight: 800;}

.second {background-color:#343F48;padding: 5px 0 20px 0;}
.second h1 {color:#fff;}


.first ul { padding-left:20px; list-style:none; }
.first li { margin-bottom:10px; }
.first li:before {    
    font-family: 'FontAwesome';
    content: '\f057';
	color: red;
    font-size: 30px;
    margin-right: 50px;
}


.third {background-color:#fff;  padding: 15px 0 20px 0;}

#signup p {
    color:#ffffff;
}

#confirmation {
    color:#ffffff;
    font-size:2em;
}

.footer {

}

.disclosure {
    margin:auto;
    text-align: center;
}

  