
*{box-sizing:border-box}
body{
margin:0;
font-family:Georgia,serif;
color:#fff;
background:url('./images/background.jpg') center top/cover fixed no-repeat;
}
.panel{
width:min(1050px,94%);
margin:20px auto 34px;
background:#051f3c;
padding:18px 22px 28px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.45);
text-align:center;
}
.top-logo{display:block;width:min(620px,95%);margin:0 auto 12px}
.hero{display:block;width:min(520px,100%);margin:0 auto 20px;border-radius:12px}
h2{margin:14px 0;color:#f3c34c;font:900 clamp(2rem,4vw,2.9rem)/1.1 Arial,sans-serif}
h2 span{display:block}
.intro{max-width:760px;margin:0 auto 18px;font-size:1.1rem;line-height:1.75}
.archive{margin:14px 0 22px}
.archive p{margin:0 0 10px}
.btn{display:inline-block;padding:14px 28px;background:#b51d22;color:#fff!important;text-decoration:none;border-radius:8px;font-weight:bold}
.contact{margin:8px auto 6px}
.contact a,.contact a:visited{color:#fff!important;text-decoration:none;font-weight:bold}
.contact a:hover{color:#f3c34c!important}
footer{background:#051f3c;padding:18px 0 24px}
.footer-inner{width:min(1050px,94%);margin:auto}
.bottom-logo{display:block;width:100%;height:auto;margin:0 auto 10px}
.foot,.foot a,.foot a:visited{color:#fff!important;text-decoration:none;font-size:12px}


footer{
    background:transparent !important;
    margin-top:30px;
    text-align:center;
    padding:0 0 20px 0;
}

.site-nav .nav-separator{height:0;border-top:2px solid #ffc43d;margin:0}
