:root{font:14px/1 san-serif}a,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,input,label,li,ol,p,pre,td,th,ul{margin:0;padding:0;border:0;outline:0}html{scroll-behavior:smooth}body{background:#000;color:#fff;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}@media only screen and (max-width:800px){:root{font:12px/1 san-serif}}:root{--main-color:#177EFE;--secondary-color:#00DCFF;--brand-white:#F7FAFC;--brand-gray:#E3E4E9;--brand-black:#404040;--alert-color:#D84363;--success-color:#42A587;--notify-color:#D88C41;--accent-color:#778396;--homebase:rgba(23, 126, 254, 1)}html{scroll-behavior:smooth}body{background:var(--brand-black);color:var(--brand-black);-webkit-font-smoothing:antialiased;font-family:Muli,sans-serif}h1,h2,h3,h4,h5,h6,p{margin:.1rem;padding:.1rem}h1{font-size:4rem;line-height:1.5}h2{font-size:3.25rem;line-height:1.5}h3{font-size:2.625rem;line-height:1.5}h4{font-size:2.125rem;line-height:1.5}h5{font-size:1.625rem;line-height:1.8}h6{font-size:1.375rem;line-height:1.8}p{font-size:1.25rem;line-height:1.8}li,ul{font-size:1.25rem;line-height:1.8}td,th{font-size:1.25rem;line-height:1.8}.container{max-width:100vw}.container-home{display:grid;background:linear-gradient(135deg,#c93507,#cd7b68,#ee9460);background-size:cover;background-position:center;background-color:var(--brand-black);height:100vh;width:100vw}section{max-width:100vw;background-color:var(--brand-white)}li,ul{margin:0;padding:0}.coming-soon{max-width:100vw;height:calc(100vh - 6vh - 8vh);background-color:var(--brand-white);margin:0;padding:0}.coming-soon h2{margin:0;padding:0;text-align:center;position:relative;float:left;top:50%;left:50%;transform:translate(-50%,-50%)}.success{display:flex;flex-direction:column;justify-content:center;align-content:center;max-width:100vw;min-height:80vh;background-color:var(--brand-white);text-align:center;padding:2rem 0 4rem 0}.success h2{grid-area:heading;align-self:center;max-width:80vw;margin-bottom:1rem}.success p{grid-area:des;align-self:center;max-width:70vw}.success form{grid-area:form;align-self:start;justify-self:center;font-size:18px}.success label{display:block;width:50vw;margin:0 .5rem;padding:.5rem .5rem .5rem 0;text-align:start}.success input{display:block;width:50vw;height:50px;font-size:18px;border:1px solid var(--brand-gray);box-shadow:inset 0 0 10px var(--brand-gray);border-radius:10px}.success input[type=checkbox]{width:25px;height:25px;margin:.5rem;border:1px solid var(--brand-gray);cursor:pointer}.success input[type=checkbox]:before{color:#000;background:#fff}.success input[type=checkbox]:after{color:#fff;background:#000}.invisible{display:none}.success button{background-color:var(--alert-color);color:var(--brand-white);width:50vw;margin:.5rem;padding:1rem;border:none;border-radius:10px;font-size:18px;cursor:pointer}.succes button:hover{background-color:var(--success-color)}.no-steal{pointer-events:none}.artwork{background:var(--brand-white);min-height:100vh;display:flex;justify-content:center;align-items:start}.portfolio-preview{display:flex;flex-direction:column;flex-wrap:wrap;max-width:90vw;justify-content:center;align-items:center;overflow:hidden;margin:2rem 0}.portfolio-preview img{height:400px;border-radius:10px}.portfolio-section{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:center;margin-bottom:2rem}.description{grid-area:des;justify-content:center;align-items:center;text-align:center}.portfolio-preview h2{padding-bottom:2rem}.trademark{font-size:16px;position:relative;bottom:.5rem}.trademark-small{font-size:8px;position:relative;bottom:.5rem}.about{display:grid;grid-template-columns:50% 50%;grid-template-areas:"about-img about-des";justify-content:center;align-items:center;max-width:100vw;min-height:calc(100vh - 8vh - 9vh);margin:0;padding:2rem 0;background-color:var(--brand-white);color:var(--brand-black)}.about-img{grid-area:about-img;max-width:90%;justify-self:center;align-self:center}.about-img img{max-width:100%;padding:0;margin:0;border-radius:10px}.about-des{grid-area:about-des;max-width:90%;justify-self:center}.headline{display:grid;grid-template-rows:repeat(2,auto);justify-content:center;align-items:center;color:var(--brand-black);height:30vh;max-width:100vw;text-align:center}.headline h2{grid-row:1/2;max-width:80vw;align-self:end;justify-self:center;padding:0;margin-bottom:.5rem}.headline p{grid-row:2/3;max-width:70vw;align-self:start;justify-self:center;margin:0;padding:0}.card-grid{display:grid;background-color:var(--brand-white);height:80vh;max-width:100vw}.cards{grid-row:"cards";display:grid;grid-template-columns:repeat(1fr,3);grid-template-rows:repeat(1fr,4);grid-auto-flow:column;grid-gap:1rem;justify-self:center;align-self:center}.cards a{text-decoration:none;color:var(--brand-black)}.card{display:grid;grid-template-rows:3fr 1fr;grid-template-areas:"card-img" "card-title";justify-content:center;align-content:center;width:350px;background-color:var(--brand-white);padding:1rem;margin:0}.card-border{border:1px solid var(--brand-gray);border-radius:10px;box-shadow:2px 5px 5px var(--brand-gray)}.card-title{grid-row:"card-title";justify-self:center;align-self:center;text-align:center}.card-img{grid-row:"card-img";width:100%;justify-self:center;border-radius:10px}.card-des{grid-row:"card-des";justify-self:center;align-self:center;text-align:center}.card-button{grid-row:"card-button";height:50px;width:200px;justify-self:center;align-self:center;background-color:var(--accent-color);color:var(--brand-white);border:1px solid var(--brand-white);border-radius:10px;text-align:center;text-decoration:none;line-height:50px}.card-button:hover{background-color:var(--success-color)}.user-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:768px){.about{grid-template-columns:none;grid-template-rows:35% 65%;grid-template-areas:"about-img" "about-des";grid-row-gap:0;padding:2rem 0;min-height:100vh}.portfolio-preview img{max-height:375px}.headline{height:65vh}.headline p{max-width:80vw}}.nav{display:grid;justify-self:center;align-self:start;grid-template-columns:40% 60%;grid-template-areas:"name-plate nav-main";justify-content:start;align-content:start;max-height:6vh;max-width:100vw;padding:1rem 0;overflow:hidden}.nav-back{background:var(--brand-white);border-bottom:1px solid var(--brand-gray)}.nav-trans{background:rgba(0,0,0,0)}.nav-name-plate{grid-area:name-plate;justify-self:start;align-self:center;margin:0;padding:0 1rem}.nav-name-plate img{width:250px;margin:0}.nav-main{grid-area:nav-main;display:grid;grid-template-columns:repeat(1fr,4);grid-auto-flow:column;justify-self:end;align-self:end;margin:none;padding:0 1rem;text-align:center}.nav-button{margin:.5rem;padding:.5rem;font-size:1.25rem;text-align:center;font-weight:700;text-decoration:none;cursor:pointer}.nav-button-page{color:var(--brand-black)}.nav-button-page:focus,.nav-button-page:hover{color:var(--accent-color);text-decoration:underline}.nav-button-home{color:var(--brand-white)}.nav-button-home:focus,.nav-button-home:hover{text-decoration:underline}.hamburger{display:none;width:35px;margin:0 1rem}.overlay{height:0;width:100%;position:fixed;z-index:1000;left:0;top:0;background-color:var(--brand-black);overflow-x:hidden;transition:.5s}.overlay-content{position:relative;top:25%;width:100%;text-align:center;margin-top:30px}.overlay a{padding:8px;text-decoration:none;font-size:36px;color:var(--brand-white);display:block;transition:.3s}.overlay a:focus,.overlay a:hover{color:var(--brand-gray);text-decoration:underline}.overlay .closebtn{position:absolute;top:20px;right:45px;font-size:60px}@media screen and (max-height:450px){.overlay a{font-size:20px}.overlay .closebtn{font-size:40px;top:15px;right:35px}}@media only screen and (max-width:800px){.nav{display:grid;grid-template-columns:50% 50%;grid-template-areas:"name-plate hamburger";grid-gap:0;overflow:hidden;z-index:0}.hamburger{display:grid;grid-area:hamburger;justify-self:end;align-self:center;cursor:pointer}.nav-main{display:none}}.footer{display:grid;grid-template-columns:repeat(1fr,3);grid-template-areas:"logo copy creator";grid-gap:1rem;max-height:8vh;max-width:100vw;justify-content:center;align-items:center;background-color:var(--brand-black);padding:.5rem}.footer-logo{grid-area:logo;justify-self:center;align-self:center}.footer-logo img{height:30px;width:30px}.footer-copyright{grid-area:copy}.creator{grid-area:creator}.creator,.footer-copyright{font-size:10px;justify-self:center;align-self:center;text-align:center;color:var(--brand-white);padding:0}.footer a{color:var(--homebase)}@media only screen and (max-width:768px){.footer{display:grid;grid-template-columns:none;grid-template-rows:repeat(1fr,3);grid-template-areas:"logo" "copy" "creator";grid-gap:.5rem}.footer-logo{justify-self:center}}.blog{display:grid;width:100vw;grid-template-areas:"title" "nav" "feature" "topic-one" "topic-two" "topic-three" "topic-four";justify-content:center;align-items:center;text-align:center}.blog-cards a{text-decoration:none;color:var(--brand-black)}.blog-title{margin:4rem 0;padding:2rem 0}.blog-title{grid-area:title}.blog-nav{grid-area:nav;justify-self:center;align-self:center;display:flex;flex-direction:columns;width:95vw;justify-content:center;align-items:center;position:sticky;position:-webkit-sticky;position:-moz-sticky;top:0;background:var(--brand-white);padding:2rem;border-bottom:1px solid var(--brand-gray)}.nav-topic{color:var(--brand-black);margin:0 1rem;padding:0 1rem;text-decoration:none;font-size:1.25rem;font-weight:700}.nav-topic:hover{color:var(--accent-color)}.card-border{border:1px solid var(--brand-gray);border-radius:10px;box-shadow:2px 5px 5px var(--brand-gray);padding:.75rem}.blog-card-link{margin:auto;text-decoration:none;color:var(--brand-black)}.feature{grid-area:feature;justify-self:center;align-self:center;display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%;justify-content:center;align-items:center;width:90vw;max-height:70vh;cursor:pointer;overflow:hidden}.feature img{grid-row:1/-1;grid-column:1/-1;justify-self:center;align-self:center;width:90vw;object-fit:cover;background:var(--brand-gray);border-radius:10px}.feature-des{grid-row:2/3;grid-column:2/3;justify-self:end;align-self:center;background:var(--brand-white);max-width:60vw;text-align:start;padding:1rem 2rem;border:5px solid var(--brand-white)}.topic-four,.topic-one,.topic-three,.topic-two{padding:8rem 0}.topic-one{grid-area:topic-one}.topic-two{grid-area:topic-two}.topic-three{grid-area:topic-three}.topic-four{grid-area:topic-four}.blog-section{justify-self:center;display:grid;grid-template-rows:.2fr 5fr .2fr;grid-template-areas:"title" "cards" "button";justify-content:center;align-items:center;width:90vw;grid-row-gap:3rem;border-bottom:1px solid var(--brand-gray)}.blog-section-title{grid-area:title;justify-self:center;align-self:start;display:grid;justify-content:start}.blog-section-subtopic,.blog-section-topic{justify-self:center;align-self:start}.blog-cards{grid-area:cards;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.blog-card{display:grid;grid-template-rows:auto;grid-template-areas:"img" "des";grid-row-gap:.25rem;cursor:pointer}.blog-card img{grid-area:img;width:100%;max-height:400px;overflow-y:hidden;object-fit:cover;background:var(--brand-gray);justify-self:center;border-radius:10px}.blog-card-category,.blog-card-title,.blog-des,.blog-excerpt{padding:.75rem}.blog-des{grid-area:des;display:grid;grid-template-rows:.25fr .5fr minmax(.5fr,1fr);grid-row-gap:0;grid-template-areas:"card-category" "card-title" "card-excerpt"}.blog-card-title{grid-area:card-title;justify-self:start;text-align:start}.blog-card-category{grid-area:card-category;justify-self:start;align-self:center;background:var(--brand-gray);color:var(--brand-black);border-radius:10px;padding:.25rem .75rem}.blog-excerpt{grid-area:card-excerpt;justify-self:center;text-align:start}.blog-section-button{grid-area:button;width:auto;height:auto;border-radius:10px;background:var(--accent-color);color:var(--brand-white);justify-self:center;align-self:end;padding:1rem 3rem;text-decoration:none}.blog-section-button:hover{background-color:var(--success-color)}.no-content{grid-column:1/3;justify-self:center;align-self:center}.category-page{display:grid;width:100vw;grid-template-areas:"title" "nav" "posts";justify-content:center;align-items:center;text-align:center}.category-blog-section{grid-area:posts;justify-self:center;display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;width:90vw;grid-row-gap:3rem}.blog-post{display:grid;grid-template-areas:"headline" "post-card" "excerpt" "body" "related" "author";grid-gap:2rem;min-height:100vh;width:100vw;max-width:100vw;justify-content:center;align-items:center;margin:0;padding:0 0 3rem 0}.headline-image{grid-area:headline;width:100vw;max-height:90vh;object-fit:cover;justify-self:center;align-self:center}.post-card{grid-area:post-card;justify-self:center;align-self:center;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:repeat(4,1fr);grid-template-areas:"title title title title" "..... date category ...";justify-content:center;align-content:center;background:var(--brand-white);color:var(--brand-black);max-width:80vw}.post-author,.post-category,.post-date,.post-title{justify-self:center;align-self:center}.post-title{grid-area:title;text-align:center}.post-category{grid-area:category;color:var(--brand-black)}.post-date{grid-area:date;color:var(--brand-black)}.post-excerpt{grid-area:excerpt;justify-self:center;width:60vw}.post-body{grid-area:body;justify-self:center;width:60vw}.post-body img{width:100%;justify-self:center;padding:2rem 0}.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{padding-top:1.5rem}.post-body ul{list-style-type:circle}.post-body ol{list-style-type:upper-roman}.post-body a{color:var(--accent-color)}.post-body p{padding:.25rem 0}.related-posts{grid-area:related;justify-self:center;width:90vw;display:grid;justify-content:center;align-items:center}.post-author{grid-area:author;display:flex;flex-direction:column;justify-content:center;align-items:center;width:90vw;padding-bottom:2rem}.post-author-des{display:flex;gap:2rem}.post-author-title{grid-area:author-title;justify-self:center;align-self:center}.author-img{grid-area:author-image;justify-self:center;align-self:center}.author-img img{max-height:200px;border-radius:10px}.author-des{grid-area:author-des;justify-self:center;align-self:center}.active-post{display:none;visibility:hidden}@media (max-width:800px){.blog-nav{display:none}.feature{grid-template-columns:auto;grid-template-rows:50% 50%;width:90vw;height:minmax(50vh,70vh)}.feature img{grid-row:1/2;grid-column:auto;width:90vw;min-height:auto}.feature-des{grid-row:2/3;grid-column:auto;justify-self:center;align-self:center;max-width:100%}.blog-section{justify-self:center;display:grid;grid-template-rows:.2fr 5fr .2fr;grid-template-areas:"title" "cards" "button";justify-content:center;align-items:center;width:90vw;grid-row-gap:3rem;border-bottom:1px solid var(--brand-gray)}.blog-section-title{grid-area:title;justify-self:center;align-self:start;display:grid;justify-content:center}.blog-section-subtopic,.blog-section-topic{justify-self:center;align-self:start}.blog-cards{grid-area:cards;display:grid;grid-template-columns:auto;grid-gap:2rem}.blog-card img{grid-area:img;width:100%;max-height:400px;background:var(--brand-gray);justify-self:center;border-radius:10px}.blog-card-category,.blog-card-title,.blog-des,.blog-excerpt{padding:0}.blog-des{grid-area:des;display:grid;grid-template-areas:"card-category" "card-title" "card-excerpt";grid-row-gap:.25rem;padding:1rem 0}.blog-card-title{grid-area:card-title;justify-self:start;text-align:start}.blog-card-category{grid-area:card-category;justify-self:start;align-self:center;background:var(--brand-gray);color:var(--brand-black);text-align:center;border-radius:10px;padding:.25rem .75rem}.blog-excerpt{grid-area:card-excerpt;justify-self:center;text-align:start}.blog-section-button{grid-area:button;width:auto;height:auto;border-radius:10px;background:var(--accent-color);color:var(--brand-white);justify-self:center;align-self:end;padding:1rem 3rem;text-decoration:none}.blog-section-button:hover{background-color:var(--success-color)}.no-content{grid-column:1/3;justify-self:center;align-self:center}.post-card{grid-area:post-card;justify-self:center;align-self:center;display:grid;grid-template-rows:80% 10% 10%;grid-template-columns:auto;grid-template-areas:"title" "date" "category";justify-content:center;align-content:center;background:var(--brand-white);color:var(--brand-black);max-width:80vw}.post-excerpt{grid-area:excerpt;justify-self:center;width:80vw}.post-body{grid-area:body;justify-self:center;width:80vw}.post-author-des{display:flex;flex-direction:column;gap:2rem}}