/* Beginning of Ticket 111183 - Steve */

/* To increase logo by 30% for main site */

.header .logo img {
  max-height: 195px; /* 150px */
}

/* Move logo down to allow menu wrap on two lines for narrow width devices */

@media only screen and (min-width: 768px and max-width: 1139px){
.header.align-top, .header.align-bottom {
  padding-top: 128px!important;
}

} /* end responsive 1139px */

/* Increase logo 200% for mobile version */

@media only screen and (max-width: 767px){
.header .logo {
  padding-top: 0 !important;
  position: absolute !important;
  top: 4px !important;
}

.header .logo img {
  height: 60px!important;
}

} /* end responsive 767px */

/* End of Ticket 111183 */

/* start hs 113576 - Chris */

/* adjust margins on gallery pages */
.gallery .asset {
  margin:40px auto !important
}

/* justify text */
 p{
  text-align:justify!important
}

/* End hs 113576 - Chris */