body {
    background-color: #ffffff;
    font-family: 'Roboto Slab', serif;
    color: #393939;
}

* {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 45px;
    text-align: center;
    margin: 60px auto 30px auto;
    height: auto;
    max-width: 650px;
    line-height: 1.0;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

section.intro p.author {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 14px;
    color: grey;
    text-align: center;
    font-weight: 300;
    max-width: 450px;
    font-family: 'Roboto', 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;
}

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: 'Roboto', sans-serif;
}

h3 {
    font-size: 20px;
    text-align: center;
    max-width: 400px;
    margin: 10px auto 0 auto;
    padding-top: 40px;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
}

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;
}

a {
    font-weight: 700;
    color: #393939;
    text-decoration: none;
}

a:hover {
    color: #177C84;
}

.max660 {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 10px auto 20px auto;
}

.max425 {
    max-width: 425px;
    width: 100%;
    display: block;
    margin: 10px auto 10px auto;
}

.footergeneral {
    margin-top: 70px;
}

.footer {
    text-align: center;
    margin: auto;
    font-weight: 300;
    font-size: 12px;
    max-width: 300px;
}

.RFE {
    font-weight: 700;
    margin: 30px auto 0px auto;
    text-align: center;
    font-size: 14px;
}

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.navbar {
    width: 100%;
    height: 48px;
    background: #ADA8A1;
    overflow: hidden;
    position: fixed;
    top: 0;
}

.rferl.home h4.home {
    background-image: url(https://docs.rferl.org/Infographics/External_Infographics/2021/2021_01/Cameras_TB/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(https://docs.rferl.org/Infographics/External_Infographics/2021/2021_01/Cameras_TB/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(https://docs.rferl.org/Infographics/External_Infographics/2021/2021_01/Cameras_TB/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;
}

@media screen and (max-width: 600px) {
    .max660 {
        display: none;
    }

    .intro h1 {
        font-size: 40px;
    }

    section.intro p {
        font-size: 18px;
    }

    .russia {
        padding-top: 10px;
    }

}

@media screen and (min-width: 600px) {
    .max425 {
        display: none;
    }
    
    .intro h1 {
        font-size: 45px;
    }

}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 1000px;
    min-width: 200px;
    max-width: 100%;
    height: auto;
}

.subhead {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 60px auto 0 auto;
    text-align: center;
    max-width: 400px;
}

.footer2 {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 12px;
    max-width: 300px;
}

.par1 {
    margin-top: 40px;
}

.narrow {
    padding-top: 50px;
}
