@font-face {
	font-family: "customfont";
	src: url("../fonts/Exo-ExtraLight.otf") format("opentype");   
}

/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: disc;
  padding-left: 40px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #ffffff;
  color: #787878;
  font-family: customfont, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.containerfullscreen { /* custom */
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  /*color: #4354cc;*/
    color: #008CBA;
}

a:hover {
  color: #818181;
}


/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 0.7em;
  font-family: customfont, "Roboto Slab", serif;
  font-size: 1.7em;
}
section.module p {
  margin-bottom: 1.7em;
  font-size: inherit;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 2em 0;
}
@media screen and (min-device-width: 1024px){
	section.module.parallax {
	  height: 600px;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}
@media screen and (max-device-width: 1024px){ /* mobile */
	section.module.parallax {
	  height: 300px;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: scroll; /* changed */
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}  

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 2.5em;
  }
  section.module p {
    font-size: inherit;
  }
  section.module ul li {
	font-size: inherit;
  }
  section.module.parallax h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 5em;
  }
}

@media screen and (min-device-width: 1024px){
	section.module.parallax h1 {
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 5em;
	  line-height: 600px;
	  font-weight: 700;
	  text-align: center;
	  text-transform: uppercase;
	  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}
@media screen and (max-device-width: 1024px){
	section.module.parallax h1 {
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 2.5em;
	  line-height: 300px;
	  font-weight: 700;
	  text-align: center;
	  text-transform: uppercase;
	  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}  
@media screen and (max-device-width: 640px){
	section.module.parallax h1 {
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 1.7em;
	  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("../img/backgrounds/1.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/backgrounds/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/backgrounds/3.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/backgrounds/4.jpg");
}
section.module.parallax-5 {
  background-image: url("../img/backgrounds/5.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/backgrounds/6.jpg");
}
section.module.parallax-7 {
  background-image: url("../img/backgrounds/7.jpg");
}
section.module.parallax-8 {
  background-image: url("../img/backgrounds/8.jpg");
}
section.module.parallax-9 {
  background-image: url("../img/backgrounds/9.jpg");
}
section.module.parallax-10 {
  background-image: url("../img/backgrounds/10.jpg");
}
section.module.parallax-11 {
  background-image: url("../img/backgrounds/11.jpg");
}
section.module.parallax-12 {
  background-image: url("../img/backgrounds/12.jpg");
}
section.module.parallax-13 {
  background-image: url("../img/backgrounds/13.jpg");
}
section.module.parallax-14 {
  background-image: url("../img/backgrounds/14.jpg");
}


/* CUSTOM */
.column50 {
	font-size: inherit;
    float: left;
    width: 50%;
}

.column30 {
	font-size: inherit;
    float: left;
    width: 30%;
}

.column70 {
	font-size: inherit;
    float: left;
    width: 70%;
}

.row:after { /* Clear floats after the columns */
    content: "";
    display: table;
    clear: both;
}

.button {
    background-color: #008CBA; 
    color: white; 
    border: 2px solid #008CBA;
    padding: 7px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover {
    background-color: white;
    color: #008CBA;
}

.infotext {
	font-size: inherit;
	color: #bbbbbb;
}
