
body {
color: #5a5a5a;
}

section {
padding: 3em;
margin: 3em 0em;
}

section:nth-child(odd) {
background-color: #eee;
}

#oconnor  {
padding: 0em;
margin: 0em;
}

.readmore {
text-align: center;
}

.readmore p {
margin-right: 10px;
margin-left: 10px;
}

h2 {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

section {
  padding: .1em;
}
.readmore .col-sm-4 {
margin-top: 5em;
}
}
