/*
 * @file
 * Provides the layout styles for layout_onecol.
 */
 .layout--onecol {
  	display: flex;
 }
 .path-frontpage  .layout--onecol {
 	justify-content: center;
 }
.layout--onecol .layout__region {
  	width: 100%;
}