
h1, h2, h3, h4, h5, h6  {
    font-weight: 200;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.4em !important;
}

h3 {
    font-size: 1.2em !important;
}

.btn-primary:focus {
    outline: transparent !important;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #480D6E !important;
}