body {
    background-image: url(../images/tv-crap.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: solid;
    border-color:#00aaff;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
/** Top Menu Buttons **/
.button {
    border: 2px solid #992af3;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 10px 2px 10px;
}
.btn {
    border-color: #992af3;
    color: #0707aa;
}
.btn:hover {
    background-color: #2600ff;
    border-color: #e4224c;
    border-radius: 20px;
    border-width: 3px;
    color: #ffffff;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
/********--------A/9/7E4--------********/
.c-wrapper {
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: double;
    border-width: 10px;
    border-color: #00aaff;
    border-radius: 35px;
    padding: 20px 20px 40px 20px;
    margin: 70px auto 200px auto;
}
.cent {
    text-align: center;
}
/** Font Size Styles **/
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.5;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
}
.fs5 {
    font-size: .87em;
    font-weight: 600;
}
.tb-cmarg {
    margin: 2px 0 2px 0;
}
.tb-wmarg {
    margin: 25px auto 25px auto;
}
/** HR Styles **/
.blu80 {
    width: 80%;
    border: none;
    background-color: #2600ff;
}
.lh3 {
    height: 3px;
}
@media screen and (max-width: 600px) {
    body {
        background: none;
        background-color: gray;
    }
    .c-wrapper {
        width: 85%;
        padding: 10px;
        margin-bottom: 100px;
    }
}