:root{--textColour: rgb(200, 200, 200);--navTextColour: #333;--navColour: rgba(255, 255, 255);--shadow: 1px 1px 1px black;--textShadow: 1px 1px 1px black;--font: "Nunito Sans", sans-serif;--bg: #f0f0eb;--text: #000}.dark{--navTextColour: rgb(152, 204, 179);--navColour: rgb(39, 39, 39);--bg: #272727ff;--text: #e0e0e0}body{margin:0;font-family:var(--font);letter-spacing:.75px;background-color:var(--bg);color:var(--text);transition:background-color .3s,color .3s;padding:0;min-height:100vh;width:100%;overflow-x:hidden;overflow-y:auto}.home-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.page-fade{animation:pageFadeIn .3s ease both}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.nav{position:fixed;top:0;left:0;width:100%;height:60px;z-index:100;display:flex;align-items:center;font-family:var(--font);justify-content:right;font-size:16pt;background-color:var(--navColour);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #1e32281f,0 1px 3px #1e32280f;margin-bottom:2rem}.nav *{color:var(--navTextColour);text-decoration:none;align-items:center;border-radius:10px;margin-right:5px;justify-content:center;display:flex;padding:0 .7rem;height:60px}.nav-button{text-decoration:none;background:none;cursor:pointer;transition:background .5s}.nav-button:hover,.home-button:hover,.nav-button.active,.home-button.active{background:tomato;color:#fff}.dark .nav-button.active,.dark .home-button.active,.dark .home-button.active svg{color:#000}.themeToggle{pointer-events:all}.top-bar{display:flex;position:fixed;top:0;left:0;width:100%;height:60px;z-index:101;pointer-events:none}.top-bar>*{pointer-events:all}.top-bar-icons{margin-left:4rem;position:fixed;gap:1rem;top:.3rem}@media (max-width: 1000px){.top-bar{background:transparent;box-shadow:none;margin-bottom:3rem}}#header{color:var(--text);margin:auto;display:block;position:relative;max-width:1100px;width:90%;padding-top:60px}.header-text{display:flex;flex-direction:column;align-items:flex-start}.title{animation:titleFadeIn ease 3s;animation-fill-mode:both;text-align:left;font-weight:600;font-size:5.2rem;padding-top:5rem;margin-bottom:0}#mainphoto{position:absolute;top:10rem;right:50px;width:17rem;margin:0 2rem 0 0;box-shadow:0 4px 16px #00000040,0 1px .5px #0000001a;border-radius:50%;animation:mainImageFadeIn 1s ease 1.5s both}@keyframes mainImageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes titleFadeIn{0%{opacity:0;color:tomato}to{opacity:1;color:tomato;text-shadow:2px 2px 6px rgba(0,0,0,.3)}}.subTitle{color:var(--text);font-size:3.5rem;text-align:left;font-weight:700;margin:0;min-height:1.2em}.typewriter-cursor{display:inline-block;color:tomato;animation:cursorBlink .7s step-end infinite;margin-left:2px}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.tagline{display:inline-block;font-size:1rem;margin:.8rem 0 .6rem;color:var(--text);font-weight:500;padding:.6rem 1.5rem;background:#ff634714;border:1.5px solid tomato;border-radius:999px;opacity:.85;max-width:40%}#location{display:flex;margin:0;padding-top:.5rem;font-size:1.2rem;text-align:left}@media (max-width: 1000px){#header{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:5rem;position:static;text-align:center}.header-text{align-items:center;width:100%}.title,.subTitle{text-align:center;width:100%;margin:0;padding:0}#mainphoto{position:static;display:block;margin:2rem auto 1rem;width:15rem}.tagline{max-width:90%}#location{margin:1.5rem;justify-content:center;width:100%;padding:0}}@media (max-width: 600px){#header{width:80%}.title{font-size:4rem}.subTitle{font-size:2.5rem;margin-top:1.9rem}#mainphoto{width:15rem}#location{font-size:1.1rem;justify-content:center;margin-right:3rem}}.icons{display:flex;align-items:center;margin-top:1.3rem;gap:1rem}.icons a{padding:5px;display:inline-block;transition:background .5s,box-shadow .3s}.cvicon:hover{color:#000!important;background:#fdfd96;border-radius:10px}.githubicon:hover{color:#000!important;background:#faf8f6;border-radius:10px}.linkedinicon:hover{color:#000!important;background:#0072b1;border-radius:10px}.emailicon:hover{color:#000!important;background:#ff6961;border-radius:10px}.cvicon,.githubicon{font-size:2rem!important}.linkedinicon,.emailicon{font-size:2.2rem!important}@media (max-width: 1000px){.icons{gap:1.5rem;margin-top:3.5rem}.cvicon{font-size:2.7rem!important}.githubicon{font-size:2.6rem!important}.linkedinicon,.emailicon{font-size:2.8rem!important}}footer{background-color:var(--navColour);color:var(--text);font-size:15px;text-align:center;padding:.4rem;margin-top:4rem;bottom:0;width:100%;overflow-x:hidden;overflow-y:hidden}.home-content{width:100%;max-width:1100px;margin:5.5rem auto;display:flex;flex-wrap:wrap;justify-content:center;font-size:1rem;line-height:1.6;color:#000}.section-card{font-size:.95rem}.section-card ul{margin-top:1.8rem}.currentRole-logo{display:block;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.currentRole-logo:hover{border:2px solid rgba(0,0,0,.45)!important;box-shadow:0 4px 12px #0000004d!important;transform:scale(1.07)}.section-card{border-radius:18px;box-shadow:0 4px 16px #00000026;transition:transform .3s ease,box-shadow .3s ease;text-align:left;background:var(--card-bg, #fff);padding:1.2rem 0;min-width:50vw;max-width:65vw;flex:1 1 50vw;display:flex;flex-direction:column;align-items:stretch;margin:1.5rem auto 2rem}.section-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0003}@media (min-width: 900px){.section-card{min-width:220px;max-width:300px}}@media (min-width: 600px){.section-card{min-width:100px;max-width:300px;flex:1 1 260px}}.section-card-icon{display:flex;justify-content:center;align-items:center;margin-bottom:.5em}.section-card-content{padding:0 1.1em}.section-card-title{margin:0;text-align:center;margin-bottom:.2rem;font-size:1.05rem}.section-card-subtitle{text-align:center;font-size:.82em;color:#555;margin:.1rem 0 .4rem;font-weight:400}.section-card-list{padding-left:15px;margin:0;font-size:.92em;line-height:1.3}.section-card-list li{margin-bottom:12px}#industryCertsTitle,#OnlineCertsTitle{font-size:40pt;text-align:center;margin-top:6rem;text-shadow:var(--shadow)}.industryCerts{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:auto;padding-top:5%;padding-bottom:10%}#javaPGcert,#webPGcert{width:30%;border-color:#000;border-width:2px}#aws,#awsCP{width:30%}.certImages{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:auto;padding-top:5%;padding-bottom:5%}.certImages img{align-items:center;position:relative;border:3px solid var(--text);box-shadow:var(--shadow);width:20%;margin:1rem;transition-duration:1s}.certImages img:hover{border:10px solid tomato}.toTop{width:fit-content;position:fixed;bottom:20px;right:20px;border-radius:5px;text-align:center;margin:auto}#toTopText{font-family:monospace;font-size:12pt}#arrow{width:50px}#arrow:hover{animation:arrow 1.5s ease infinite}timeline of hover animation @keyframes arrow{0%{transform:translate(0)}50%{transform:translateY(-15px)}100%{transform:translate(0)}}hr{width:85%}@media (max-width: 800px){hr{width:55%}#industryCertsTitle,#UniCertsTitle,#OnlineCertsTitle{font-size:25pt}#OnlineCertsTitle{padding-bottom:4rem}.uniCerts,.industryCerts{display:grid;grid-template-columns:1fr}#javaPGcert,#webPGcert{width:80%;margin:auto auto 10%}#aws,#awsCP{top:0;width:60%;height:auto;margin:auto auto 15%}.certImages{display:grid;grid-template-columns:1fr}.certImages>img{width:80%;pointer-events:none;margin:auto auto 10%}}.upArrow:hover{animation:arrow 1.5s ease infinite}@keyframes arrow{0%{transform:translate(0)}50%{transform:translateY(-5px)}to{transform:translate(0)}}@media (max-width: 900px){.upArrow{bottom:20px;right:1px;text-align:center;margin:auto;display:none}}.page-hero{width:100%;margin-top:60px;padding:2.5rem 2rem;background:linear-gradient(135deg,rgba(255,99,71,.15) 0%,transparent 100%);border-bottom:1px solid rgba(255,99,71,.2);text-align:center;box-sizing:border-box}.page-hero-title{margin:0;font-size:2.5rem;font-weight:700;color:tomato;text-shadow:1px 1px 4px rgba(0,0,0,.15);letter-spacing:.02em}@media (max-width: 600px){.page-hero-title{font-size:1.8rem}}#UniCertsTitle{font-size:40pt;text-align:center;margin-top:7rem;text-shadow:var(--shadow)}.uniCerts{display:flex;justify-content:center;flex-wrap:wrap;margin:auto;padding-top:3%;width:95%;margin-bottom:4rem}.uniCerts img{position:relative;margin:1rem;transition-duration:1s}#softwarePGcert,#otagoDegree{width:30%}@media (max-width: 900px){#softwarePGcert,#javaPGcert,#webPGcert{width:80%}#otagoDegree{width:65%}}#gitHubLink{color:tomato;text-decoration:none}#gitHubLink:hover{color:#62d0a4}#mainTitle{font-size:60pt;color:tomato;text-align:center;text-shadow:var(--shadow)}.blog-post-container{word-break:break-word;margin-left:auto;margin-right:auto;margin-top:1rem;padding:2rem 2rem 3rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #1976d212;max-width:700px;width:75%;color:#111;border-left:6px solid #1976d2;animation:fadeIn .6s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.blog-post-container a{color:#1976d2;text-decoration:underline;transition:color .2s}.blog-post-container a:hover{color:#1251a2}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-top:1.5em;margin-bottom:.5em;color:#111}.blog-post-container table{width:100%;border-collapse:collapse;margin:1.5em 0}.blog-post-container th,.blog-post-container td{border:1px solid #ccc;padding:.5em;text-align:left}.blog-post-container th{background:#f5f5f5;font-weight:700}.markdown-body p{font-size:1.1em;line-height:1.7;padding-left:1.2em;color:#111}.blog-post-container .read-more-link{text-decoration:none}.blog-post-container .read-more-btn{background:#1976d2;color:#fff;border:none;border-radius:20px;padding:.5em 1.5em;font-size:1rem;font-weight:500;box-shadow:0 6px 24px #1976d240;transition:background .2s,box-shadow .2s}.blog-post-container .read-more-btn:hover{background:#1251a2;cursor:pointer;box-shadow:0 8px 32px #1976d252}@media (max-width: 900px){.blog-post-container{padding:1.5rem;max-width:80vw}.markdown-body h1{font-size:2em}.markdown-body h2{font-size:1.5em}.markdown-body p{font-size:1em}}.blog-post-container h1,.blog-post-container h2,.blog-post-container h3{letter-spacing:.01em;font-weight:700}.blog-post-container p{font-size:1.1em;line-height:1.7;color:#111}.blog-post-container img{max-width:100%;height:auto;display:block;margin:1em auto;box-shadow:0 4px 16px #0000002e;border-radius:8px}.blog-post-container pre{background:#222;color:#f8f8f2;border-radius:6px;padding:1em;margin:1.5em 0;overflow-x:auto;font-size:.95em;line-height:1.5;max-width:100%;box-sizing:border-box}.blog-post-container p code{background:#f5f5f5;color:#c7254e;padding:.2em .4em;border-radius:4px;font-size:.95em}.dark .blog-post-container{background:#1e1e1e;color:#e0e0e0;border-left-color:#4a9eff;box-shadow:0 4px 24px #0000004d}.dark .blog-post-container a{color:#4a9eff}.dark .blog-post-container a:hover{color:#7ab8ff}.dark .markdown-body h1,.dark .markdown-body h2,.dark .markdown-body h3,.dark .blog-post-container h1,.dark .blog-post-container h2,.dark .blog-post-container h3,.dark .blog-post-container p,.dark .markdown-body p{color:#e0e0e0}.dark .blog-post-container th{background:#2a2a2a}.dark .blog-post-container th,.dark .blog-post-container td{border-color:#444}.dark .blog-post-container p code{background:#2a2a2a;color:#f07178}.back-to-blogs-link{text-decoration:none}.back-to-blogs-btn{padding:.6em 1.4em;border-radius:8px;border:1.5px solid #888;background:var(--bg);color:var(--text);font-size:1rem;font-weight:600;box-shadow:0 2px 8px #0000000a;transition:background .2s,color .2s,border .2s,box-shadow .2s;cursor:pointer;margin-left:.5rem}.png{shadow:0 2px 8px rgba(0,0,0,.04)}.back-to-blogs-btn:hover{background:#222;color:#fff;border:1.5px solid #222;box-shadow:0 4px 16px #0000001a}.blog-post-page-root{min-height:100vh;display:flex;flex-direction:column}.blog-post-page-bottom-spacer{height:4rem}
