body, p, td, th, input, select, option {
    font-family: "Futura Light", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    color: rgb(128, 128, 128);
}

div.headerFrame {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

header {
    margin: 0 auto;
    max-width: 1000px;
}

div.sectionFrame {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-bottom: 50px;
}

[class~='sectionFrame']:last-of-type  {
    border-bottom: none;
    margin-bottom: 0px;
}

section {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 50px;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    color: rgb(30, 25, 78);
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px; 
    font-weight: normal;
    color: rgb(30, 25, 78);
    text-align: center;
    margin-bottom: 50px;
}

h3 {
    font-size: 24px; 
    font-weight: normal;
    color: rgb(30, 25, 78);
    text-align: left;
}

h4 {
    font-size: 20px; 
    font-weight: normal;
    color: rgb(30, 25, 78);
    text-align: left;
    margin-top: 30px;
}

li {
    margin-bottom: 20px;
}

div.screenshot {
    display: block;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);  
}

div.screenshot {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* footer ***********************************************************************/

footer {
    border-top: 1px solid rgb(224, 224, 224);
    margin-top: 50px;
    padding-top: 50px;    
    padding-bottom: 50px;
    text-align: center;
    font-size: 16px;
}

div#support {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

div#copyright {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

div.footerLinks {
    display: block;
    text-align: center;    
}

footer a {
    margin-right: 15px;
    color: rgb(128, 128, 128);
}
