﻿.btn-large {
    padding: 1rem 5rem !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    border-radius: 15px;
    white-space: nowrap;
}

.btn-middle {
    padding: .75rem 3rem !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    border-radius: 15px;
    white-space: nowrap;
}

@media(max-width:480px) {
    .btn-large {
        padding: .5rem 1.25rem !important;
        font-size: 1.1rem !important;
    }

    .btn-middle {
        padding: .25rem 1rem !important;
        font-size: 1.1rem !important;
    }
}

.btn-white {
    background-color: white;
    border: none;
    color: #999;
}

.btn-bright-blue {
    background-color: #47C0E0;
    border: none;
    color: white;
}

.btn-dark-blue {
    background-color: #0871b2;
    border: none;
    color: white;
}
