html, body {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    height: 100%;
    min-width: 340px;
    min-height: 340px;
    line-height: 20px;
}

@media only screen and (max-width: 800px) {
    body {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 400px) {
    body {
        font-size: 0.8em;
    }
}

strong {
    font-weight: 400;
}

h1 {
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 20px;
}

a, a:link, a:visited {
    color: #7d59ff;
    text-decoration: none;
}

a:hover, a:active {
    color: #582aff;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-left {
    text-align: left !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    height: 50px;
    background-color: #003333;
    z-index: 2;
}

#header-container {
    position: relative;
    margin: auto;
    letter-spacing: 0.01em;
}

#header-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-image: url("../images/header-logo.png");
    background-size: 50px 50px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    font-size: 1.3em;
    font-weight: 400;
    text-shadow: 1px 1px 0 #000050;
    color: #000000;
    cursor: pointer;
}

#header-left {
    position: absolute;
    left: 60px;
    top: 10px;
    height: 40px;
    line-height: 14px;
    color: #FFF;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
}

#header-left small {
    font-weight: 300;
    font-size: 10px;
    font-style: italic;
}

#content {
    position: relative;
    font-size: 16px;
    line-height: 25px;
}

.content-box {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.content-box.index {
    background-color: #1a1d21;
}

.content-box.fixed-width {
    max-width: 800px;
    width: 90%;
    padding: 100px 0;
    margin: auto;
}

.content-box .caption {
    font-size: 16px;
    color: #ffffff;
}

.content-box .caption.small {
    font-size: 10px;
    color: #aaaaaa;
}

.content-box .screenshot {
    max-width: 100%;
    margin: 70px 0;
}

.content-box .content-header {
    font-size: 30px;
    font-weight: 400;
}

.content-box ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.content-box ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.content-box ul li {
    margin-bottom: 3px;
}

.content-box .content-ct-header {
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
}

.content-box a.button-install, .content-box a.button-install:link, .content-box a.button-install:visited {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 5px auto;
    padding: 10px 30px;
    background-color: #088f1a;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #075812;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.content-box a.button-install:hover, .content-box a.button-install:active {
    background-color: #0baa20;
}

.content-box a.button-join, .content-box a.button-join:link, .content-box a.button-join:visited {
    display: inline-block;
    padding: 5px 20px;
    background-color: #0a6b5d;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #04473d;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.content-box a.button-join:hover, .content-box a.button-join:active {
    background-color: #1b917f;
}

#footer {
    min-width: 300px;
    position: relative;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    z-index: 5;
    font-size: 14px;
}

#footer #footer-link {
    text-align: left;
}

#footer #footer-link a, #footer #footer-link a:link, #footer #footer-link a:visited {
    color: #0d236b;
    text-decoration: none;
    padding: 4px 7px;
}

#footer #footer-link a:hover, #footer #footer-link a:focus {
    background-color: rgba(0,0,0,0.1);
}

#footer #copyright {
    position: absolute;
    right: 10px;
    top: 0;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 14px;
}
