


html {
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

html::-webkit-scrollbar {
    display: none;
}

.main_title {
    font-size: 60px;
    text-align: center;
    margin-top: -1.5%;
    margin-bottom: 4.5%;
    font-family: Cambria, Georgia, serif;
    z-index: 2;
}

.undertitle {
    font-size: 40px;
    font-family: Cambria, Georgia, serif;
    text-align: left;
    padding-left: 10%;
}


.text{
  font-size: 26px; 
  font-family: Cambria, Georgia, serif;
  text-align: left;
  padding-left: 10%;
  line-height: 1.5;
}


.avatar {
    width: 30%;
    height: 30%;
    margin-left: 20%;
    margin-right: 5%;
    margin-top: 6%;
    margin-bottom: 20%;
    display: block;
    border-radius: 100%;
    float: left;
    position: relative;
}


/* Navigational Bar */
.navbar {
  overflow: hidden;
  background: #6bebff6e; /*brugte tidliger "linear-gradient(to right, #196FF6 0%, #0D2B61 20%, #000000 100%)"*/
  text-align: center;
  position: fixed;
  border: none;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  border-radius: 0%;
  top: 0%;
  width: 100%;
  z-index: 3;
}

.navbar a {
  float: none;
  display: inline;
  color: #0a224e;
  background-color: transparent;
    border: none;
  text-align: center;
  padding: 20px 20px;
  border-radius: 30%;
  text-decoration: none;
  font-family: serif;
  font-size: 25px;
  font-weight: bold;
}

.navbar a:hover {
  background:  black;
  color: #2DB4CA;
}


/* Background change by scrolling down */
body {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  margin: 0;
  z-index: -2;
}

body {
   background-image:url("images/bg2.JPG");
}

body.scrolled {
   background-image:url("images/bg1.JPG");
}



/* White text backgrounds, and filler parts */


.toptextarea {
  background-color: rgb(230, 230, 230);
  position: relative;
  width: 100%;
  top: 50%;
  padding: 5%;
  opacity: 1;
  z-index: 1;
}

/* Textarea er hvor tekst kan skrives på hvid baggrund der fyller ind for billedet når der skal scrolles */

.textarea {
  background-color: #f0f8fd;
  position: relative;
  width: 100%;
  top: 0%;
  opacity: 1;
  z-index: 1;
  padding-top: 5%;
  padding-bottom: 5%;
}


.videos_gif {
  display: block;
  width: 100vw;
  height: auto;
  padding-bottom: -20%;
  z-index: -1;
  position: static;
  text-align: center;
}


/* Filler er område hvor der skal kunne ses baggrundsbillede */

.filler {
  background-color: white;
  position: relative;
  margin: 0;
  width: 100%;
  margin-top: 50%;
  opacity: 0;
  z-index: -1;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.end {
  background-color: white;
  position: relative;
  margin: 0;
  width: 100%;
  margin-top: 10%;
  opacity: 0;
  z-index: -1;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}










/* Interactive Map */


#canada-map {
    background: #f0f8fd;
    stroke: black;
    fill: #C0C0C0;
    opacity: 1;
    margin-top: -5%;

}
#canada-map g {
    transition: .3s;
    fill: #005591;
}
#canada-map g:hover {
    fill: #949494;
    cursor: pointer;
}
.active, .active:hover {
    fill: #7ac8ff !important;
}

#provinceInfo {
    position: absolute;
    top: 2%; right: 25%;
    width: 50%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
#provinceInfo.show { opacity: 1; }


