body{
	overflow-x: hidden;
}
#series #serie .section-inner {
  width: 90%;
  padding-top: 50px !important; }
#series #serie li {
  z-index: 9999;
  position: relative;
  width: 100%;
  height: auto;
  list-style-type: none; }
  #series #serie li a {
    position: relative;
    width: 300px;
    display: inline;
    padding: 1.5px 0 1.5px 0;
    font-style: italic;
    font-size: 1.1em;
    color: #0d0259;
    text-decoration: none; }
  #series #serie li #a_1 {
    margin-left: 3%; }
  #series #serie li #a_2 {
    margin-left: 65%; }
  #series #serie li #a_3 {
    margin-left: 20%; }
  #series #serie li #a_4 {
    margin-left: 5%; }
  #series #serie li #a_5 {
    margin-left: 45%; }
  #series #serie li #a_6 {
    margin-left: 76%; }
  #series #serie li #a_7 {
    margin-left: 15%; }
  #series #serie li #a_8 {
    margin-left: 35%; }
  #series #serie li #a_9 {
    margin-left: 60%; }
  #series #serie li #a_10 {
    margin-left: 0; }
  #series #serie li #a_11 {
    margin-left: 10%; }
  #series #serie li #a_12 {
    margin-left: 15%; }
  #series #serie li #a_13 {
    margin-left: 40%; }
  #series #serie li #a_14 {
    margin-left: 65%; }
  #series #serie li #a_15 {
    margin-left: 10%; }
  #series #serie li #a_16 {
    margin-left: 35%; }
  #series #serie li #a_17 {
    margin-left: 20%; }
  #series #serie li #a_18 {
    margin-left: 75%; }
  #series #serie li #a_19 {
    margin-left: 50%; }
  #series #serie li #a_20 {
    margin-left: 3%; }
  #series #serie li #a_21 {
    margin-left: 80%; }
  #series #serie li #a_22 {
    margin-left: 15%; }
  #series #serie li #a_23 {
    margin-left: 35%; }
  #series #serie li #a_24 {
    margin-left: 55%; }
  #series #serie li #a_25 {
    margin-left: 80%; }
  #series #serie li #a_26 {
    margin-left: 5%; }
  #series #serie li #a_27 {
    margin-left: 30%; }
  #series #serie li #a_28 {
    margin-left: 15%; }
  #series #serie li #a_29 {
    margin-left: 50%; }
  #series #serie li #a_30 {
    margin-left: 80%; }
  #series #serie li #a_31 {
    margin-left: 0; }
    #series #serie li #a_32 {
      margin-left: 25%; }
          #series #serie li #a_34 {
      margin-left: 50%; }
          #series #serie li #a_35 {
      margin-left: 80%; }
@media screen and (max-width: 650px) {
  #series #serie li {
    width: 100%;
    text-align: center; }
    #series #serie li a {
      width: 100% !important;
      margin-left: 0px !important;
      font-size: 1.2em !important;
      padding: 5px 0 5px 0 !important; } }

nav {
  width: 100%;
  position: fixed; }
  nav ul {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    nav ul li a {
      text-transform: uppercase;
      color: #0d0259;
      font-size: 1.7em;
      letter-spacing: 0.05em; }

section#nav {
  height: 100vh;
  width: 100vw;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }
  section#nav nav#menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    section#nav nav#menu ul {
      text-align: center; }
      section#nav nav#menu ul li {
        padding-bottom: 20px; }
        section#nav nav#menu ul li a {
          text-transform: uppercase;
          color: #0d0259;
          font-family: "Roboto", sans-serif;
          font-size: 1.2em;
          font-weight: 300;
          letter-spacing: 0.2em; }
          section#nav nav#menu ul li a:hover {
            font-weight: 400; }

#menubutton {
  display: block;
  position: fixed;
  left: 5%;
  margin-top: 10px;
  z-index: 20000;
  text-decoration: none;
  color: #0d0259;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
   }

  #menubutton:hover {
    font-weight: 400;}

#pagenav {
  position: absolute;
  display: none;
}

@font-face {
  font-family: 'Calibri';
  src: url(Calibri.woff) format("woff"), url("Calibri.ttf") format("truetype"), url("Calibri.svg#Calibri") format("svg"), url("Calibri.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100vh;
  width: 100vw; }

*, html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Calibri", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; 
}

body {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  height: 100%; 
-webkit-font-smoothing: antialiased;  
}

