/*
 *   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 */
img.site-logo {
}
h2#site-slogan {
  font-size: 1.2em;
}

.views-responsive-grid.views-columns-4 .views-column {
  width: 50%;
  float: left;
}

.views-responsive-grid.views-columns-4 .views-column-3 {
  clear: both;
}

.block-text-resize a.changer {
  color: #000;
  text-align: center;
  border: 2px ridge steelblue;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: lightsteelblue !important;
  text-indent: 0 !important;
  height: auto !important;
  font-weight: bold;
  margin: 0 5px;
}
.block-text-resize a.changer:hover {
  background: #FFFFEE !important;
  text-decoration: none;
}

.block-text-resize #text_resize_decrease {
  width: 35px;
  font-size: 20px;
  margin-top: 18px;
}

.block-text-resize #text_resize_reset {
  width: 45px;
  font-size: 26px;
  margin-top: 9px;
}

.block-text-resize #text_resize_increase {
  width: 55px;
  font-size: 32px;
  margin-top: 0;
}

