html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------------------------------------*/

body {
    margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
    background-color: #5c0017;
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-variation-settings: "wdth" 100;
}

body#Manifesto {
    background-color: #5c0017;
}

body#Manifesto main {
    margin: 0 auto 0;
    padding: 20px;
    max-width: 1000px;
}

body#Manifesto section {
    width: 100%;
}

body#Manifesto section p {
    color: blanchedalmond;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01rem;
    line-height: 28px;
    margin-bottom: 11px;
}

iframe {
    width: 100% !important;
    margin-bottom: 10px;
}

section {
    padding: 1vw;
}

a {
    cursor: pointer;
    text-decoration: none;
}

em {
    font-weight: 900;
}

.sticky-center {
    position: sticky;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.center {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.read-letter {
    padding-bottom:10px;
    text-decoration: underline !important;
}

h1#CapitalEqualPain {
    display: block;
    text-align: center;
    font-size: 8rem;
}

h2.main-instroduction a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 2vw;
    line-height: 120%;
    font-weight: 600;
}

h2.main-instroduction a::hover {
    color: green;
}

@media (max-width: 820px) {
    h2.main-instroduction a {
        font-size: 10vw;
    }

    h1#CapitalEqualPain {
        display: block;
        text-align: center;
        font-size: 3rem;
    }
}