body {
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3b3f48;
    background: #ffffff;
}

h1 {
    margin: 0 auto 20px;
    color: #3b3f48;
    font-size: 48px;
    font-weight: 600;
}

h2 {
    margin: 0 auto 10px;
    color: #07c597;
    font-size: 36px;
    font-weight: 600;
}

p {
    color: #3b3f48;
    font-size: 16px;
    font-weight: 300;
}

.c-hp-welcome {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 200px 0;
    text-align: center;
}

.c-hp-asset-strip {
    width: 100%;
    height: 300px;
    background-image: url('/assets/skull-bg.jpg?v=1');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
    background-size: contain;
}

.c-hp-about-doc {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 200px;
    text-align: center;
    background: #ffffff;
}


.c-hp-about {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 200px;
    text-align: center;
    background: #F4F4F6;
}

.o-footer {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px 200px;
    color: #ffffff;
    background: #4666f6;
    text-align: center;
}

.o-footer p {
    color: #ffffff;
    font-size: 14px;
}



@media (max-width: 480px) {

    body {
        display: block;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #3b3f48;
        background: #ffffff;
    }

    .c-hp-welcome {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .c-hp-asset-strip {
        width: 100%;
        height: 500px;
        background-image: url('/assets/skull-bg.jpg?v=1');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center right;
        background-size: cover;
    }

    .c-hp-about-doc {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
        background: #ffffff;
    }


    .c-hp-about {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
        background: #F4F4F6;
    }

    .o-footer {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 20px;
        color: #ffffff;
        background: #4666f6;
        text-align: center;
    }
}


/*

#07c597
#068464

#4666f6

#3b3f48

*/

