body {
  margin: 0;
  padding: 0;
  font-family: 'roboto', 'Oswald', sans-serif;
  height: 100%;
}

html {
  height: 100%;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'roboto', 'Oswald', sans-serif;
  font-size: 10pt;
  line-height: 40px;
  text-align: left;
  background-color: white;
  vertical-align: top;
}

.nav a {
  text-decoration: none;
  color: #58595b;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
}

.nav a:not(.logo):not(.linkedin):hover{
	background-color: #78C143;
}
.nav a:hover a.logo{
	background-color: white;
}

a.logo {
	margin-top: 1em;
	padding-bottom: 1em;
}

ul li.logo {
	height:155px;
}

.nav a.active {
  background-color: #78C143;
  color: #444;
  cursor: default;
}

/* Sub Menus */
.nav li li {
  font-size: .8em;
}

@media screen and (min-width: 650px) {
  .nav li {
    width: 150px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 12pt;
    display: inline-block;
    margin-right: -5px;
  }

  .nav a {
    border-bottom: none;
  }

  .nav > ul > li {
    text-align: center;
  }

  .nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
    display: none;
    width: inherit;
  }

  .nav li:hover ul {
    display: block;
  }

  .nav li ul li {
    display: block;
  }
}

/* Hero section */
.hero {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background-color: white;
  max-width: 1450px;
  margin: 0 auto;
  flex-shrink: 0;
}

.hero-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.hero-track img.hero-bg {
  flex-shrink: 0;
  width: 100%;
  display: block;
  max-width: 100%;
}

/* Old background image wrap - hidden */
#wrap {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.content {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  color: #444;
  font-size: 14pt;
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  flex: 1;
  overflow-y: auto;
}

.highlight {
  color: #78C143;
  font-size: 16pt;
}

.highlight-small {
  color: #78C143;
  font-size: 14pt;
}

.footer {
  background-color: #502E91;
  width: 100%;
  text-align: center;
  color: white;
  padding: 15px 0;
  box-sizing: border-box;
  flex-shrink: 0;
}

a {
  color: #78C143;
}

a.no-markup {
  color: #444;
}

#links {
  display: flex;
  justify-content: space-between;
}

.col, .col-right {
  flex: 1;
}

a.linkedin {
  padding-left: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}

ul li.linkedin {
  width: 50px;
  text-align: center;
}

.copy {
  font-family: 'roboto thin', 'roboto', 'Oswald'
}

#huis {
  display: block;
}
