@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
    height: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #000;
    box-sizing: border-box;
}
.banner {
    height: 110px;
    width: 100%;
    float: left;
    background: lightgray;
    border: 1px solid black;
}
.new-bar {
    width: 80%;
    height: auto;
    padding: 10% 10%;
    font-size: 1.5rem;
    text-align: center;
    border: black solid 2px;
    /* background: rgb(238, 236, 231); */
    color: black;
}
.new-bar img {
    padding-left: 6%;
}
#mem-online, #mem-local {
    /* margin-left: 10%; */
    margin-top: 30px;
    margin-bottom: 5%;
     font-size: 1.2rem;
     background-color: #3f3f62;
     color:  #fff;
 }
 #mem-online:hover, #mem-local:hover {
     font-size: 1.4rem;
     color: val(--secondary-clr-sub-hover);
 }
#rtn_home {
    width: 100px;
    height: 40px;
    /* padding-right: 60px; */
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    /* padding-top: 40px; */
    width: 24%;
    height: 100px;
    float: right;
}
#rtn_home {
    width: 100px;
    height: 40px;
    /* padding-right: 60px; */
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    /* padding-top: 40px; */
    width: 24%;
    height: 100px;
    float: right;
}
.footer {
    clear: both;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #666666;
    border-top: 20px solid #666666;
    color: cornsilk;
    bottom: 0;
}
.footer p {
    color: #fff;
}