 /*
 * Colors
 *

#a05822,160,88,34,62.719727%,34.47876%,13.519287%
#1873ff,24,115,255,9.27887%,45.199585%,100%

*/

:root {
  --mkbrown: #a05822;
  --mkblue: #1873ff;
  --bg: #403F3F;
  --fg: #e0dddd;

  --wide: 110ex;
  --mar: 15ex;
  --mid: 35ex;
}

/*
 * All and narow
 */

html {
  background-color: var(--bg);
}

body {
/*  display: table;*/
  width: 100%;
  height: 100%;

  font-family: sans-serif;

  text-align: left;
  font-family: sans-serif;
  font-size: 1.5em;
  font-kerning: none; /* auto|normal|none */
  font-stretch: expanded;

  /* margin: 0; */


  background-image: url("../img/banner.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
/*  background: 100% 100%;*/
}

#column {
/*  display: table-cell; */
  margin: auto;
  padding: 1.1em;
  background-color: white;

}

@media only screen and (min-width: 75ex) {
  /*for wide*/
  html {
      background-image: url("../img/banner.png");
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      background-repeat: no-repeat;
  }

  #column {
      width: var(--wide);
      padding: 1.1em var(--mar);
  }
  body {
      padding: 5em 0;
  }
}

/*
 * Paragraph formatting
 */

a {
  color: var(--mkblue);
}

h1 {
  color: var(--mkblue);
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}

h2 {
  color: var(--mkblue);
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

h3 {
  color: var(--mkbrown);
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--fg);
}

dt {
  color: var(--mkbrown);
}

/*
 * Munltiple columns (DIV)
 */

h1 {
  column-span: all;
  clear: both;
}
hr {
 column-span: all;
 clear: both;
}

@media only screen and (min-width: 75ex) {
    .multicolumns {
	column-count: 2;
    }
    .multicolumns .vspace {
      padding: 1.5em;
    }
}

.product figure {
  width: 100%;
}

.product h2 {
  clear: both;
  padding-top: 0.4em;
  border-top: 1px solid var(--fg);
}

.product .nr {
  float: right;
  font-size: .9em;
  color: black;
  font-weight: normal;
  text-decoration: underline;
}

.product .nr:before {content: "# ";}

@media only screen and (min-width: 30ex) {
    .product figure {
	width: var(--mid);
	margin: auto;
    }
}

@media only screen and (min-width: 75ex) {
    .product figure {
	float: right;
	margin: 0 1em 0 1em;
    }
}

/*
 * Semantic Title section
 */

header {
  margin: 0 1em 0 1em;
}

h1.title {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  bottom-margin: 0.4em;
}

p.subtitle {
  top-margin: 0.5em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/*
 * Sematic Footer section
 */

footer {
  text-align: right;
}

/*
 * Site Header
 */

.header {
  text-align:center;
  margin: 0;
  /* background-image:url(images/header.gif);
  background-repeat:no-repeat;
  background-position:top center; */
}

.header p {
  margin: 0;
  padding: 0;
}

.header img {
  width: 50%;
}

.header hr {
  margin-top: .5ex;
  margin-bottom: .5ex;
}

/*
 * Navigation
 */

.navigation{
}
.navigation ul li {
    display: inline;
}
.navigation a {
  font-size: 0.9em;
  margin: auto .4em auto .4em;
  padding: .15em .5em .15em .5em;
  font-weight: bold;
  line-height: 2.3em;
  text-align: center;
  color: var(--mkbrown);
  border: .1em solid;
  border-radius: .5em;
}


/*
 * Billbord
 *

 Alternativa understrukningsfärger diskuterade:

  * #eceb10, #ffeb00,
  * gold (#ffd700), yellow (#ffff00), goldenrod (#daa520)
*/

div.billbord {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.125ex;
  line-height: 190%;
  margin: 1.3em 0 1.3em 0;
}

span.billbord {
  color: black;
  background-color: #eceb10;
}

/*
 * Cropped images
 */

img {
  width: 100%;
  margin: 1em 0 0 0;
}

figcaption {
  font-size: 90%;
  text-align: right;
  font-style: italic;
  margin: 0 0 1em 0;
}
