:root{--background:#ffffff;--background-strong:#000000;--background-transparent:#ffffff18;--foreground:#101e2a;--foreground-light:#808080;--primary:#ea6032;--primary-light:#f19b7f;--secondary:#015383;--secondary-dark:#01213a;--grdient:linear-gradient(90deg, #01213a, #015383, #01213a);--transparent:#00000000;--shadow-black:#00000030}html{scroll-behavior:smooth}body,html{height:100%;line-height:1.8}.bgimg-1{background-position:center;background-size:cover;background-image:url("../img/hero.webp");background-position:55% 20%;mix-blend-mode:color;min-height:100%}.w3-bar .w3-button{padding:16px}.demo-deck{display:grid;grid-template-columns:1fr;flex-wrap:wrap;gap:4rem}@media screen and (min-width:900px){.demo-deck{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px){.demo-deck{grid-template-columns:1fr 1fr 1fr}}.demo-card img{position:relative;object-fit:cover;width:100%;max-height:100%;height:auto}.demo-card a{transition:.3s ease-in-out;display:block;position:relative}.demo-card:hover a{scale:1.06;transition:.3s ease-in-out;transition:.3s cubic-bezier(.5, 0, .5, 1)}.demo-card:hover .demo-overlay{background-color:rgba(0,0,0,.3);transition:.3s ease-in-out;transition:.3s cubic-bezier(.5, 0, .5, 1)}.demo-overlay{position:absolute;width:100%;height:100%;top:0;left:0;transition:.3s ease-in-out}.demo-label{background-color:var(--foreground);padding:.5rem 3rem;color:var(--background);margin:30px;border-radius:10px;display:block;width:fit-content}#contact-form textarea{height:10rem;resize:none}#contact-form #response-message{padding:.5rem;text-align:center;height:2.6rem}.response-error{color:red}.response-success{color:green}.tech-icons{display:flex;flex-flow:row wrap;justify-content:space-between;gap:1rem}.tech-icons>img{height:100px}.w3-navy-blue{color:var(--background);background-color:var(--foreground)}.w4-text-image{width:fit-content;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media (min-width:993px){.w4-text-image{flex-direction:row}}