/*
 Theme Name: Mars Society
 Description: The Mars Society's custom-developed Wordpress Theme, using the Timber plugin.  v1.0.0 was released on 16 November 2016.
 Author: Steven Thate
 Version: 1.0.0
*/
#hp_text h2 {
	text-align:center;
}

#hp_text {
	text-align:justify;
	padding:0 43px 0 43px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
#wp-admin-bar-wp-logo { display: none!important; }
.callout__media img { 
    height: 100%;
    width: auto; 
}

.post-body b {
	font-weight: 700 !important;
}

@media (max-width:620px) {
#mdrs_callout {
  width:100%;
}
#fmars_callout {
  width:300px;
}
}

@media (min-width:767px) {
.callout__content {
  padding-left:50px; 
}
}

