body { 
    background-color: #00609C;
    color: white;
}

.logoRow { 
    background-color: white;
}

a { 
    color: #FFD7A7;
    font-weight: bold;
}

a:hover { 
    color: #FFD7A7;
}

button.btn.btn-warning { 
    text-transform: uppercase; 
    color: white;
    font-weight: bold;
    border-radius: 0;
    background-color: #FF9E19;
    border: none; 
}

button.btn.btn-warning:hover { 
    background-color: grey;
}

button a { 
    color: white;
}

button a:hover {
    color: white;
    text-decoration: none;
}

.row { 
    padding-top: 40px;
    padding-bottom: 40px;
}

.row.smMargins { 
    padding-top: 20px;
    padding-bottom: 20px;
}

p { 
    max-width: 500px;
    font-size: 20px;
}

.copyright { 
    font-size: 16px;
    color: lightblue;
}

@media (max-width: 700px) { 
    button.btn { 
        margin-bottom: 10px;
    }
}