/* General */

body {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}

a {
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

/* /General */

/* Grid */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.wide-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.column {
    width: 100%;
    float: left;
}

.block-50 {
    width: 50%;
}

.block-50 {
    width: 100%;
}

.full-height {
    height: 100vh;
}

.text-center {
    text-align: center;
}

.top-cta {
    position: relative;
    z-index: 999;
}

/* /Grid */

/* Index */

.logo {
    max-width: 650px;
    width: 100%;
}

.stripes-left {
    background: linear-gradient(0deg, rgba(255,255,255, 0.05), rgba(255,255,255, 0.05)), url('../images/intro/view.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

.stripes-tl {
    position: absolute;
    top: 0;
    left: 0;
}

.stripes-br {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.inner-content {
    padding: 40px;
    position: relative;
}

.intro {
    padding: 200px 15px;
}

.intro h1 {
    color: #cc992c;
    font-family: 'Julius Sans One', sans-serif;
}

.main-content {
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.welcome p {
    max-width: 600px;
    margin: 30px auto;
    letter-spacing: .5px;
}

.welcome a {
    color: #fff;
    font-size: 22px;
    margin: 8px;
    padding: 20px 45px;
    background: #cc992c;
    display: inline-block;
    border: 1px solid #cc992c;
}

.welcome a:hover {
    background: transparent;
    color: #cc992c;
}

.big-cta {
    max-width: 500px;
    width: 100%;
    margin: 12px auto;
}

.footer {
    font-size: 14px;
}

/* /Index */

/* Errors */

.error-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-div {
    max-width: 650px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .1);
}

.error-page {
    background: #e6e6e6;
    height: 100vh;
    position: relative;
}

/* /Errors */

/* Utility */

.m-0 {
    margin: 0;
}

/* /Utility */

@media (max-height: 830px) {

    .stripes-right {
        background-size: 18em;
    }

    .stripes-br {
        max-width: 25%;
    }

}

@media (max-width: 1500px) {

    body,
    .welcome a {
        font-size: 16px;
    }

    h1 {
        font-size: 26px;
    }

    .welcome a {
        padding: 15px 25px;
    }

}

@media (max-width: 1024px) {

    .intro {
        padding: 130px 15px;
    }

    .stripes-left {
        background-image: linear-gradient(0deg, rgba(255,255,255, 0.05), rgba(255,255,255, 0.05)), url(../images/intro/view.jpg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .stripes-tl {
        max-width: 30%;
    }

    .stripes-right {
        background-image: none;
    }

    .block-50 {
        width: 100%;
    }

    .full-height {
        height: auto;
    }

    .main-content {
        top: auto;
        transform: none;
        padding: 0;
    }

}

@media (max-width: 767px) {

    body, .welcome a {
        font-size: 15px;
    }

    h1 {
        font-size: 24px;
    }

    .inner-content {
        padding: 15px;
    }

    .welcome p {
        margin: 20px auto;
    }

}

@media (max-width: 640px) {

    .intro {
        padding: 90px 15px;
    }

    .logo {
        max-width: 270px;
    }

    .welcome p {
        margin: 15px auto;
    }

    .welcome a {
        padding: 10px 15px;
        margin: 5px 0;
    }

}
