.site-header {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  float: none;
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  box-shadow: 2px 4px 5px #ccc;
  border-radius: 3px;
  margin-bottom: 20px; /*these last lines few apply the shadow/border to the content box*/
}

.col-mid-12 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.genesis-nav-menu {
  max-width: 900px;
  margin: 0 auto;
} 

.container {
  max-width: 900px;
  margin: 0 auto; /* The proceeding 5 are making the content on the page 900px wide, which is easier to read and looks more modern */
}

article.page {
  border: none!important;
}

.entry-content {
  padding: 15px; 
  padding-top: 30px!important; 
  margin: auto;
}

h2, h3 {
  margin-bottom: 20px;
}

.entry-header {
    padding-bottom: none!important;

}

p, ul, ol, blockquote, address, em {
	font-size: 110%!important;
}

.site-title a {
  font-size: 175%!important;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button, .nav-single a, .posted_in a {
  color: #212a34 !important;
  position: absolute;
  top: 340px;
}