:root{--background:var(--night);--foreground:var(--white);--tertiary-colour:var(--rose);--border-colour:var(--jet);--nav-button-line-colour:orange;--nav-button-dimensions:30px;--nav-button-position:15px;--max-width:1000px;--padding-left-and-right:15px;--image-max-height:400px;--night:#0c0f0a;--eerie-black:#1c1e1a;--jet:#2b2d29;--outer-space:#494b48;--battleship-gray:#868785;--silver:#c3c3c2;--platinum:#e1e1e1;--anti-flash-white:#f0f0f0;--seasalt:#f8f8f8;--white:#fff;--rose:#ff206e;--yellow:#fbff12;--turquoise:#41ead4}@font-face{font-family:BabasNeue;src:url(/fonts/BebasNeue-Regular.ttf)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}main{padding:var(--padding-left-and-right)}section{max-width:var(--max-width);margin:auto auto 30px}img{max-width:100%;display:block}button{padding:5px;cursor:pointer}nav{background-color:var(--background);position:fixed;width:100%;height:100%;transition:bottom .3s ease;display:grid;align-content:center;grid-gap:2rem;gap:2rem;text-align:center;z-index:1}nav a{color:var(--foreground);text-decoration:none;text-transform:uppercase;font-weight:700;font-size:1.5rem}nav a:hover{color:var(--tertiary-colour)}#nav-button{width:var(--nav-button-dimensions);height:var(--nav-button-dimensions);position:fixed;top:var(--nav-button-position);right:var(--nav-button-position);cursor:pointer;display:grid;align-content:space-between;transition:align-content .3s ease;z-index:2}#nav-button>div{background-color:var(--tertiary-colour);width:100%;height:5px;position:absolute;transition:top .3s ease,transform .3s ease,bottom .3s ease}#nav-button>div:first-of-type{top:0;transform:translate(0)}#nav-button>div:nth-of-type(2){top:50%;transform:translateY(-50%)}#nav-button>div:last-of-type{bottom:0;transform:translate(0)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:0 10px;color:var(--foreground);font-size:.9rem;line-height:1.5rem}.breadcrumbs a{color:var(--tertiary-colour);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:BabasNeue}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem}h1{font-size:3.5rem;line-height:4rem;margin-top:5rem}h2{font-size:3rem}h2 a{color:var(--foreground);text-decoration:none}h2 a:hover{color:var(--tertiary-colour)}h3{font-size:2.5rem}h4{font-size:2.2rem}h5{font-size:2rem}h6{font-size:1.8rem}p{line-height:1.8rem}ol,p,ul{margin-bottom:1rem}ol,ul{padding:0 2rem}li{margin:.3rem;padding:0 .5rem;line-height:2rem}.introductory-paragraph{font-size:1.3rem;line-height:1.8rem;margin-bottom:1.5rem}#footer-container{padding:30px var(--padding-left-and-right);border-top:1px solid var(--border-colour)}footer{max-width:var(--max-width);margin:auto;display:grid;grid-gap:40px;gap:40px;font-size:.9rem}footer a{color:var(--foreground);text-decoration:none}footer a:hover{color:var(--tertiary-colour)}.footer-links{display:grid;grid-gap:20px;gap:20px}#copyright{line-height:1.5rem}#cookie-consent-banner{background-color:var(--tertiary-colour);position:fixed;bottom:0;width:100%;padding:10px;text-align:center}#cookie-consent-banner p{margin-bottom:.5rem;line-height:1.5rem}#cookie-consent-banner a{color:var(--foreground)}.blog-post-cards-container{display:grid;grid-gap:30px;gap:30px;margin-bottom:20px}.blog-post-card{display:grid;grid-gap:10px;gap:10px;align-items:center}.blog-post-card img{height:250px;object-fit:cover}.blog-post-card-title{font-size:1.8rem;line-height:2.3rem;color:var(--tertiary-colour);text-decoration:none;font-weight:700}.blog-post-card-title:hover{text-decoration:underline}.blog-post-card-description{margin:5px 0 0}.pagination{display:flex;flex-wrap:wrap;gap:30px}.pagination a{color:var(--foreground)}.pagination a:hover{color:var(--tertiary-colour)}.blog-post-details{margin-bottom:1rem}.blog-post-details>*{margin-bottom:.7rem}.blog-post-details a{color:var(--tertiary-colour);text-decoration:none}.blog-post-details a:hover{text-decoration:underline}.blog-post-body a{color:var(--tertiary-colour);text-decoration:none}.blog-post-body a:hover{text-decoration:underline}.blog-post-body img{max-height:var(--image-max-height);margin-bottom:1rem}#blog-post-tags-container{display:flex;flex-wrap:wrap;gap:5px}#blog-post-tags{display:flex;flex-wrap:wrap;gap:0 15px}.photos-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:var(--padding-left-and-right);gap:var(--padding-left-and-right)}.photos-container img{height:250px;object-fit:cover;cursor:pointer}#selected-photo{background-color:var(--background);position:fixed;top:0;left:0;width:100%;height:100%;display:grid;align-content:center;grid-gap:20px;gap:20px;padding:var(--padding-left-and-right)}#selected-photo img{height:auto;max-height:70vh;width:auto;margin:auto}#selected-photo-alt{text-align:center;font-size:.9rem;line-height:1.5rem}#selected-photo-close-button{text-align:right}#selected-photo-close-button span{cursor:pointer}.legal-pages a{color:var(--tertiary-colour);text-decoration:none}.legal-pages a:hover{text-decoration:underline}@media screen and (min-width:769px){#header{background:var(--background);padding:10px var(--padding-left-and-right);border-bottom:1px solid var(--border-colour);position:-webkit-sticky;position:sticky;top:0}#nav-button{display:none}nav{position:static;width:auto;height:auto;display:flex;flex-wrap:wrap;align-content:normal;gap:2rem;text-align:initial;max-width:var(--max-width);margin:auto}nav a{font-size:1.1rem;font-weight:700}.blog-post-card{grid-template-columns:30% auto;gap:20px}h1{font-size:4.5rem;line-height:5rem}footer{gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:30px}}