html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
}

.bg-orange {
    background-color: #F26C26;
}

.bg-red {
    background-color: #D0342C;
}

.bg-blue {
    background-color: #2691CE;
}

.continue:hover {
    background-color: rgb(50, 120, 206);
}

.signature {
    color: blue;
    font-family: pacifico, bradley hand itc, lucida handwriting, comic sans ms, cursive;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}

.text-orange {
    color: #F26C26;
    border: solid 2px #F26C26;
}

.text-orange:hover {
    color: #F26C26F0;
    border: solid 2px #F26C26F0;
}