*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

.outer {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
  font-family: Open Sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 135%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

#header{
  float: none;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #000;
}

#header h1{
  font-size: 80px;
  font-size: 4rem;
  font-weight: 300;
}
#header h1 i{
  font-size: 80px;
  font-size: 4rem;
}
.red{
  color: red;
}

#uaba{
  float: none;
  margin: 30px auto;
}

#statement{
  float: none;
  padding: 10px 0px 50px 0px;
  margin: 0 auto;
}

#petition-form,
#submit{
  float: none;
  margin: 0px auto;
}
#petition-form div{
  margin: 10px 0px;
}
#signed_list{
  float: none;
  margin: 0px auto;
}

@media (min-width: 40rem) {
  .column {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 24.95%; }
  .column.flow-opposite { float: right; }  
}

/* Small screens (default) */
html{ font-size: 100%; }
 
/* Medium screens (640px) */
@media (min-width: 40rem) { 
  html{ font-size: 112%; }
}
 
/* Large screens (1024px) */
@media (min-width: 64rem) { 
  html{ font-size: 120%; }
}
