﻿  .flex_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flex_columns {
    }

    .rc_navbutton_anchor {
        text-decoration: none;
    }

    .rc_navbutton {
        -moz-box-shadow: 0px 0px 0px 4px #12748f;
        -webkit-box-shadow: 0px 0px 0px 4px #12748f;
        box-shadow: 0px 0px 0px 4px #12748f;
        background-color: #002e62;
        border: 3px solid #b9ddc3;
        cursor: pointer;
        color: #ffffff;
        font-family: Verdana;
        font-weight: bold;
        font-style: italic;
        padding: 13px 20px;
        width: 200px;
        height: 81px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
        margin: auto;
    }

        .rc_navbutton:hover {
            background-color: #002e62;
        }

        .rc_navbutton:active {
            position: relative;
            top: 1px;
        }

    .rc_navbutton_subtext {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .rc_navbutton_maintext {
        display: block;
        font-size: 14px;
        text-align: center;
    }  