﻿/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*// Small and Up */
@media only screen and (min-width: 0px) {
    .btn {
        display:inline-block;
        color:#fff;
        background-color:#1d4d95;
        padding:1rem;
        text-decoration:none;
        min-width:140px;
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;
        margin-top:1rem;
    }
    /* State - Hover */
    .btn:hover {
        opacity:.8;
        text-decoration:none;
    }
}

/*// Medium and Up */
@media only screen and (min-width: 601px) {}


/*// Large and Up */
@media only screen and (min-width: 993px) {}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/