a, a:link, a:visited {
    color: #7a9e5f;
    text-decoration: none;
}

a:hover {
    color: #1f370c;
    font-weight: 400;
}

.vnd-logo {
    font-size: 4em;
    /*color: #c42818;*/
    color: #7a9e5f;
}

.vnd-even .vnd-logo, .vnd-even .vnd-logo-subtitle {
    text-align: right;
}

.vnd-logo-subtitle {
    font-size: 2em;
    margin-bottom: 19px;
}

.vnd-image-vc-big {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.vnd-content {
}

.vnd-content p {
    font-size: 1.2em;
    padding-top: 10px;
}

.vnd-info {
    font-size: 1.2em;
    padding: 10px;
    position: fixed;
    bottom: 0;
    background-color: white;
}
