html, body {
    margin: 0;
    padding: 0;
    background: white;
}

body {
    font-family: "Roboto", sans-serif;
    color: #333333;
    overscroll-behavior-y: none;
}

/* fixed hero */
.hero {
    height: 39vw;
    background-image: url("images/sabalenka.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.article-wrapper {
    position: relative;
    background: white;
    padding-top: 16px;
    padding-bottom: 120px;
}

.header-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 32px auto;
}

/* main content */
p, h1, h2, .hero-caption, .article-break, img {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* captions */
.hero-caption {
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    margin-bottom: 10px;
}

.credit {
    color: #999;
    margin-left: 6px;
}

/* divider */
.article-break {
    border-top: 1px solid #ddd;
}

.top-break {
    margin-bottom: 25px;
}

.byline-break {
    margin-top: 25px;
    margin-bottom: 20px;
}

h1 {
    font-size: 42px;
    line-height: 1.05;
    font-weight: 800;
	color: #262626;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    color: #333333;
    margin-top: 0;
    margin-bottom: 25px;
}

/* byline */
.byline {
    font-size: 16px;
    line-height: 1.45;
    color: #333333;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* article images */
img {
    display: block;
    height: auto;
    padding: 10px 0;
}

.figure {
    width: 100%;
    max-width: 800px;
    margin: 25px auto;
}

.figure img {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
}

.fig-caption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    color: #666;
}

.fig-credit {
    color: #999;
    margin-left: 6px;
}

.about-page {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0 auto;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #333;
}

.about-page summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 18px 0;
}