@import url(reset.css);

html {
    background-color: #E8DAB2;
    color: black;
    font-family: Verdana;
    font-size: 16px;
}

abbr {
    text-decoration: none;
    font-style: italic;
}

a {
    color: unset;
}

a:hover {
    color: black;
}

.intro {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

header {
    background-color: #4F6D7A;
    color: #E8DAB2;
    width: 75vw;
    font-size: 4rem;
    margin: 15rem auto 10rem auto;
    padding: 2rem 3.4rem;
    border-radius: 175px 20px;
    text-align: center;
}

header h1 {
    text-shadow: 0 0 2rem #DD6E42;
}

header h2 {
    font-style: italic;
    font-size: 1.4rem;
    margin: .5rem 8rem -.5rem 8rem;
    padding: .3em;
    border-top: 1px solid #DD6E42;
    border-bottom: 1px solid #DD6E42;
    
}

.summary {
    color: #4F6D7A;
    font-family: fantasy;
    font-weight: bold;
    font-size: 1.1rem;
    width: 79vw;
    margin: 0rem auto;
    text-align: center;
    letter-spacing: .6px;
}

.summary p {
    padding: .4rem 0;
}

.preamble {
    align-self: flex-end;
    min-height: 100vh;
    width: 90vw;
    margin: 5rem auto;
    padding: 1rem;
    font-size: 1.4rem;
    color: #4F6D7A;
}

h3 {
    text-align: center;
    width: 100%;
    color: #4F6D7A;
    font-size: 4rem;
    padding: 1rem;
    border-top: 5px solid #DD6E42;
    border-bottom: 5px solid #DD6E42;
}

.preamble h3+p {
    text-align: center;
    width: 40vw;
    margin: 4rem auto 0 auto;
    font-family: fantasy;
    letter-spacing: 1.4px;
}

.preamble p~p {
    max-width: 35vw;
    height: 40vh;
    display: block;
    background-color: #4F6D7A;
    color: #E8DAB2;
    text-align: justify;
    border-radius: 50px;
}

.preamble p:nth-child(3) {
    display: block;
    float: left;
    margin: 3rem 0 0 5rem;
    padding: 5rem 1.8rem 0 1.8rem;
}

.preamble p:last-child {
    display: block;
    float: right;
    margin: 3rem 5rem 0 0;
    padding: 3.5rem 1.8rem 0 1.8rem;
}

.mainSupporting {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.explanation, .participation {
    width: 42vw;
    height: 100vh;
}

.mainSupporting p {
    margin: 2rem 1rem;
    padding: 1.3rem 2.4rem 1.3rem 2.4rem;
    display: block;
    background-color: #4F6D7A;
    color: #E8DAB2;
    font-size: 1.1rem;
    text-align: justify;
    border-radius: 60px;
}

.benefits {
    margin: 5rem auto;
}

.benefits h3 {
    width: 45vw;
    margin: 0 auto;
}

.benefits p {
    width: 45vw;
}

.requirements {
    margin: 3rem auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.requirements h3 {
    width: 50vw;
    margin: 0 auto;
}

.requirements p {
    width: 42vw;
    height: 40vh;
}

.requirements h3+p {
    padding-top: 5rem;
}

.requirements p:nth-child(3) {
    padding-top: 2rem;
}

.requirements p:nth-child(4) {
    height: 25vh;
    padding-top: 2.5rem;
}

.requirements p:nth-child(5) {
    height: 25vh;
    padding-top: 1.8rem;
}

.requirements [role=contentinfo] {
    background-color: unset;
    color: #4F6D7A;
    font-family: fantasy;
    font-weight: bold;
    font-size: 1.4rem;
    width: 79vw;
    margin: 0rem auto;
    text-align: center;
    letter-spacing: .6px;}

.sidebar {
    visibility: hidden;
}