body{background:rgba(0,0,0,.9);margin:0;color:#fff;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.showcase .content{position:absolute;z-index:1;top:10%;left:50%;margin-top:105px;margin-left:-145px;width:300px;height:350px;text-align:center;transition:all 1s}.showcase .content .title{font-size:2.2rem;margin-top:1rem}.showcase .content .text{line-height:1.7;margin-top:1rem}.showcase::after{content:'';height:100vh;width:100%;background-image:url(/assets/forest-lit-1600x1200.jpg);background-size:cover;background-size:no-repeat;background-position:center;display:block;-webkit-filter:blur(10px);filter:blur(10px);transition:all 1s}.showcase:hover .content{-webkit-filter:blur(2px);filter:blur(2px)}.showcase:hover::after{-webkit-filter:blur(0);filter:blur(0)}.container{max-width:960px;margin:auto;overflow:hidden;padding:4rem 1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.center{text-align:center;margin:auto}.bg-light{background:#f4f4f4;color:#333}.bg-dark{background:#333;color:#f4f4f4}footer{padding:2.2rem}footer p{margin:0}@media (max-width:560px){.showcase::after{height:50vh}.content{top:5%;margin-top:5px}.content .logo{height:70px;width:70px}.content .text{display:none}.grid-2,.grid-3{grid-template-columns:1fr}.services div{border-bottom:1px dashed #333;padding:1.2rem 1rem}}@media (max-height:500px){.content{top:0}.content .logo{height:70px;width:70px}.content .text,.content .title{display:none}}