/*
CSS file for New Belchertown weather website.
This website was originally created in WordPress on Genesis WP. 
A lot of this CSS here is from the Genesis WP Child Theme.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  overflow: hidden;
}

.site-inner {
  margin-bottom: 10px;
}

.site-footer {
  padding: 15px 0;
}

.sun-moon-title {
  padding-bottom: 8px;
}

.forecast-conditions {
  min-height: 150px;
}

.forecast-conditions-1hour {
  min-height: 144px;
  word-wrap: break-word;
}

.moon {
  text-align: left;
}

.forecast-day {
  min-height: 225px;
}

.outtempunitlabelsuper {
  top: -1em;
  font-size: 50%;
  margin-left: -0.2em;
}

/* Kiosk-specific tweaks layered on top of shared style.css homepage-card rules */
.frontpage .homepage-layout {
  margin-top: 16px;
}

@media only screen and (max-width: 800px) {
  .frontpage .homepage-card {
    border-radius: 14px;
    padding: 14px;
  }

  .frontpage .homepage-card--forecast {
    padding-left: 10px;
    padding-right: 10px;
  }
}
