*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ddd;--box1: #e3e8d7;--dark: #333;--light: #fff;--shadow: 0 1px 5px rgba(104,104,104,0.8)}html{font-family:Arial,Helvetica,sans-serif;color:var(--dark)}body{position:relative;min-height:100vh;line-height:1.4;margin-left:35px;margin-right:35px;background-color:#aaa;padding-bottom:100px}img{max-width:100%;height:auto}.parent{display:grid;grid-template-columns:repeat(6, 1fr);grid-template-rows:auto;gap:7px;margin:0 auto;grid-template-areas:"banner banner banner banner banner banner" "header header header nav nav nav" "top top top top top top" "main main main main main main" "footer footer footer footer footer footer"}header{grid-area:header;background-color:#aaa;padding:15px}header h1{font-size:35px}header p{font-size:18px}nav{grid-area:nav;height:4rem;margin-top:.9rem;margin-bottom:1.5rem;border:none}#top{grid-area:top;border:#000 3px solid;background-color:#d3c6a3;height:10rem}#banner{grid-area:banner;border:#aaa 2px outset;height:2.5rem}main{grid-area:main;padding:18px;background-color:#b29494;border:medium solid #332b16;margin-bottom:2rem}#box1{grid-area:box1;border:#521111 .1rem outset;background-color:#d8caca;margin-bottom:2rem;text-align:center}#box2{grid-area:box2;border:#521111 .1rem outset;background-color:#d8caca;margin-bottom:2rem;text-align:center}footer{position:absolute;bottom:0;width:100%;height:7rem;margin-top:3rem;right:0;left:0;border-radius:15px;background-color:#aaa;border-top:#40163e 3px solid;border-bottom:#3b1f3e 3px ridge;border-left:#002f70 2px outset;border-right:#3b1f3e 2px outset;text-align:center}.copyright{text-align:center}.footer-right{text-align:right;padding-right:15px}@media screen and (max-width: 864px){.parent{grid-template-columns:1fr 1fr;grid-template-areas:"nav nav" "header header" "box1 box1" "main main" "box2 box2" "footer footer"}body{background-image:url(../images/healy534.jpg)}#top{display:none}}@media screen and (max-width: 528px){.parent{grid-template-columns:1fr;grid-template-areas:"nav" "header" "box2" "main" "box1" "footer"}body{background-image:url(../images/healy534.jpg)}#top{display:none}nav{height:0px;margin-bottom:1px}header{padding:0px}}/*# sourceMappingURL=template.min.css.map */