/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */
html {
  font-size: 81.3%;
}

.ds-3col-stacked-equal > .group-right,
.ds-3col-stacked-equal > .group-left,
.ds-3col-stacked-equal > .group-middle {
  display: inline-block;
  float: none;
  width: 33%;
  vertical-align: top;
}

.ds-3col-stacked-equal > .group-right h1,
.ds-3col-stacked-equal > .group-left h1,
.ds-3col-stacked-equal > .group-middle h1 {
  font-size: 2em;
}

.front #block-views-frontpage-block-1 .views-row .node {
	padding: 5em .1em;
}

.front #block-views-frontpage-block-1 .views-row {
	padding: 5em 1%;
}

.front.page-frontpage {
    background: transparent url('/sites/default/files/glitch1.jpg')
no-repeat top center;
    background-attachment: fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}