/* General */

body {
    background-color: #ffffff;
    font-family: 'Roboto Condensed', sans-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: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    font-size: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
    font-size: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
}

.subhead {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 70px auto 0 auto;
    text-align: center;
    max-width: 350px;
}



/* Paragraphs */

p {
    font-size: 16px;
    line-height: 25.6px;
    text-align: left;
    margin: 25px auto 0px auto;
    max-width: 450px;
    font-weight: 400;
    display: block;
    color: #4d4d4d;
}

.before {
    margin-bottom: 100px;
}

.after {
    margin-top: 70px;
}

section.intro p.author {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif; 
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    max-width: 450px;
    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: 14px;
    max-width: 450px;
    margin-top: 0px;
}

.footer2 {
    text-align: left;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    max-width: 450px;
}

.footer3 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    max-width: 450px;
    margin-top: 0px;
}

.RFE {
    font-weight: 700;
    margin: 30px auto 0px auto;
    text-align: center;
    font-size: 14px;
}



/* Links */

a {
    font-weight: 700;
    color: #393939;
    text-decoration: none;
}

a:hover {
    color: #B32B1B;
}



/* 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;
}



/* Video */

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    width: 900px;
    min-width: 300px;
    max-width: 100%;
    height: auto;
}



/* Images */

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 40px;
}



/* 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;
    }

    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;
    }
}


sup {
    vertical-align: super;
    font-size: smaller;
    line-height: 1px;
  }



