html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html, body, div
article, section, header, footer, time, aside
form, fieldset,
ul, li, p,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

article, section, header, footer, aside {
  display: block; }

a img,
fieldset {
  border: 0; }

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none; }

body {
  background: #01573e url("/back-drop.jpg") no-repeat 0 0;
  background-size: cover;
  color: #454545;
  font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
  font-size: 100%;
  line-height: 1.4; }

p {
  font-size: 1.25em;
  line-height: 2.25rem;
  margin-bottom: 2.5rem; }

a {
  color: #0192c2;
  text-decoration: none; }
  a:hover {
    color: #eb4e32; }

.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1em;
  width: 100%; }

.logotype {
  background-color: #01573e;
  border-bottom: 11px solid #fff;
  display: inline-block;
  padding: 2em;
  text-align: center; }

.logotype-image {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%; }

@media only screen and (min-width: 420px) and (min-height: 320px) {
  .logotype {
    border: 8px solid #fff;
    border-left: 0;
    margin-top: 8%;
    padding: 2em 3em 2em 3em;
    text-align: right;
    width: 65%; } }
@media only screen and (min-width: 700px) and (min-height: 990px) {
  .logotype {
    border-width: 11px;
    margin-top: 35%;
    width: auto; } }
@media only screen and (min-width: 990px) and (min-height: 700px) {
  .logotype {
    border-width: 11px;
    margin-top: 20%;
    width: auto; } }

/*# sourceMappingURL=abe-and-ray.css.map */
