body{
    background-image: url(../images/R-C-bg.png);
    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:#0a06f7;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.button{
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 10px 2px 10px;
}
.btn{
    border-color: #0707aa;
    color: #0707aa;
}
.btn:hover {
    background-color: #0707aa;
    border-color: #ff0000;
    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;    
}
.c-wrapper{
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: double;
    border-width: 9px;
    border-color: #0a06f7;
    border-radius: 55px;
    padding: 20px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 550px;
}
h1{
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
}
h5{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.25;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.reff{
    text-align: left;
    font-size: .85rem;
}
li{
    line-height: 1.25;
    padding-top: 4px;
    padding-bottom: 4px;
}
#reffer{
    padding-top: 70px;
}
.smler{
    font-size: .7rem;
}
.zero{
    text-decoration: none;
}
/* HR styles */
.www{
    margin-top: 55px;
    margin-bottom: 0px;
    border: none;
    color: #ff0000;
    background-color: #ff0000;
    height: 3px;
}
.hr-hg {
    width: 50%;
    border: none;
    color: #00ff00;
    background-color: #00ff00;
}
.hr-tqg {
    width: 75%;
    border: none;
    color: #00ff00;
    background-color: #00ff00;
}
.hr-tqr {
    width: 75%;
    border: none;
    color: #ff0000;
    background-color: #ff0000;
}
.lh3 {
    height: 3px;
}
.lh5 {
    height: 5px;
}
/** Font size for the P element **/
.h4size {
    font-size: 1.25em;
    font-weight: 515;
    line-height: 1.5;
}
@media screen and (max-width: 600px){
    body {
        background: none;
        background-color: gray;
    }
    .c-wrapper{
        width: 90%;
        padding: 5px;
    }
}