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

body {
    /* height: 800px; */
    /* width: 100%; */
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #000;
    box-sizing: border-box;
}
.banner {
    height: 110px;
    width: 100%;
    font-size: 1.5em;
    display: flex;
    /* margin-left: 10%;
    margin-right: 10%; */
    align-items: center;
    justify-content: center;
    background: lightgray;
    border: 1px solid black;
}
.new-bar {
    height: 1625px;
    padding: 1.3em;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    background: rgb(238, 236, 231);
}
#legion, #service,
 #charity, #activity,
  #svmnews {
   margin: 1em 6em;
    border-top: black dotted 1px;
} 
#tango-tale {    
    font-size: 1em;
}
#p1, #p2, #p3 {
    margin: 20px;
}
#sub-set {
    text-align: center;
    border-top: #666666 solid 3px;
    border-bottom: #666666 solid 3px;
}
#e-label {    
    font-size: 2.2em;
    margin: 0;
}
#rvs-1a {
    float: right;
    margin-right: .8em;
}
#rvs-1b {
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
}
#rsv-2a {
    float: right;
    margin-right: 1.3em;
    /* margin-bottom: 5px; */
}
#rvs-2b {
    display: block;
    /* margin-right: 10px; */
    margin-bottom: 5px;
}
#rvs-3a {
        float: right;
        margin-right: 1.3em;
    }
#rvs-3b {
        display: block;
        margin-right: 10px;
        margin-bottom: 5px;
    }

h1 {
    text-align: center;
    font-style: italic;
    font-size: 2.2em;
}
h4 {
    font-size: .9em;
    margin: 0;
}
#sub-svmn {
    text-align: center;
    border: deeppink solid 3px;
    padding: 2em 3em;
}
#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: 90px;
    text-align: center;
    background: #666666;
    border-top: 20px solid #666666;
    color: cornsilk;
    bottom: 0;
}
.footer p {
    color: #fff;
}
@media only screen and (min-width: 800px){
    body {
        max-width: 1100px;
    }
    .banner {
     font-size: 2em;
    }
}