﻿header a.logo img {
    max-height: 120px;
}
.text-deep-pink, .btn.text-deep-pink {
    color: #f40000;
}
.title-large {
    font-size: 60px;
    line-height: 95px;
}
.btn.btn-dark-gray {
    background: #f40000;
    border-color: #f40000;
    color: #fff;
}
.footer-logo {
    max-height: 120px;
}
.bg-deep-pink {
    background-color: #f40000;
}
@media (max-width:769px) {
    .title-large {
        font-size: 34px;
        line-height: 28px;
    }
}