html {
  background-color:#fff;
}
body{
	background:#fff;
	font-family:'Lato',helvetica, sans-serif;
	margin:55px auto 225px auto;
}

h1,h2,h3,h4,h5,h6{
	font-family:'Ovo',"Helvetica Neue", helvetica, sans-serif;
}

.header{
	margin-bottom: 225px;
}

.sidebar h3{
  font-size: 1em;
  font-weight: 600;
}
.sidebar p{
  font-size: .8em;
}

.about{
  margin-bottom:225px;
  font-size:32px;
  line-height: 42px;
  font-weight:200;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .header,.about{
    margin-bottom:112px;
  }
  .about{
    font-size:26px;
    line-height: 36px;
  }
  .column.sidebar{
    margin:40px 0;
  }
}
