.site-header {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  float: center;
  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;
}

.entry-title {
 	width: 820px;
  	left: 0;
  	bottom: 0;
}

p, ul, ol, blockquote, address, em {
	font-size: 110%!important;
}

.site-title a {
  font-size: 175%!important;
}

.et_pb_fullwidth_header {
    padding: 15px 0;
}			

/*
.et_pb_text .et_pb_bg_layout_light .et_pb_text_align_left h1{
   color: #000000;
}

.et_pb_section .et_pb_fullwidth_section .et_section_regular h1 {
  color: #000000;
}

.et_pb_row h1 {
  color: #FFFFFF;
}

*/

.jamie_header h1 {
  color: #000000
}

