html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: ' ';

  display: table;
}

.clearfix:after {
  clear: both;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
}

.content {
  width: 100%;
  background-image: url('../img/body.png');
  background-repeat: repeat;
  height: 100%;
}

.header {
  height: 140px;
  background-image: url('../img/header.png');
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.header a {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header a img {
  max-width: 100%;
  height: 100px;
}

.info {
  padding: 50px 0 20px 0;
  text-align: center;
  width: 100%;
}
.info img {
  max-width: 90%;
  padding: 10px;
}

.social {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}
.social li {
  display: inline-block;
  padding: 0 3px;
}

.social li a {
  display: inline-block;
}

.social img {
  padding: 0;
}

@media only screen and (min-width: 1440px) {
  .header {
    height: 280px;
    background-position: center;
  }

  .header a img {
    max-width: 100%;
    height: 150px;
  }
}
