/* General */

body {
    background-color: #ffffff;
    font-family: 'SkolarPE', serif;
    color: #393939;
}

* {
    margin: 0;
    padding: 0;
}



/* Headlines */

h1 {
    font-size: 45px;
    text-align: center;
    margin: 30px auto 30px auto;
    max-width: 500px;
    line-height: 1.0;
    font-weight: 800;
    font-family: 'SkolarSansPE', sans-serif;
}

h2 {
    font-size: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'SkolarSansPE', sans-serif;
}

h3 {
    font-size: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'SkolarSansPE', sans-serif;
}

.subhead {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 70px auto 0 auto;
    text-align: center;
    max-width: 350px;
}

.subhead2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px auto 0 auto;
    text-align: center;
    max-width: 350px;
}

.subhead2-m {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 30px auto 0 auto;
    text-align: center;
    max-width: 350px;
}



/* Paragraphs */

p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin: 15px auto 0px auto;
    max-width: 450px;
    font-weight: 300;
    display: block;
    color: #4d4d4d;
}

.before {
    margin-bottom: 100px;
}

.after {
    margin-top: 70px;
}

section.intro p.author {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    max-width: 450px;
    font-family: 'SkolarSansPE', sans-serif;
    padding-bottom: 20px;
    padding-top: 20px;
}

section.intro p {
    text-align: left;
    color: #7C858D;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 20px;
}



/* Footer */

.footer {
    text-align: left;
    margin: auto;
    font-weight: 300;
    font-size: 12px;
    max-width: 450px;
    margin-top: 0px;
}

.footer2 {
    text-align: left;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
    max-width: 450px;
}

.footer3 {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    max-width: 450px;
    margin-top: 0px;
}

.RFE {
    font-weight: 700;
    margin: 30px auto 0px auto;
    text-align: center;
    font-size: 14px;
}

.footergeneral {
    margin-top: 60px;
}



/* Links */

a {
    font-weight: 700;
    color: #393939;
    text-decoration: none;
}

a:hover {
    color: #484F8B;
}



/* Graphics */

.max660 {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 20px auto 20px auto;
}

.max425 {
    max-width: 425px;
    width: 100%;
    display: block;
    margin: 10px auto 10px auto;
}

.svgMaps {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto
}

.svgMaps-m {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto
}



/* Video */

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    width: 500px;
    min-width: 200px;
    max-width: 100%;
    height: auto;
}



/* Images */

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}



/* Social media bar */

.navbar {
    width: 100%;
    height: 48px;
    background: #7F7F7F;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1;
}

.rferl.home h4.home {
    background-image: url(images/logo-intro-01.png);
    background-size: 100%;
    background-position: center;
    width: 118px;
    height: 45px;
    margin-right: auto;
    margin-left: 5px;
    float:left;
}

.rferl.home {
    width: 50%;
    height: 40px;
    margin-right: auto;
    float:left;
}

.twitter.link h4.twitter {
    background-image: url(images/twitter.png);
    background-size: 100%;
    background-position: center;
    width: 38px;
    height: 45px;
    margin-right: 5px;
    margin-left: auto;
    padding-top: 2px;
    float:right;
}

.twitter.link {
    width: 40px;
    height: 40px;
    margin-left: auto;
    float:right;
}

.facebook.link h4.facebook {
    background-image: url(images/facebook.png);
    background-size: 100%;
    background-position: center;
    width: 38px;
    height: 46px;
    margin-right: 5px;
    margin-left: auto;
    padding-top: 2px;
    float:right;
}

.facebook.link {
    width: 40px;
    height: 40px;
    margin-left: auto;
    float:right;
}



/* Browsers/devices */

@media screen and (max-width: 600px) {
    .max660 {
        display: none;
    }

    section.intro p {
        font-size: 18px;
        max-width: 350px;
    }

    p, h2, .footer, .footer2, .footer3, p.subhead {
        max-width: 350px;
    }

    .footer2 {
        margin-bottom: 50px;
    }

    h1 {
        max-width: 350px;
        font-size: 35px;
        margin: 30px auto 30px auto;
    }

    .scrollMap {
        display: none;
    }

    video {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 45px;
        width: 350px;
        min-width: 200px;
        height: auto;
    }

}

@media screen and (min-width: 600px) {
    .max425 {
        display: none;
    }
    
    .scrollMap-m {
        display: none;
    }

    .subhead2-m {
        display: none;
    }
    
}



/* Scroll map */

.scrollMap {
    padding-top: 70px;
}

.scrollMap-m {
    padding-top: 10px;
}

.arcticMaps {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto
}

.arcticMaps-m {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto
}

.mapsContainer {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.mapsContainer-m {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.mapsContainer .maps {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 0;
}

.mapsContainer-m .maps-m {
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 0;
}

.mapsContainer img:not(#base) {
    width: 100%;
    max-width: 800px;
    opacity: 0;
}

.mapsContainer-m img:not(#base-m) {
    width: 100%;
    max-width: 450px;
    opacity: 0;
}

.mapsOp {
    display: block;
}

.mapsOp-m {
    display: block;
}



@font-face {
    font-family: SkolarPE;
    src: url(font/SkolarPE-Regular.ttf);
    font-weight: normal;
  }

@font-face {
    font-family: SkolarSansPE;
    src: url(font/SkolarSansPE-Bd.ttf);
    font-weight: bold;
  }

@font-face {
    font-family: SkolarSansPE;
    src: url(font/SkolarSansPE-Bl.ttf);
    font-weight: 800;
  }