* {
  margin: 0;
  padding: 0;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 300;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  header {
    padding: 0 12px !important;
  }
  .project-name {
    margin-left: 16px !important;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: #1e1e1e;
}

body {
  background-color: rgb(230, 230, 230);
}

header {
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0 34px;
  left: 0;
  box-shadow: 0px 0px 6px #ccc;
}

header nav {
  text-align: center;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
}

header img {
  height: 50px;
  float: left;
  margin-top: 5px;
}

.project-name {
  float: left;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.68);
  margin-left: 32px;
  font-weight: 500;
  padding: 18px 0;
}

.project-name sup {
  font-size: 10px;
  top: -9px;
  font-weight: 500;
}

.top {
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 740px;
  text-align: center;
}

h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
}

.manchet {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 300;
  font-size: 18px;
  max-width: 600px;
  line-height: 26px;
}

.bottom {
  padding: 0 34px 0 34px;
  height: auto;
}

.no-support {
  display: none;
}

.bottom ul {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
}

.bottom ul li {
  margin-right: 64px;
}

.bottom ul li {
  text-align: center;
}

.bottom ul li:last-child {
  margin: 0;
}

.bottom ul li p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  margin-bottom: 10px;
}

.navn {
  font-weight: 100;
}

.bottom ul li a:hover .hent {
  opacity: 1;
}

.hent {
  opacity: 0.67;
}

.bottom ul li img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

footer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: white;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 138px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

footer ul {
  list-style: none;
}

ul li:first-child {
  font-weight: 700;
}

footer img {
  height: 106px;
  float: left;
}

.left-content {
  width: 40%;
  margin: 0 16px 0 16px;
  float: left;
}

.right-content {
  width: 30%;
  margin: 0 0 16px;
  float: left;
}

.ftwrap {
  height: 106px;
}
