html,body{background-color:#0ebbff;height:100%;margin:0;font-family:Fira Sans,sans-serif}h1{margin:10px;font-size:2em}@media (min-width:768px){h1{font-size:2.5em}}h2{font-size:2em}a{color:#fff;transition:color .35s}a:hover,a:focus{color:#000;text-decoration:none}.header{background-image:url(hcv.a5b3eee9.jpg);background-position:70% 0;background-size:auto 120%;height:400px;box-shadow:0 0 5px 2px rgba(0,0,0,.75)}@media (min-width:768px){.header{background-position:0;background-size:cover;height:40vh;min-height:300px}}.header .box{clip-path:polygon(0 0,100% 0,100% 80%,0% 100%);text-align:center;background-color:rgba(255,255,255,.8);width:100%;height:65%;position:relative;overflow:hidden}@media (min-width:600px){.header .box{clip-path:polygon(0 0,100% 0,80% 100%,0% 100%);width:55%;height:100%;display:inline-flex}}.header .box .material{width:100%;margin:20px 0;position:absolute;top:0}@media (min-width:600px){.header .box .material{width:80%;margin:0;top:50%;transform:translateY(-50%)}}.header .box .material img{border-radius:150px;height:110px}@media (min-width:768px){.header .box .material img{height:175px}}.header .box p{margin-top:.5em;font-size:1em;font-weight:300}.content{box-sizing:border-box;color:#fff;width:100%}.content h2{text-align:center;margin-bottom:40px}.content p{text-align:center;padding-bottom:10px}.content .article{padding-top:50px;padding-bottom:50px}.content .article:nth-child(2n){color:#000;background-color:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,.75)}.content .article:last-child{margin-bottom:0}.content .article.about{padding:50px 20px}.content .article.contact{text-align:center}.content .article.contact .social{grid-template-columns:repeat(auto-fill,minmax(33.333%,1fr));max-width:1200px;margin:0 auto;display:grid}@media (min-width:600px){.content .article.contact .social{grid-template-columns:repeat(auto-fill,minmax(16.666%,1fr))}}.content .article.contact .social-link{margin-bottom:20px}.content .article.contact .social-link a{text-decoration:none}.content .article.contact .social-link .title{padding-top:5px}.portfolio{grid-template-columns:repeat(auto-fill,1fr);max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.portfolio{grid-template-columns:repeat(auto-fill,minmax(50%,1fr))}}.portfolio-item{padding:15px}.portfolio-image{border-radius:6px;max-width:100%;height:auto;display:block}.portfolio-box{cursor:pointer;max-width:650px;margin:0 auto 20px;display:block;position:relative}.portfolio-box img{border:1px solid rgba(0,0,0,.75);transition:border .35s}.portfolio-box-caption{color:#fff;opacity:0;text-align:center;background:rgba(14,187,255,.9);border-radius:6px;width:100%;height:100%;transition:opacity .35s;display:block;position:absolute;bottom:0;left:1px}.portfolio-box-caption-content{text-align:center;width:100%;position:absolute;top:50%;transform:translateY(-50%)}.portfolio-box-caption-content .project-name,.portfolio-box-caption-content .project-details{padding:10px}.portfolio-box-caption-content .project-name{text-transform:uppercase;font-size:16px;font-weight:600}.portfolio-box:hover .portfolio-box-caption{opacity:1}.portfolio-box:hover img{border:1px solid rgba(14,187,255,.9)}