body {
    margin: 0;
    padding: 0;
    color: #153440;
    background-color: #153440;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 64px;
    text-align: center;
    margin: 0;
}

h2 {
    font-size: 106px;
    text-align: center;
    margin: 0;
    padding-top: 106px;
}

h3 {
    font-size: 24px;
    text-align: center;
}

h4 {
    font-size: 14px;
    text-align: center;
}

button {
    color: #db2a97;
    border: 4px solid #db2a97;
    padding: 20px;
    background: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

button:hover {
    color: #A80066;
    border-color: #A80066;
}

#start {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
}

#header {
    padding: 26px 80px;
    text-align: right;
    flex: none;
}

#header nav li {
    list-style: none;
    display: inline;
    padding: 0 10px;

}

#header nav li a {
    color: #fafafa;
    text-decoration: none;
    font-weight: bold;
}

#header nav li:hover a, #header nav li.selected a {
    color: #a2dceb;
}

#jumbotron {
    background-color: #a2dceb;
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

#jumbotron > div {
    flex: 0 0 50%;
    overflow: hidden;
    height: 100%;
}

#jumbotron .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#jumbotron button:hover {
    background-color: #75C0D5;
}

#jumbotron img {
    height: 100%;
    float: right;
}

#more {
    flex: 0 0 72px;
    text-align: center;
    color: #fafafa;
    font-size: 64px;
    font-weight: lighter;
}

#benefits {
    background-color: #bed8af;
    text-align: center;
}

#benefits h4 {
    margin-bottom: 100px;
}

#benefits .grid {
    display: grid;
    grid-template-columns: 240px 240px 240px;
    grid-template-rows: 230px 230px;
    grid-gap: 15px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: center;
}

#benefits .grid div {
    background-color: #ddecd5;
    padding: 30px 20px;
    text-align: center;
}

#benefits button {
    margin-top: 100px;
    margin-bottom: 130px;
}

#benefits button:hover {
    background-color: #95B97F;
}

#screenshots {
    background-color: #a2dceb;
    text-align: center;
    margin-top: 80px;
}

#screenshots h2 {
    margin-bottom: 100px;
}

#screenshots .grid {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-rows: auto auto;
    grid-gap: 45px 15px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: center;
}

#screenshots .grid img {
    width: 100%;
}

#screenshots .grid .screenshot_caption {
    background-color: #d2f1f9;
}

#screenshots button {
    margin-top: 100px;
    margin-bottom: 130px;
}

#screenshots button:hover {
    background-color: #75C0D5;
}

#prices {
    background-color: #bed8af;
    text-align: center;
    margin-top: 80px;
}

#prices h2 {
    margin-bottom: 100px;
}

#prices .grid {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-rows: auto;
    justify-items: stretch;
    align-items: stretch;
    justify-content: space-evenly;
}

#prices .grid div {
    background-color: #ddecd5;
    padding: 40px;
}

#prices .grid div .price {
    font-size: 80px;
    font-weight: bold;
    margin: 40px 0 20px;
}

#prices .grid div button {
    color: #153440;
    border-color: #153440;
    margin: 40px 0;
}

#prices button {
    margin-top: 100px;
    margin-bottom: 130px;
}

#prices button:hover {
    background-color: #95B97F;
}

#about_us {
    background-color: #a2dceb;
    margin-top: 80px;
    padding: 80px 20px;
}

#about_us .grid {
    display: grid;
    grid-template-columns: 220px 220px;
    grid-template-rows: auto;
    justify-items: stretch;
    align-items: stretch;
    justify-content: space-evenly;
}

#about_us hr {
    border: none;
    border-top: #153440 solid 6px;
}

#about_us h3 {
    font-variant: all-small-caps;
    text-align: left;
}

#about_us li {
    list-style: none;
    font-weight: bold;
}

#about_us p {
    font-weight: bold;
    color: #153440;
}

#about_us a {
    color: #153440;
    text-decoration: none;
}

#about_us a:hover {
    color: #109ec2;
}

#legal {
    background-color: #bed8af;
    padding: 100px 40px;
}

#legal a {
    color: #153440;
}

#privacy {
    background-color: #bed8af;
    padding: 100px 40px;
}

#privacy a {
    color: #153440;
}

#conversion #dialog {
    background-color: #a2dceb;
    width: 520px;
    height: 260px;
    margin: 25vh auto;
    padding: 50px;
}

#mc_embed_signup {
    clear: left;
    width: 100%;
    margin-top: 60px;
}

#mc_embed_signup .button {
    background-color: #109ec2;
}

#mc_embed_signup .button:hover {
    background-color: #153440;
}