/* -------------------------------- 

Primary style

-------------------------------- */

body {
    background: url(../img/landing-bg-v2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

main.cd-main-content {
    text-align: center;
    margin: 18%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
}

a {
font-family: 'Open Sans', sans-serif;
    color: #040404;
    padding: 20px 41px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background: #B5D455;
    border-radius: 24px 5px;
}

a:hover {
    background: #8fa746;
}

p {
    font-family: 'Open Sans', sans-serif;
    margin: 48px 0;
    color: #fff;
    font-size: 20px;
}


/* -------------------------------- 

Responsive

-------------------------------- */

@media only screen and (min-width: 1170px) {
 
}