h1, h2, h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #0d0259;
  text-transform: uppercase;
  font-weight: 300; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1em;
  text-transform: none; }

h3 {
  font-size: 1.2em; }

ul li {
  list-style: none; }
  ul li a {
    text-decoration: none; }
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }



header {
  height: 100vh;
  width: 100vw;
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }
  header #header-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    header #header-inner h1 {
      font-size: 1.6em;
      letter-spacing: 0.4em; }
    header #header-inner a {
      text-decoration: none;
      color: #1b46a3; }

section {
  width: 100%;
  height: 100%; }
  section .section-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px; }

#bodyseries {
  overflow-x: hidden; }

#contact .section-inner {
  width: 50%;
  padding-top: 50px !important; }

#contactinfo {
  margin-top: 20px;
 }

#contactinfo h4 {
  line-height: 22px;
  color: #0d0259; }

#contactinfo p {
  line-height: 22px;
  color: #656565;
  font-size: 13px; }

#contactinfo a {
  text-decoration: none;
  line-height: 22px;
  color: #656565;
  font-size: 13px;
  transition: all 0.2s ease; }
  #contactinfo a:hover {
    color: #1b46a3; }
.copyright {
    margin-top: 20%;
}
.page-wrap {
  min-height: 94%;
  /* equal to footer height */
  margin-bottom: -15px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 15px; 
  font-size: 12px;
  color: #656565;
  text-align: center;  
  padding-top: 40px;
}
#footercontent { width: 50%;   font-size: 12px;
  color: #656565;
  text-align: center;
margin: 10px auto;}
#biocv {
  position: relative; }

.no-bg {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.05); }
.biotekst h2 {
    color: #656565;
    
}
#bio {
  position: relative;
  color: #656565;
  width: 55%;
  margin: 0 auto;
padding-top: 100px;}
  #bio #circle {
    width: 150px;
    height: 150px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    margin: 0 auto;
    margin-bottom: 50px; }
  #bio button {
    width: 40%;
    height: 50px;
    border: 2px solid #0d0259;
    display: inline-block;
    cursor: pointer;
    color: #0d0259;
    font-family: 'Helvetica';
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    transition-duration: 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s ease; }
    #bio button:hover {
      background: #0d0259;
      color: white; }
  #bio h1 {
    font-weight: 400; }
  #bio p {
    text-align: left;
    margin-bottom: 10px; }
        #text_content {width: 100%;}

        .text {            
            width: 40%;
            margin: 0 auto;
            padding-top: 125px;
            line-height: 20px;
            color: #0d0259;
        }
        #text_content h4 {
            display: block;
            width: 50%;
            color: #0d0259;
            font-size: 12px;
            font-weight: 0;
            line-height: 16px;
            margin-top: 20px;
            text-align: right;
            float: right;
        }
#cv {
    display: block;
    width: 100%;
    margin-top: 50px;
}
#seriepage{
	overflow-x: hidden !important;	
}
.thumbnails{
	position: relative;
	float: left;
	display: block;
	margin-top: 5%;
	margin-right: 5%;
	width: 25%;
	max-width: 400px;
	height: auto;
	font-family: "Roboto Condensed", sans-serif;
	text-decoration: none;
	color: #0d0259;
}
.thumbnails img{
	width: 100%;
	height: 100%;
}
.dlbtn {
    width: 300px;
    height: 50px;
    border: 2px solid color: #0d0259 !important;
    display: block;
}
#contactinfo h4 {
  line-height: 22px;
  color: #0d0259;
  text-transform: uppercase;
margin-top: 100px;}
#seriepage .section-inner h3 {padding-top: 20px;}
#seriepage .section-inner a {color:#0d0259; text-decoration: none;}

#copyright {
                margin-top: 20%;
                width: 66%;
                display: block;
                color: #656565;
                font-size: 13px;
            } 
.eventtitle{
	letter-spacing: 6px;
}
@media screen and (max-width: 450px) {
    #contact .section-inner, #bio {width: 90% !important;}

}
@media screen and (max-width: 650px) {
    .text {width: 70%;}
    #copyright {width: 100%;}
    .thumbnails{width: 95%;}
    #bio {width: 60%;}
}
@media screen and (max-width: 900px) {
    .text {width: 60%;}
    #copyright {width: 60%;}

}            


/*# sourceMappingURL=styles.css.map */
