.map-wrapper {
  height: 430px;
  overflow: hidden; }
  .map-wrapper .title {
    margin-top: -220px;
    padding-left: 10%;
    position: relative;
    z-index: 1;
    max-width: 500px;
    color: #333; }
    .map-wrapper .title h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 100;
      font-size: 42px; }
    .map-wrapper .title h3 {
      margin-top: 0px;
      font-weight: 100; }

#map {
  height: 110%; }

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.6; }

p {
  font-size: 16px;
  margin-top: 10px; }

h2, h3 {
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 20px; }

.pad {
  padding: 20px 0; }

.content {
  padding-top: 60px;
  padding-bottom: 60px; }

.video-section .video {
  padding: 0px;
  /* max-height: 330px; */
  overflow: hidden; }
  .video-section .video video {
    width: 100%;
    /* max-width: 220px; */ }

.video-section .text {
  padding-top: 50px; }
  .video-section .text p {
    font-size: 16px; }

.image {
  padding-bottom: 20px; }

img {
  width: 100%; }

.gallery .title {
  text-align: center; }

.top-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  right: 0px; }
  .top-menu a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
    color: #333; }
  .top-menu .logo {
    padding: 10px 20px;
    /* background-image: url('static/fjell.png'); */ }
    .top-menu .logo img {
      width: 20px;
      margin-top: -2px; }
  .top-menu .links {
    display: inline-block;
    margin-left: 80px; }
    .top-menu .links a {
      margin-right: 30px; }

header {
  position: relative;
  margin-bottom: 30px; }

.arrow {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 12px); }
  .arrow .line {
    width: 24px;
    height: 1px;
    background: #efefef;
    position: absolute; }
    .arrow .line:first-child {
      transform: rotate(45deg);
      left: -8px; }
    .arrow .line:last-child {
      transform: rotate(-45deg);
      left: 8px; }

.menu {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 20px 80px 60px;
  background-color: #fff;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05); }

.gallery-link {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 22px;
  display: block;
  cursor: pointer; }

.nav-button {
  position: fixed;
  z-index: 2;
  top: 30px;
  left: 30px;
  width: 25px;
  height: 30px;
  cursor: pointer; }
  .nav-button .line {
    width: 100%;
    height: 3px;
    background-color: #333;
    margin-bottom: 5px;
    transition: margin 0.5s 0.5s, top 0.5s 0.8s, height 0.5s 0.5s, transform 0.3s;
    transition-timing-function: ease-in; }
  .nav-button.open .line:first-child {
    margin-bottom: 0px;
    transform: rotate(45deg);
    position: relative;
    top: 3px;
    transition: margin 0.5s, top 0.5s, transform 0.5s 0.5s; }
  .nav-button.open .line:last-child {
    margin-bottom: 0px;
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
    transition: margin 0.5s, top 0.5s, transform 0.5s 0.5s; }
  .nav-button.open .line:nth-child(2n) {
    height: 0px;
    margin-bottom: 0;
    transition: height 0.5s; }
