html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.navbar-brand {
    color: white !important;
}

#navbar {
    background-color: #2E88DB;
}

.navbar-header {
    line-height: 30px;
}

.navbar-brand img {
    margin-right: 20px;
}

.navbar-brand .navbar-text {
    color: white !important;
}

.navbar-brand:hover .navbar-text {
    color: #aaaaaa !important;
}

.jumbotron {
    background: linear-gradient(to top, rgba(235,231,224,1) 0%,rgba(235,231,224,0.34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 10px;
}

#download-btn {
    border-color: white;
    border-width: 0.125rem;
    color: white !important;
    margin-left: 2rem;
}

#download-btn:hover {
    background: white;
    color: #428bca !important;
}

.download-area {
    margin-top: 40px;
    margin-bottom: 40px;
}

.download-box {
    width: 100%;
    padding: 25px 40px 10px;
    color: black;
    background-color: #fefefe;
    border-radius: 5px;
}

.download-header {
    display: block;
    margin-bottom: 30px;

}

.download-header * {
    display: inline-block;
}

.mac-logo {
    margin-top: -18px;
    margin-right: 15px;
}

.win-logo {
    margin-top: -15px;
    margin-right: 15px;
}

.linux-logo {
    margin-top: -20px;
    margin-right: 15px;
}

.download-header h2 {
    line-height: 40px;
}

.download-box:hover {
    text-decoration: none;
}

.checksum-value {
    font-family: Courier;
}

#roadmap {
    padding: 20px 0 100px 0;
}

#roadmap .row {
    min-height: 50px;
    position: relative;
}

#roadmap .row .date {
    display: inline-block;
    width: 20%;
    text-align: right;
    padding-right: 50px;
    padding-left: 10px;
}

#roadmap .row .line {
    display: inline-block;
    width: 3px;
    min-height: 100%;
    border: 1px solid #333;
    background: #333;
    position: absolute;
    left: 20%;
}

#roadmap .row .line .circle {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 3px solid #333;
    background: white;
    position: absolute;
    left: -12px;
}

#roadmap .row.checked .circle i {
    font-size: 25px;
    margin-left: -1px;
    color: #333;
    line-height: 20px;
}

#roadmap .row .description {
    display: inline-block;
    margin-left: 5%;
    width: 60%;
}

.stats {
}

.stats td, .stats th {
    border: none;
}

.social-media a {
    display: inline-block;
    margin: 0 2px;
}

.btn-primary {
    background-color: #27A4DD;
    border-color: #278bc3;
}

a {
    color: #27A4DD;
}

.platform-selector .nav-item {
    margin: 0.3rem;
}
.platform-selector>.nav-item:first-child {
    margin-left: 0;
}
.platform-selector>.nav-item:last-child {
    margin-right: 0;
}
.platform-selector .nav-link {
    background: #fcfcfc;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}


.platform-selector .nav-link.active {
    background: white;
    color: black;
}

.platform-selector:not(.unknown-os) img {
    filter: grayscale(100%);
    opacity: 0.3;
}
.platform-selector .active img {
    filter: none;
    opacity: 1;
}

.platform-selector .win-logo {
    margin-top: -10px;
}
.platform-selector .mac-logo {
    margin-top: -13px;
}
.platform-selector .linux-logo {
    margin-top: -10px;
}

.command {
    display: block;
    padding: 0.4rem 0.8rem;
    border: 1px solid #ededed;
    border-radius: 2px;
    width: 100%;
    font-size: 13px;
    font-family: Courier;
    margin: 0.3rem 0 0.6rem;
}
.command:focus {
    outline: none;
}