/*!
Theme Name: mistersaturdaynight
Theme URI: http://underscores.me/
Author: nimmo
Author URI: http://andrewnimmo.org
Description: Custom theme for Mister Saturday Night
Version: 1.0.21
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mister
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body {
  height: 100%;
}

.page {
  min-height: 100%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-content {
  max-width: 600px;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.entry-content p {
  line-height: 20px;
}

.post-thumbnail {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: auto;
  width: 3rem;
  height: 3rem;
}

.post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 378px) and (orientation: portrait) {
  .page {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .page {
    margin-top: 0;
    margin-bottom: 0;
  }
  .post-thumbnail {
    top: 3rem;
    right: 3rem;
    left: auto;
    width: 6rem;
    height: 6rem;
  }
}

@media (min-width: 1024px) {
  .post-thumbnail {
    top: 3rem;
    right: 3rem;
    left: auto;
    width: 9rem;
    height: 9rem;
  }
}

body {
  background-color: #FFF6F2;
  color: #FA6E50;
  font-family: nimbus-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

b, strong, .bold, a {
  font-family: hobo-std;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}
