/*.test-colors {
    color: #888888;
    color: #ffffff;
    color: #f6f6f6;
    color: orange;
    color: #333;
    color: #111111;
    color: #1e283c;
    color: #666666;
    color: black;
    color: #d3d3d3;
    color: #ffc107;
}*/

html, body {
    height: 100%;
}

body, html {
    /*font-family: "Trebuchet MS", Arial, sans-serif;*/
    font-family: Raleway, Arial, sans-serif;
    color: #888888;
}

.coming-soon {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 20px;
    background-clip: content-box;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: orange;
    border-radius: 20px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1e283c;
}

header {
    text-align: center;
    padding: 20px 0;
    background-color: #111111;
    color: #FFFFFF;
}

header h1 {
    font-size: 2.1rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section {
    padding: 50px 0;
}

section:first-of-type {
    padding-top: 25px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.text-outer-orange {
    text-shadow: 1px 1px orange;
}

.text-outer-black {
    text-shadow: 1px 1px #111111;
}

.wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

/* - about -*/
h2 > .subtitle {
    color: orange;
    font-size: 0.6em;
    line-height: 1em;
    display: block;
    margin-top: 15px;
    text-transform: lowercase;
}

h2 > .subtitle::before,
h2 > .subtitle::after {
    content: '';
    background: orange;
    width: 20px;
    height: 3px;
    display: inline-block;
    margin: 5px 10px;
}

h2 {
    font-family: "Arial Black", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 30px;
    color: #333;
}

.subtitle {
    max-width: 80%;
    color: #111111;
    text-align: center;
    margin: 0 auto;
}

p.subtitle {
    padding-top: 10px;
    padding-bottom: 30px;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}

footer#main-footer {
    background-color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
}

footer#main-footer h2, footer#main-footer h3  {
    font-size: 1rem;
    color: #FFFFFF;
    font-family: sans-serif;
}

@media screen and (min-width: 768px) {
    header h1 {
        font-size: 2.5rem;
    }

    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }

    .flex-container > .box {
        flex: 1 1 50%;
    }

    footer#main-footer {
        flex-direction: row;
        height: 60px;
    }
}
