/*
 *   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 tablet devices */
body {
  font-size: 93.8%;
}


#branding {
  padding-top: 20px;
  position: relative;
}

#site-slogan {
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 10px 40px;
}

 .ds-2col-fluid > .group-left {
  float: left;
  width: 39%;
  margin-right: 2%;
}

.ds-2col-fluid > .group-right {
  float: right;
  width: 59%;
}