#provinceInfo h1 {
    background: hsl(240, 64%, 9%);
    padding: .3rem;
    padding-left: 1rem;
    margin-top: -.5rem;
    font-size: 1.6rem;
    color: #fff !important;
    font-weight: 400;
}
#provinceInfo p {
    margin-left: 2rem;
    margin-right: 2rem;
    color: #fff !important;
}
#provinceInfo img {
    width: 100%;
}
@font-face{font-family:Libertad;src:url("/assets/fonts/libertad.woff2") format("woff2"),url("/assets/fonts/libertad.woff") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:Libertad;src:url("/assets/fonts/libertad-bold.woff2") format("woff2"),url("/assets/fonts/libertad-bold.woff") format("woff");font-weight:bold;font-style:normal}
@font-face{font-family:Libertad;src:url("/assets/fonts/libertad-italic.woff2") format("woff2"),url("/assets/fonts/libertad-italic.woff") format("woff");font-weight:normal;font-style:italic}html{box-sizing:border-box}html
*{box-sizing:inherit}sub,sup{line-height:0}figure{margin:0;text-align:center}sup,sub{line-height:0;font-size:x-small}
body{margin:0;font-family:Libertad, Avenir, sans-serif;-webkit-font-variant-ligatures:common-ligatures;-moz-font-variant-ligatures:common-ligatures;font-variant-ligatures:common-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:rgba(0,0,0,0.8)}
body>header{background:#f3f2f2;line-height:1;padding:.2rem 1rem}@media all and (max-width: 650px){body>header{position:relative;z-index:2}}@media all and (max-width: 750px){article>h1{margin-left:1rem;margin-right:1rem}}@media all and (max-width: 450px){body>header{padding:0 .2rem}}body>header h1{display:inline-block;font-size:1.3rem;margin-top:1rem;font-weight:500}body>header nav{padding-top:.5rem}@media all and (max-width: 500px){body>header nav{padding-top:.1rem}}body>header nav a:after{content:attr(title);text-transform:uppercase}@media all and (max-width: 500px){body>header nav a:after{content:none}}@media all and (max-width: 450px){body>header nav a[title="rss"]{display:none}}body>header nav a svg{vertical-align:middle;display:none}@media all and (max-width: 500px){body>header nav a svg{display:inline-block}}@media all and (max-width: 500px){body>header nav a svg{margin-top:0 !important}}#logo{border-bottom:none}a{text-decoration:none;color:rgba(0,0,0,0.8);border-bottom:1px solid #edd;-webkit-transition:.3s border-bottom;transition:.3s border-bottom}a:hover{border-bottom:1px solid #333;color:#000}article{margin-bottom:5rem}
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.apart{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}h1,h2{font-weight:400;margin-top:3rem}h2{margin-top:2.5rem}#container>aside{padding-left:1rem;padding-bottom:2rem;max-width:calc(220px + 1rem)}#container>aside img{width:75px;height:75px;float:left;margin-right:1rem;margin-top:.45rem}@media all and (max-width: 750px){#container>aside img{float:none;display:block}}#container>aside h2{margin-top:initial;font-size:1.6rem;-webkit-font-feature-settings:"smcp";-moz-font-feature-settings:"smcp";font-feature-settings:"smcp";margin-bottom:0}#container>aside li#readingref{display:none}@media all and (max-width: 650px){#container>aside li#readingref{display:block}}@media all and (max-width: 650px){#container>aside p#reading-lists,#container>aside p#reading-lists ~ *{display:none}}ul.guide{list-style:none;padding-left:1.2rem}#featured-articles{font-size:0;border-bottom:1rem solid #fff}@media all and (max-width: 650px){#featured-articles{border-bottom-width:0px}}#featured-articles figure{display:inline-block;line-height:1.4;width:33.33%;position:relative}@media all and (max-width: 650px){#featured-articles figure{z-index:2}}@media all and (max-width: 500px){#featured-articles figure{display:none}}#featured-articles img{width:100%}#featured-articles figcaption{background:rgba(0,0,0,0.5);-webkit-transition:0.3s;transition:0.3s;width:100%;font-size:1.2rem;text-align:left;color:#fff;position:absolute;bottom:0;padding:.5rem;min-height:5rem}#featured-articles a:hover figcaption{background:rgba(0,0,0,0.8)}#container{display:table;margin:0 auto}#container>aside,#container>main{display:table-cell;vertical-align:top}#container main,#container #featured-articles{margin-left:2rem;max-width:750px}@media all and (max-width: 650px){#container main,#container #featured-articles{margin-left:0}}#container main{-webkit-transition:1s -webkit-transform;transition:1s transform}@media all and (max-width: 1050px){#container div[itemprop="articleBody"],#container div.times,#container article>header h1,#container p.translations,#container p.sharebuttons,#container p.credit,#container p.more-link{padding-left:1rem;padding-right:1rem}}@media all and (max-width: 650px){#container>aside{position:absolute;top:3rem}}@media all and (max-width: 650px){#container>aside p:first-child{display:none}}article{font-size:1.2rem}@media all and (max-width: 650px){article:first-child{position:relative;background:#fff}}article:first-child dt{font-weight:bolder}article header{position:relative;line-height:0}article header>figure,article header div{font-size:1rem;line-height:1.2}article h1{font-size:2.5rem;line-height:1.2}article p a{border-bottom-color:#c99}article img{max-width:100%}header>img:only-of-type,article header meter,article>figure img:only-of-type,article>blockquote img:only-of-type,header video{width:100%;display:block}meter{-webkit-appearance:none;height:6px}meter::-webkit-meter-bar{background:#333;border:none}@media all and (max-width: 700px){a[title="RSS"]{display:none}}article header.empty{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}article header.empty div{margin-top:-1rem}article header.empty meter{margin-top:3rem}article header.empty+div{margin-top:3rem}.contacts{position:absolute;width:100%;margin-top:-30px;pointer-events:none}.contacts>a{border-bottom:1px solid transparent;pointer-events:all;-webkit-transition:.3s background;transition:.3s background;height:60px;vertical-align:middle;box-shadow:0 0 4px rgba(0,0,0,0.4);color:white;background:#363330;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:9999}.contacts a[title="Codepen demo"]{width:60px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgNTAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzk2LjksMjAwLjljMC0xLjUtMS43LTUuNS01LjMtOGMtMy42LTIuNC0xMzAuNy04Ny43LTEzMy43LTg5LjFjLTMtMS40LTguNy0zLjUtMTMuOSwwUzExMi41LDE5MSwxMTAuMiwxOTMgYy0yLjMsMi01LjQsNC44LTUuNCwxMC4zczAsODkuMSwwLDg5LjFzMC4zLDYuOSw1LjUsMTAuNGM1LjIsMy41LDExNy42LDc4LjgsMTI4LjIsODUuNHMxMy41LDcuNiwyNSwwczEyNS44LTgzLjUsMTI4LjMtODUuNSBjMy0yLjMsNS4xLTUuOCw1LjMtMTAuNFMzOTYuOSwyMDIuMywzOTYuOSwyMDAuOXogTTI2My42LDEzNy41bDk4LjUsNjUuN2wtNDQsMjkuNGwtNTQuNS0zNi41VjEzNy41eiBNMjM4LjUsMTM3LjV2NTguNkwxODQsMjMyLjYgbC00NC0yOS40TDIzOC41LDEzNy41eiBNMTMwLDIyNi43bDMxLjQsMjFsLTMxLjQsMjFWMjI2Ljd6IE0yMzguNSwzNTcuOUwxNDAsMjkyLjNsNDQtMjkuNWw1NC41LDM2LjVWMzU3Ljl6IE0yNTEuMSwyNzcuNCBsLTQ0LjUtMjkuN2w0NC41LTI5LjdsNDQuNCwyOS43TDI1MS4xLDI3Ny40eiBNMjYzLjYsMzU3Ljl2LTU4LjZsNTQuNS0zNi41bDQ0LDI5LjVMMjYzLjYsMzU3Ljl6IE0zNzIuMiwyNjguN2wtMzEuNS0yMWwzMS41LTIxIFYyNjguN3oiLz48L3N2Zz4=") #000;display:inline-block}nav{font-size:1rem}nav a{-webkit-transition:0.3s;transition:0.3s;padding-top:.2rem;padding-left:.2rem}nav a:hover{opacity:1}nav a[title="Codepen demo"]:hover{-webkit-filter:invert(100%);filter:invert(100%)}nav a svg{width:40px;height:40px}body>header input[type="search"]{-webkit-appearance:none;border:none;position:relative;padding:.2rem;margin-left:.2rem;background:rgba(255,255,255,0.5);border-bottom:1px solid #edd;font-size:1rem;width:10rem}body>header input[type="search"]:focus{outline:none;background:rgba(255,255,255,0.8)}@media all and (max-width: 670px){body>header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body>header nav{padding-top:0;background:#ddd}body>header input[type="search"]{background:#fff}.reading-list-tab>span{vertical-align:middle;padding-left:1.3rem;padding-right:1.3rem}}@media all and (max-width: 500px){.reading-list-tab>span .filling{display:none}}.reading-list-tab img{width:60px;height:60px;vertical-align:middle}.reading-list-tab:hover{background:#000}.readmore{text-align:right;display:block;font-style:italic}nav a,.sharebuttons a,.patreon a{border-bottom:none;display:inline-block;-webkit-transition:.3s background;transition:.3s background}@media all and (max-width: 375px){.sharebuttons span span{display:none}}p.translations,p.credit,p.more-link,.patreon a,a.reading-list-tab{font-size:1rem}.sharebuttons a,.patreon a{font-size:1rem;color:white;padding:.3rem .6rem;margin:0 .4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media all and (max-width: 375px){.sharebuttons a{margin:0 .2rem}p.sharebuttons span{display:none}}.patreon a{background:#e7900f}.patreon a:hover{background:#b7720c}.twittershare{background:#41B7D8}.twittershare:hover{background:#279ebf}.facebookshare{background:#3B5997}.facebookshare:hover{background:#2d4372}.googleplusshare{background:#D64937}.googleplusshare:hover{background:#b53525}.credit,.more-link{text-align:right}@media screen and (max-width: 400px){.more-link a>span{display:none}.more-link a:after{content:"Read more…"}}img{max-width:100%;height:auto}@media all and (max-width: 999px){#container>aside{display:none}#content{width:100%}#container main,#container #featured-articles{margin-left:0}}@media all and (max-width: 800px){#container,#container main,#container #featured-articles{width:100%}#container{display:block}} a.reading-list-tab > span{padding:0 .5rem}





@media all and (max-width: 1440px) {
  #provinceInfo {
   width: 100%; position: static; background: none;
  }
  #provinceInfo.show p { color: #000 !important; margin-bottom: 2rem; }
}



