@font-face {
  font-family: 'londrina';
  src: url('../font/LondrinaSolid-Regular-webfont.eot');
  src: url('../font/LondrinaSolid-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/LondrinaSolid-Regular-webfont.woff') format('woff'), url('../font/LondrinaSolid-Regular-webfont.ttf') format('truetype'), url('../font/LondrinaSolid-Regular-webfont.svg#londrina_solidregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
html,
body,
div,
span,
iframe,
ul,
li,
section,
article,
aside,
footer,
header,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
div,
section,
article,
aside,
footer,
header,
menu,
nav,
ul,
li {
  display: block;
  position: relative;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #b0a39d url(../gfx/brownCard.jpg) repeat top center;
  background-attachment: fixed;
}
button {
  color: #000;
}
.mainWrapper {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'londrina';
  font-weight: normal;
  color: var(--color-gronn-mork);
  line-height: 1em;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 3em;
}
@media (min-width: 719px) {
  h1 {
    font-size: 4em;
  }
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.25em;
  color: #9b2e3e;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
  font-weight: 700;
}
p {
  margin-bottom: 1em;
}
a {
  color: var(--color-gronn-mork);
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.bord {
  background-image: url(../gfx/bord.png);
}
