@import "fonts.css";

html, body {
    font-family: "OpenSansCustom", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "OpenSansCustom", sans-serif;
}

h2, h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #C4AA70;
}

h2 + p,
h3 + p {
    margin-top: 0;
}

h4 {
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    background-color: #464646;
    margin: 0;
    padding: 3px 20px;
    font-weight: 300;
}


.vd-header-wrapper {
    position: relative;
}
.vd-logo {
    position: absolute;
    top: 25px;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
}
.vd-logo img {
    width: 256px;
}

.headline-wrapper {
    background-color: rgba(70,70,70,0.7);
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    bottom: 95px;
    text-align: center;
    width: 100%;
    padding: 22px 0;
}
    .headline-wrapper h1 {
        color: #fff;
        font-family: "RobotoSlabCustom", sans-serif;
    }


main {
    padding: 80px 0;
}
.uk-container {
    max-width: 920px;
}
    .uk-container + .uk-container {
        margin-top: 45px;
    }

.button-wrapper {
    max-width: 485px;
    margin: 0 auto;
}
a.cta {
    display: block;
    background-color: #C4AA70;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: "RobotoSlabCustom", sans-serif;
    font-weight: 500;
    transition: all 0.3s;
}
    a.cta:hover {
        background-color: #464646;
        transition: all 0.3s;
        text-decoration: none;
    }

a.cta + a.cta {
    margin-top: 10px;
}


footer {
    background-color: #464646;
    padding: 60px 0;
}