html, body, h1, h2, h3, h4, h5, h6, p, td, th, ul, li, span, div, section, article, table, figure {
  margin: 0;
  padding: 0;
}

html, body, div, li, h1, h2, h3, h4, h5, p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}

body {
  margin: 0;
}

header {
  background-image: url("../media/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1.text-on-video {
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 150px;
  font-size: 54px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h1.text-on-video {
    bottom: 100px;
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
  padding: 30px 0 10px 0;
  text-align: left;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 10px 0;
  text-align: left;
}

p {
  padding: 15px 0 15px 0;
}

div.video {
  margin: 0 auto 0 auto;
  max-width: 2600px;
}

div.video video {
  width: 100%;
}

div.container {
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0 30px 0 30px;
  max-width: 900px;
}

div.container div.text {
  color: #4e4e4e;
  line-height: 1.5;
}

div.container div.pdf-download {
  height: 200px;
}

div.container div.pdf-download a {
  display: block;
  height: 100%;
  text-decoration: none;
  background-image: url("../media/images/download-annual-pdf.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

ul.page-logos {
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

ul.page-logos li {
  display: inline-block;
  height: 100px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

ul.page-logos li.pelagic {
  background-image: url("../media/images/pelagic.png");
}

ul.page-logos li.nutri {
  background-image: url("../media/images/nutri.png");
}

ul.page-logos li.pharma {
  background-image: url("../media/images/pharma.png");
}

ul.page-logos li.klades-holmen {
  background-image: url("../media/images/klades-holmen.png");
}

ul.page-logos li.biotech {
  background-image: url("../media/images/GB_logo_rgb.jpg");
}

ul.page-logos li a {
  display: block;
  text-decoration: none;
  height: 100%;
}

table.reports {
  margin: 20px 0;
  border-collapse: collapse;
}

table.reports tr {
  text-align: left;
  border: solid 1px #000;
}

table.reports tr th {
  background-color: #e6e6e6;
}

table.reports th, table.reports td {
  padding: 10px 20px;
}

footer {
  padding-bottom: 10px;
  margin-top: 40px;
}

footer div.logo {
  height: 80px;
  background-image: url("../media/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

footer div.info {
  text-align: center;
  color: #707070;
  font-size: 16px;
}

footer div.info a {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 0 15px 0;
  display: block;
}
