body {
  font-family: 'open sans', proxima-nova, 'helvetica neue', helvetica, arial, sans-serif;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

a:link, a:visited, a:hover {
  color: #009;
}
a:active {
  color: #c00;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

p {
  font-size: 1em;
  margin: 0;
}

img, a img {
  border: none;
}

#newhome, #footer {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 550px) {
  #newhome, #footer {
    margin-left: 5%;
  }
}

@media screen and (min-width: 615px) {
  #newhome, #footer {
    margin-left: 10%;
  }
}

#newhome {
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 10em;
}

#socbuttons {
  margin-top: 30px;
}

#socbuttons a {
  padding: 0;
}

#socbuttons img {
  width: 35px;
  height: 35px;
  margin-right: 6%;
  margin-bottom: 6%;
}

#footer {
  min-width: 300px;
  position: relative;
  margin-bottom: 2em;
  font-size: .9em;
}

#poweredby {
  position: absolute;
  right: 0;
  bottom: 0;
}
#poweredby img {
  border: none;
  margin-bottom: -5px;
}