
* {
    
}
/* TEXT COLORS */
.tx-ffa628 {
    color: #ffa628;
}
/* BUTTONS */
.btn-orange {
    width: 270px;
    background: #ffa628;
    color: #a50022;
    border: 3px solid #ffa628;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.btn-ghost {
    width: 270px;
    background: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 0.750em;
}
a.c-main-btn {
    background: #3f8ddf;
    color: #ffffff;
    border: 3px solid #3f8ddf;
    border-radius: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;  
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
    width: 220px;
    font-size: 1.000em;
    height: 60px;
}
a.c-main-btn:hover {
    border: 3px solid #0a7aef;
    background: #0a7aef;
    color: #ffffff;
}
a.c-default-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;  
    color: #318dde;
}
.tx-318dde {
    color: #318dde;
}
@media (min-width: 992px) {
    a.c-main-btn {
        width: 340px;
        font-size: 1.333em;
        height: 90px;
    }
}