:root{--max-width:1000px;--padding-left-and-right:20px;--nav-button-dimensions:25px;--nav-button-position:10px;--margin-bottom:1rem;--background-colour:#0c0f0a;--background-text-colour:#fff;--body-background-colour:#fff;--body-text-colour:#0c0f0a;--link-colour:#ff206e;--image-max-height:500px;--outer-space:#494b48;--dim-gray:#686967;--battleship-gray:#868785;--silver:#c3c3c2;--platinum:#e1e1e1}@font-face{font-family:BabasNeue;src:url(/fonts/BebasNeue-Regular.ttf)}*{box-sizing:border-box;margin:0}body,html{max-width:100vw}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-colour);font-family:Arial,Helvetica,sans-serif;font-size:18px}img{max-width:100%;height:auto;display:block}section{max-width:var(--max-width);margin:auto}#header-container{background-color:var(--body-background-colour);position:-webkit-sticky;position:sticky;top:0;border-bottom:1px solid var(--platinum)}header{max-width:var(--max-width);margin:auto}#logo{font-family:BabasNeue;font-size:2rem;text-align:center;padding:5px var(--padding-left-and-right) 0 var(--padding-left-and-right);text-transform:uppercase}#logo a{text-decoration:none;color:var(--body-text-colour)}nav{background-color:var(--background-colour);position:fixed;width:100%;height:100%;display:grid;align-content:center;grid-gap:30px;gap:30px;font-size:1.3rem;text-align:center;transition:bottom .3s ease;padding:0 var(--padding-left-and-right) 5px var(--padding-left-and-right);text-transform:uppercase}nav a{color:var(--background-text-colour);text-decoration:none;font-weight:700}nav a:hover{text-decoration:underline}.nav.heading{font-weight:700;color:var(--battleship-gray)}.nav.links,.nav.section{display:grid;grid-gap:20px;gap:20px}#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}#nav-button>div{background-color:var(--link-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)}main{background-color:var(--body-background-colour);padding:var(--padding-left-and-right)}h1,h2,h3,h4,h5,h6{margin-bottom:.8rem}h1{font-size:2rem;line-height:2.5rem}h2{font-size:1.7rem;line-height:2.2rem}h3{font-size:1.5rem;line-height:2rem}ol,p,ul{line-height:1.8rem}.breadcrumbs,ol,p,ul{margin-bottom:var(--margin-bottom)}.breadcrumbs{font-size:.9rem;line-height:1.3rem;display:flex;flex-wrap:wrap;gap:0 10px}.breadcrumbs a{color:var(--body-text-colour)}.breadcrumbs a:hover{color:var(--link-colour)}.pagination{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:center;margin-top:1rem}.pagination a{color:var(--body-text-colour)}.pagination a:hover{font-weight:700}.home.h1,.home.introductory-paragraph,.page.h1,.page.introductory-paragraph{text-align:center}#post-details{display:grid;grid-gap:10px;gap:10px;margin-bottom:1rem;line-height:1.4rem}.post-body img{max-height:var(--image-max-height);margin-bottom:1rem}.post-body p a{color:var(--link-colour);text-decoration:none}.post-body p a:hover{text-decoration:underline}.affiliate-link-button{background-color:#000;display:inline-block;padding:15px 25px;color:var(--background-text-colour);font-weight:700;text-decoration:none;border-radius:50px;text-align:center;line-height:1.5rem;margin-bottom:2rem}.affiliate-link-button:hover{background-color:var(--link-colour)}.post-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:30px;gap:30px}.post-card{display:grid;grid-gap:10px;gap:10px;align-content:start}.post-card-title{color:var(--body-text-colour);text-decoration:none;font-weight:700;font-size:1.5rem;line-height:2rem}.post-card-title:hover{text-decoration:underline}.post-card img{height:300px;object-fit:cover}#footer-container{padding:var(--padding-left-and-right)}footer{max-width:var(--max-width);margin:auto;display:grid;grid-gap:30px;gap:30px}.footer.links{display:grid;grid-gap:20px;gap:20px}#footer-links-container{display:grid;grid-gap:40px;gap:40px}.footer-links-heading{font-weight:700;color:var(--battleship-gray)}.footer.links a{color:var(--background-text-colour);text-decoration:none}.footer.links a:hover{text-decoration:underline}#copyright{font-size:.9rem;line-height:1.3rem;color:var(--battleship-gray)}.secondary-page h1{text-align:center}.secondary-pages-body-link{color:var(--link-colour);text-decoration:none}.secondary-pages-body-link:hover{text-decoration:underline}@media screen and (min-width:769px){#nav-button{display:none}nav{background-color:var(--body-background-colour);position:static;width:auto;height:auto;top:auto;display:flex;align-content:normal;text-align:initial;justify-content:center;font-weight:700;font-size:medium;padding:0 var(--padding-left-and-right) 5px var(--padding-left-and-right)}nav a{color:var(--body-text-colour)}.nav.links{display:flex;flex-wrap:wrap;gap:10px 30px}.nav.heading,.nav.main{display:none}h1{font-size:2.5rem;line-height:3rem}h2{font-size:2rem;line-height:2.5rem}h3{font-size:1.7rem;line-height:2rem}#footer-links-container{display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px 70px}}