/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
    background-color: #000000;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    position: relative;
    width: 100%;
}

html {
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 35px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    p {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #42DCA3;
    transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #1d9b6c;
    text-decoration: none;
}

#mainNav {
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

#mainNav .navbar-toggler {
    border: 1px solid white;
    color: white;
    font-size: 14px;
    padding: 11px;
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a {
    color: white;
}

#mainNav .navbar-nav .nav-item {
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
    background-color: transparent;
    opacity: 0.8;
    outline: none;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    background-color: transparent;
    outline: none;
}

@media (min-width: 992px) {
    #mainNav {
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        background: transparent;
        border-bottom: none;
        letter-spacing: 1px;
        padding-bottom: 20px;
        padding-top: 20px;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    }

    #mainNav.navbar-shrink {
        background: black;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #mainNav .nav-link.active {
        background-color: rgba(255, 255, 255, 0.3);
        outline: none;
    }

    #mainNav .nav-link.active:hover {
        color: white;
    }
}

.masthead {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
    background-color: black;
    background-size: cover;
    color: white;
    display: table;
    height: auto;
    padding: 200px 0;
    text-align: center;
    width: 100%;
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.masthead .intro-body .brand-heading {
    font-size: 50px;
}

.masthead .intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px;
    }
    .masthead .intro-body .intro-text {
        font-size: 22px;
    }
}

.btn-circle {
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    background: transparent;
    border: 2px solid white;
    border-radius: 100% !important;
    color: white;
    font-size: 26px;
    height: 55px;
    line-height: 45px;
    margin-top: 15px;
    transition: background 0.3s ease-in-out;
    width: 55px;
}

.btn-circle:focus,
.btn-circle:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
}

.content-section {
    padding-bottom: 150px;
    padding-top: 150px;
}

.download-section {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
    background-color: #000000;
    background-size: cover;
    color: white;
}

.btn {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-default {
    background-color: transparent;
    border: 1px solid #42DCA3;
    color: #42DCA3;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #42DCA3;
    border: 1px solid #42DCA3;
    color: #000000;
    outline: none;
}

footer {
    padding: 50px 0;
}
footer p {
    font-size: 14px;
    margin: 0;
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.section-heading {
    font-size: 70px;
    text-align: center;
}

.roadmap-section {
    background: linear-gradient(#000000 160px, #dcdcdc 360px);
}

.roadmap-seperator {
    margin-bottom: 3rem;
    margin-top: 3rem;
}