@media only screen and (max-device-width: 480px) {

  .main_title {
      font-size: 30px;
      text-align: center;
      margin-top: -1.5%;
      margin-bottom: 4.5%;
      font-family: Cambria, Georgia, serif;
      z-index: 2;
  }
  
  .undertitle {
      font-size: 20px;
      font-family: Cambria, Georgia, serif;
      text-align: left;
      padding-left: 10%;
  }
  
  
  .text{
    font-size: 12px; 
    font-family: Cambria, Georgia, serif;
    text-align: left;
    padding-left: 10%;
    line-height: 1.5;
  }
  
  
  .avatar {
      width: 25%;
      margin-left: 15%;
      margin-right: 10%;
      display: block;
      border-radius: 20%;
      float: left;
      position: relative;
  }
  
  
  /* Navigational Bar */
  .navbar {
    overflow: hidden;
    background: transparent; /*brugte tidliger "linear-gradient(to right, #196FF6 0%, #0D2B61 20%, #000000 100%)"*/
    text-align: center;
    position: fixed;
    border: none;
    padding-top: 0vh;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    border-radius: 25%;
    top: 0%;
    width: 100%;
    z-index: 3;
  }
  
  .navbar a {
    float: none;
    display: inline;
    color: #0a224e;
    background-color: transparent;
      border: none;
    text-align: center;
    padding: 20px 20px;
    border-radius: 30%;
    text-decoration: none;
    font-family: serif;
    font-size: 25px;
    font-weight: bold;
  }
  
  .navbar a:hover {
    background:  black;
    color: #2DB4CA;
  }
  
  
  /* Background change by scrolling down */
  body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 480px 680px;
    background-color: transparent;
    margin: 0;
    z-index: -2;
  }
  
  body {
     background-image:url("images/bg2.JPG");
  }
  
  body.scrolled {
     background-image:url("images/bg1.JPG");
  }
  
  
  
  /* White text backgrounds, and filler parts */
  
  
  .toptextarea {
    background-color: rgb(230, 230, 230);
    position: relative;
    width: 100%;
    top: 40%;
    padding: 5%;
    opacity: 1;
    z-index: 1;
  }
  
  /* Textarea er hvor tekst kan skrives på hvid baggrund der fyller ind for billedet når der skal scrolles */
  
  .textarea {
    background-color: #f0f8fd;
    position: relative;
    width: 100%;
    top: 0%;
    opacity: 1;
    z-index: 1;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  
  .videos_gif {
      display: block;
      width: 100vw;
      height: auto;
      padding-bottom: -20%;
      z-index: -1;
      position: static;
      text-align: center;
  }
  
  
  /* Filler er område hvor der skal kunne ses baggrundsbillede */
  
  .filler {
    background-color: white;
    position: relative;
    margin: 0;
    width: 100%;
    margin-top: 50%;
    opacity: 0;
    z-index: -1;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .end {
    background-color: white;
    position: relative;
    margin: 0;
    width: 100%;
    margin-top: 10%;
    opacity: 0;
    z-index: -1;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
}
