* {
    margin: 0;
    padding: 0;
}

html {
    background: #2aa9be;
    color: white;
    font-size: 62.5%;
    height: 100%;
}

body {
    font-family: "Lucida Grande", sans-serif;
    font-size: 1.8em;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
}

#main {
    width: 80%;
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: 70px;
}

h1 {
    font-weight: bold;
    font-style: italic;
    z-index: 2;
    color: #0e3d45;
}

.tagline {
    margin: 20px 0;
}

.excuse {
    color: #97eefd;
    font-size: 0.7em;
    max-width: 60%;
    margin: 0 auto;
}

.product-list {
    list-style-type: none;
    margin: 40px auto;
    text-align: center;
}

.product-list li {
    display: inline-block;
}

.product-list li img {
    display: block;
    width: 100%;
    max-width: 128px;
    margin-bottom: 10px;
}

.github {
    margin-top: 20px;
    font-size: 5em;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.github:hover, .github:focus {
    opacity: 1.0;
}

.logo {
    position: absolute;
    top: -0.3em;
    left: -0.3em;
    z-index: 1;
    opacity: 0.2;
    font-size: 27em !important;
}

@media (max-width: 900px) {
    #main {
        width: 100%;
    }
}

/* ------------------ Page Styles ------------------- */

hr {
    border-top: 1px solid #2ccde2;
    border-bottom: none;
    margin: 15px 0;
}

a {
    color: #fffb1b;
    text-decoration: none;
}

header {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #0e3d45;
    z-index: 2;
    background: white;
    padding: 0.5rem;
}

header a {
    color: #0e3d45;
}

#main-page {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 70px;
    text-align: left;
    padding-bottom: 70px;
}

.alpha {
    font-size: 1.0rem;
    position: relative;
    top: -1.2rem;
    color: white;
}

.screenshot {
    max-width: 70%;
    display: block;
    margin: 15px auto;
}

#main-page h1 {
    text-align: center;
}

#main-page .tagline {
    font-size: 1.8rem;
    text-align: center;
}

#main-page p {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

#main-page h2 {
    margin: 0 0 15px 0;
    color: #165563;
}

#main-page ul, #main-page li {
    margin: 0 0 15px 0;
    list-style-type: none;
}

#main-page nav {
    text-align: center;
}

#main-page nav li {
    display: inline-block;
    margin: 0 3rem;
}

#main-page h3 {
    font-weight: normal;
    margin-bottom: 10px;
}

.feature-list {
    overflow: hidden;
}

.feature-list li {
    display: block;
    width: 50%;
    padding: 3rem;
    box-sizing: border-box;
    float: left;
}

.feature-list li p {
    margin-left: 2rem;
}

dl {
    margin-left: 3rem;
}

dt {
    color: #0e3d45;
}

dd {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.release {
    border-top: 1px dashed #0e3d45;
    margin-top: 2rem;
    padding: 2rem;
}

#main-page .release ul, #main-page .release li {
    list-style-type: circle;
    font-size: 1.3rem;
}

#main-page .release ul {
    margin-left: 4rem;
    margin-bottom: 10px;
}

#main-page .release li {
    margin-bottom: 0.8rem;
}

#main-page .release h3 {
    border-left: 3px solid #0e3d45;
    padding-left: 1rem;
}

#main-page .release h3 small {
    font-size: 0.5em;
    color: #eeeeee;
}

#main-page .release h4 {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    #main-page {
        width: 100%;
        margin: 70px 3rem;
    }
}
