body{background-color:var(--primary-color);top:0}@keyframes jumping-chevron{0%{top:85%}50%{top:88%}to{top:85%}}.home-page{height:200vh}.home-page .container{flex-direction:row;justify-content:center;align-items:center;gap:5vw;height:50%;padding:0 2vw;display:flex}.home-page .hero-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.home-page .hero-container h1{font-size:clamp(24px,5vw,40px)}.home-page .hero-container h2{text-align:center;font-size:clamp(20px,3vw,26px)}.home-page .img-container{background-color:var(--hero-image-background);border:var(--text-color) 1.5px solid;border-radius:100%;justify-content:center;align-items:center;width:clamp(160px,14vw,700px);height:clamp(160px,14vw,700px);display:flex}.home-page .img-container img{height:120%;padding-top:10px;padding-left:10px}.home-page .down-chevron{pointer-events:auto;font-size:2rem;font-weight:900;animation:1s ease-out infinite jumping-chevron;position:absolute;top:85%}.home-page .down-chevron a{color:var(--text-color);text-decoration:none}.home-page .second-page{height:50%}.home-page .text-container{flex-direction:row;justify-content:center;align-items:center;height:calc(100% - 8rem);padding:4rem;display:flex}.home-page .column{background-color:rgb(from var(--primary-color) r g b / .8);flex:1 0}.home-page .right.column{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.home-page .left.column{text-align:end}.home-page .intro:after{content:" →";font-weight:700}.home-page div.socials a{text-decoration:none}.home-page .socials{pointer-events:auto}.home-page .socials svg path{fill:var(--text-color);transition:fill .2s}.home-page .socials a:hover svg path{fill:var(--social-hover-colour)}@media (width<=720px){.home-page .container{flex-direction:column}.home-page .hero-container{padding:1rem}.home-page h1,.home-page h2{text-align:center}.home-page .text-container{flex-direction:column;gap:4rem}.home-page .column{flex:0 0}.home-page .intro:after{content:" ↓"}}
