/*
 * Tweaks to how landing pages display
 *
 *
 *   > > > > > > DO NOT EDIT THIS CSS FILE < < < < < < < 
 *
 *   
 *   Your changes may be overwitten by automated process
 *     contact danford@uw.edu for questions / details.
 */
 
/* Disable Header */
.entry-header {
  display: none;
}

/* Disable Breadcrumbs */
.block-system-breadcrumb-block {
  display: none;
}

/* Disable Hero Image */
.uw-hero-image {
  display: none;
}

/* Disable Disable meta box */
.node__meta {
  display: none;
}

/* Page full width */
/*
.container-fluid.uw-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
*/
/* but not on phones */
/*
@media (max-width: 768px) {.container-fluid.uw-body {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}
*/

.container-fluid.uw-body {
	max-width: 2560px;
}