/*Header*/
*border-sizing{border-box;}
body{width:95%;margin:auto;font-family:arial, helvetica, sans-serif;font-size:100%;}
h3{color:#3f7cef;}
h4{margin-left:4%;}
a {text-decoration:none;}
img{width:100%;height:auto;}
.container{border:15px double #3f7cef;border-radius:15px;}
.cols{width:100%;display:flex;}
.colone{background-color:#ffffff;flex:18;order:2;display:flex;}
.what{margin:auto;max-width:80%;}
.coltwo{background-color:#ffffff;flex:1;display:flex;flex-direction:column;order:1;}
.flagC{background-color:#3f7cef;flex:1;}
.flagS{background-color:#3f7cef;flex:1;}
/*Navigation*/
#dropdown-content {display:none;}
#dropdown-content a {color: black;font-size:10px;padding: 2px 16px;text-decoration: none;border: 1px solid #3f7cef;display: block;}
#dropdown-content a:hover {background-color: #66ffff;}
#dropdown-content {display: none;position:absolute;background-color:#ffffff;left:25%;z-index:10;}	
.topnav {background-color: #3f7cef;overflow: hidden;}
.topnav a {float: left;display: block;color: #f2f2f2;text-align: center;padding: 14px 16px;text-decoration: none;font-size: 1.1rem;}
.topnav a:hover {background-color:#66ffff;color: black;}
.topnav a.active {background-color:#3f7cef; color: #ffffff;}
.topnav .icon {display: none;}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {float: right;display: block;} 
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {position: absolute; right: 0;top: 0;}
  .topnav.responsive a {float: none;display: block;text-align: left;font-size:14px;}
  #dropdown-content {display: none;position:absolute;background-color:#ffffff;left:25%;top: 100px;z-index:10;}
}
/*Footer
.footer{background-color:#3f7cef;display:flex;justify-content:space-between;height:5rem;align-items:center;}
//.footer{width:100%;background-color:#3f7cef;height:6rem;}
.html{display:flex;margin:2px;}
.w3c img{max-width:88px}
.logo32{max-width:32px;}
.wsru{display:flex;margin:2px;}
.wsru img{max-width:36px;padding:0 8px;}
.marquee{left:35%;color:#ffffff;position:absolute;margin-bottom:2.5rem;}*/
.wsru img{padding:0 8px;}
.footer{background-color:#3f7cef;display:flex;justify-content:space-between;height:4rem;align-items:center;flex-flow:row wrap;}
.html{display:flex;}
.w3c{max-width:88px}
.logo32{max-width:32px;}
.wsru{display:flex;}
.wsru img{max-width:36px;padding:0 8px;}
.marquee{background:#3f7cef;color:#ffffff;display:flex;width:100%;justify-content:center;align-items:center;height:2rem;}
.stilmsg{display:flex;}
#topper img{max-width:75px;}
#topper{width:100%;text-align:center;}
.copyright{font-size:10px;}

@media screen and (max-width:799px){
.container{border:10px double #3f7cef;;border-radius:10px;}
.topnav a{font-size:0.9rem;}
.wsru img{max-width:18px;}
.w3c{max-width:47px;}
.logo32{max-width:17px;}
.content{font-size:80%;}
.copyright{font-size:8px;}
#topper img{max-width:60px;}
body{font-size:75%;}
.stilmsg{font-size:12px;max-width:75%;margin:0 auto;}
}