/* Enter Your Custom CSS Here */


div#first, div#second {
	float: left;
  	margin: 20px;
  	width: 400px;
    //border: 1px black solid;
 
}

div.main{
  text-align: center;
  clear: both;
}

div.entry-content, header.entry-header {
 max-width: 900px;
 text-align: center;
}

header.entry-header, form.search-form{
  display: none;
}

aside#text-2 {
	width: 250px;
}

span.image-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 24px;
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
  .site-header .home-link {
  min-height: 120px;
  overflow-x: hidden;
}