body {
    background-image: url(../images/alt-media-bg.gif);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrapper {
    width: 100%;
}
.m-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-style: double;
    border-color:#FF0000;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
/** Top Buttons **/
.button {
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 15px 2px 15px;
}
.btn {
    border-color: #0707aa;
    color: #0707aa;
}
.btn:hover {
    background-color: rgb(236, 233, 22);
    border-color: #ff0000;
    border-radius: 20px;
    border-width: 3px;
    color: #000;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
/** Links Menu Button **/
.button-alt {
    border: 3px solid;
    background-color: #e4e2e0;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: 500ms;
}
.btn-alt {
    border-color: #06b606;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 225px;
    margin: 2px 5px 2px 5px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}
.btn-alt:hover {
    border-color: #0000ff;
    background-color:#ffff00;
    color: #ff0000;
    border-radius: 0px;
    font-weight: bold;
}
.btn-alt:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
/** Ref Button **/
.button-tosp {
    border: 3px solid;
    background-color: #e4e2e0;
    border-radius: 25px;
    font-size: .80rem;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: 500ms;
}
.btn-tosp {
    border-color: #06b606;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 250px;
    margin: 2px 5px 2px 5px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}
.btn-tosp:hover {
    border-color: #0000ff;
    background-color:#ffff00;
    color: #ff0000;
    border-radius: 0px;
    font-weight: bold;
}
.btn-tosp:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
.c-wrapper {
    width: 80%;
    max-width: 1000px;
    background-image: url(../images/c-bg.png);
    color: #180f94;
    border-style: double;
    border-width: 9px;
    border-color: #FF0000;
    border-radius: 55px;
    padding: 20px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 600px;
}
.flexcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cent {
    text-align: center;
}
.tb-marg {
    margin: 2px 0 2px 0;
}
.col-blk {
    color: #000000;
}
.col-red {
    color: #FF0000;
}
.lnhi {
    margin-bottom: 10px;
}
#ToSP {
    padding-top: 50px;
}
/** HR Styles **/
.fullblk {
    width: 100%;
    border: 0;
    background-color: #000000;
    height: 3px;
    margin: 30px auto 30px auto;
}
.blk75 {
    width: 75%;
    border: none;
    background-color: #000000;
    height: 5px;
    margin: 10px auto 10px auto;
}
/** Font Size Styles **/
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.25;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25;
}
.fs5 {
    font-size: .87em;
    font-weight: 600;
}
@media screen and (max-width: 600px) {
    body {
        background: none;
        background-color: gray;
    }
    .c-wrapper {
        width: 85%;
        padding: 10px;
        margin-bottom: 100px;
    }
}    