/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
html {
    width:100%;height:100%;margin:0;padding:0;
    background:#333;
    background-image:radial-gradient(circle at bottom center,#666,black,);
    line-height: 1.15;
    overflow-wrap: break-word;
}

::-moz-selection {
    background: #333;
    text-shadow: none;
}

::selection {
    background: #333;
    color:#fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.container, [class * =" container--"], [class^=container--] {
    position: relative;
    width: 94%;
    max-width: 1110px
}

@media only screen and (max-width:1024px) {
    .container, [class * =" container--"], [class^=container--] {
        width: 96%;
        max-width: 1000px
    }
}

@media only screen and (max-width:767px) {
    .container, [class * =" container--"], [class^=container--] {
        width: 90%;
        max-width: 600px
    }
}

.container--small {
    max-width: 730px
}

.container--middle {
    max-width: 900px
}

.module {
    padding-bottom: 40px
}

@media only screen and (max-width:1024px) {
    .module {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .module {
        padding-bottom: 30px
    }
}

body {
    overflow-wrap: break-word;
    width:100%;height:100%;margin:0;padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    color: #cacaca;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2em;
    padding-top: 3rem;
}


#main {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
h1 {
    line-height: 1.5;
}
@media (max-width:576px) {
h1 {
    font-size: 10vw;
}
}

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

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

li {
    margin-bottom: 0.5em;
}

h1, p {
    -webkit-transition: all .3s  ease-in-out 0s;
    transition: all .3s  ease-in-out 0s;
}

h1:hover,
p:hover {
    color: #ddd;
}

.start__branding {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

h1,h2,h3,h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.start__join{
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
}
@media (max-width:576px) {
    .start__join{
        display:block;
    }
}


.start__join .box__left {
    padding-right: 2rem
}

.start__footer {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    text-align: center;
/*    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left:50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
}
.start__footer p {
    margin:0;
    font-size: 0.8em;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
