.mural-content h2,.mural-content h3,.mural-title{text-transform:uppercase}.mural-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:999999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mural-overlay.mural-active{opacity:1;visibility:visible}.mural-popup{background:#8a3030;max-width:75vw;width:100%;max-height:80vh;border:1px solid;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.3);transform:scale(.7);transition:transform .3s;overflow:hidden}.mural-overlay.mural-active .mural-popup{transform:scale(1)}.mural-close{position:absolute;top:5px;right:5px;background:0 0;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:30px;line-height:1;cursor:pointer;transition:background .3s,transform .2s;display:flex;align-items:center;justify-content:center;z-index:10;padding:0}.mural-close:hover{background:#d32f2f;transform:rotate(90deg)}.mural-content{padding:60px 40px 40px;overflow-y:auto;max-height:calc(80vh - 100px)}.mural-title{background-color:#506d5e;padding:10px;font-size:2rem;font-family:Oswald,sans-serif;text-align:center;line-height:1.2;text-shadow: 0px 2px 3px rgba(0,0,0,.3);}.mural-content h2{margin-bottom:15px;color:#fff;font-size:30px;line-height:1.2}.mural-content h3,.mural-content h4{margin-bottom:10px;color:#ededed;line-height:1.2}.mural-content h3{font-size:22px}.mural-content h4{font-size:18px}.mural-content p{margin-bottom:15px;line-height:1.6;color:#efefef}.mural-content hr{background-color:rgba(255,255,255,.5);height:1px;margin-bottom:30px;margin-top:30px}.mural-content ol,.mural-content ul{margin:15px 0;padding-left:30px;line-height:1.6}.mural-content li{margin-bottom:5px;color:#efefef}@media (max-width:768px){.mural-popup{max-width:95%;width:95%}.mural-content{padding:50px 20px 30px}.mural-content h2{font-size:24px}}