html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}
/*@font-face {font-family: Verdana;src: url(../fonts/verdana.ttf);font-weight: normal;}*/
h1,h2,h3,h4,h5,h6,.bsc-slim,.bsc-wide{font-family:"Segoe UI",Arial,sans-serif}
h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
hr{height:0;border:0;border-top:1px solid #eee;margin:20px 0}
img{margin-bottom:-5px}
a{color:inherit}
*{margin:0;padding:0}
.container{background:#FFC;border:3px solid #B50000;border-radius:7px;margin-left:auto;margin-right:auto;}
@media(min-width:992px){.container{width:920px}}
@media(min-width:1200px){.container{width:920px}}
.list{margin-left:50px}
.footer{background:#B50000;clear:both;color:#FFC;font-size:x-small;text-align:center;width:100%;padding:10px;border-radius:4px}
.dRed{color:#fff;background-color:#B50000}
.bsc-sidenav a:hover{background-color:#371911}
.img-rounded{border-radius:6px}
.img-mt{margin-top:10px}
.img-mb{margin-bottom:3px}
.imgMiddle{vertical-align:middle}
.w5p{width:5%}
.w50{width:50px}
.w250{width:250px}
.w310{width:310px}
.w130{width:130px}
.w350{width:350px}
.w87 {width:87px}
.w100{width:100px}
.w122{width:122px}
.w91{width:91px}
.w97{width:97px}
.w82{width:82px}
.w74{width:74px}
.mw50{min-width:50px}
/*body,textarea{font:normal verdana,arial,helvetica,sans-serif}*/
ol{font-weight:bold;padding-left:20px}
ol span{font-weight:normal}
.contact{width:300px;align-content:center;margin:auto}
.center{margin:auto}
@media(max-width:650px){.mob{display:none}}
@media(min-width:650px){.nonmob{display:none}}
p{padding-left:2%;padding-right:2%}
.btn-bsc{padding:1px 5px;font-size:17px;line-height:1.5;border-radius:3px;text-decoration:none;color:#fff;background:#B50000}
.btn-bscnh{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;text-decoration:none;color:#fff;background:#B50000}
@media only screen and (min-width:800px){.bsc-col.l4{width:33.33333%}
.w3-col.l8{width:66.66666%}}/* was bsc */
.pt{padding-top:3px}
hr{height:0;border:1px;border-top:4px solid #B50000;margin:20px 0}
.b{font-weight:700}
.link{color:#b50000;font-weight:700}
.linknl{color:#b50000;font-weight:700;text-decoration:none}
#latest{box-shadow:0 0 0 4px #231F20,/* black */0 0 0 8px #EB1C2E,/* red */0 0 0 13px #FEC530;/* gold */width:90%;border-radius:7px;padding:2%;margin:auto;color:#b50000}
#latest header{font-size:larger;font-weight:bold}
.bscBlue{color:#0F4B91}
.bsc-pale-red{background-color:#ffe7e7}
.max450{max-width:450px}
.max300{max-width:300px}
.max500{max-width:500px}
.w121{width:121px}
.w78{width:78px}
.bsc-border-black{border-color:#000;border-width:5pt;border-style:solid;border-radius:7px}
.border{border-color:#000;border-width:1pt;border-style:solid}
.left{text-align:left;}
.light-green{background-color:#cfc}
.bsc-text-olive-green{color:#808000}

#topBtn {display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #B50000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 1px 5px; /* Some padding */
    border-radius: 3px; /* Rounded corners */
    font-size: 12px; /* Increase font size */}
#topBtn:hover {background-color: #555; /* Add a dark-grey background on hover */}
.box{
 width: auto;
}
.box img {
    max-width: 100%;
    width: 100%;
    height: auto; /* vary this to your needs ie auto, 100%, etc */
    margin: 0 auto;
}