body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.alert-success {
    color: #333!important;
    background-color: #f1aa01!important;
    border-color: #e6a201!important;
}
@media only screen and (min-width: 601px) {
.videoWrapper {
    position: relative;
    padding-bottom: 45%;
    padding-top: 15px;
    height: 0;
    margin: 0 auto;
    width: 100%!important;
}}