body {
  background-color: #000;
  font-family: sans-serif;
}
#container {
  width: 80%;
  margin: 0 auto;
  padding: 2em;
}
h1{
  color: #FFF;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-image: url('socal_logo_1.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
}
h2{
  font-size: 2em;
  color: #FFF;
  text-align: center;
  border-top: 3px solid #e95c25;
  padding: .8em;
  margin-top: .8em;
}
.section{
  width: 50%;
  margin: 0 auto;
}
ul li{
    color: #FFF;
    font-size: 1.5em;
    list-style-type: none;
    text-align: center;
    margin-bottom: 1em;
}
ul li a{
  text-decoration: none;
  color: #FFF;
}
i{
  color: #e95c25;
  margin-right: .5em;
}

a:hover{
  color: #e95c25;
}
footer{
  margin-top: 5em;
}
footer p{
  color: #FFF;
  text-align: center;
}
