﻿
@font-face {
    font-family: 'BrandRegular';
    src: url('../fonts/vw/VWHead.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BrandBold';
    src: url('../fonts/vw/VWHead-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}

.btn-success, .btn-success2, .btn-success:hover, .btn-success2:hover,
.btn-success:active, .btn-success2:active {
    color: #fff;
    background-color: #001E50;
    border-color: #001E50;
    border-radius: 30px;
}

.btn-secondary {
    border-radius: 30px;
}

.footer {
    font-size: 1em;
    background-color: #001E50;
    margin-top: 10px;
}

.footer-copy {
    background-color: #001E50;
}

.footer-links {
    margin-top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
}

.footer-links a {
    color:#000;
}

.brand-bold {
    font-family: 'BrandBold';
}

.logo {
    text-align: left;
    max-width: 82px;
    margin-left:0px;
    margin-right:0px;
}

.footer hr {
    clear: both;
    display: none;
}

.footer-copy {
    clear: both;
}