/* ============================================================
  GOOGLE FONTS IMPORTS
============================================================ */
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Actor);

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 760px;
  margin: 0 auto;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h3 {
  margin-bottom: 1px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 300px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("net.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-family: "Actor";
    font-size: 42px;
  }
  section.module p {
    font-family: "Actor";
    font-size: 20px;
    line-height: 130%;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 80px;
  }
}

.tilmeld {
  background: #3399ff;
  display: inline-block;
  padding: 20px 15px 15px;
  color: #fff;
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #3399ff;
  border-bottom: 1px solid #3399ff;
  position: relative;
  cursor: pointer;
}


.hover a:hover {
  background-color: #222;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
}

