html,body,div,h1,h2,h3,p,header,ul,li,table,menu{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;position:relative;padding:0;font-family:roboto,sans-serif;background-image:url(/images/django-cake.png);background-size:contain;background-repeat:no-repeat;background-position:top;background-attachment:fixed;background-color:#222}.container{margin:0 auto}@media only screen and (min-width:800px){.container{min-width:800px;max-width:1200px}}@media only screen and (max-width:800px){.container{width:auto}}.container article{padding:0 20px}.container article img{display:block;width:100%}header{width:100%;height:100%;color:#fff}header a,header a:visited,header a:active{font-weight:700;color:#000;text-decoration:none;white-space:nowrap}header .nav-container{background-color:#00f8a5;margin-top:100px;border-width:5px 0;border-color:#000;border-style:solid;padding:20px}header .logo-and-nav{display:flex;align-items:center;width:100%;column-gap:20px;font-size:1.8em}header .logo-and-nav .logo{margin:-70px 0}header .main-nav{display:flex;flex-wrap:wrap;width:100%;column-gap:25px;align-items:center}header .logo img{display:block;width:150px}@media only screen and (max-width:800px){header .logo img{margin-right:-20px}}.hero{color:#fff;margin:40px 0;padding:40px;background:rgba(0,0,0,.9);border-radius:5px}@media only screen and (max-width:1200px){.hero{margin:0}}.hero h1{font-size:3.5em;margin:20px 0}.hero p.subtitle{font-size:2.5em;margin-bottom:40px}.hero p.subsubtitle{font-size:2em;margin-bottom:40px}section{background-color:#00f8a5;border-width:5px 0;border-color:#000;border-style:solid;margin-bottom:20px}section.events{background-color:#44b0ff;border-width:5px 0;border-color:#000;border-style:solid}section.map{background:rgba(0,0,0,.8);border-width:5px 0;border-color:#000;border-style:solid}section.map article{color:#fff}section.map #map{max-width:1400px;margin:0 auto}@media only screen and (max-width:800px){section.map{width:auto}}section.timeline{background:radial-gradient(farthest-side at top right,#222 98%,#0000)calc(50% - 10px)0/20px 20px no-repeat,radial-gradient(farthest-side at bottom right,#222 98%,#0000)calc(50% - 10px)100%/20px 20px no-repeat,linear-gradient(90deg,#fe7abf 50%,#44b0ff 0)}section.timeline ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,30%);justify-content:center}section.timeline li{font-size:24px;padding:20px;grid-column:span 2;border-radius:65px;color:#fff;position:relative;border:20px solid #0000;background:linear-gradient(#222 0 0)content-box,linear-gradient(var(--c,#fe7abf) 0 0)padding-box,linear-gradient(var(--d,90deg),#0000 75%,#222 0)border-box;margin:0}section.timeline li p{padding:20px}section.timeline li p a,section.timeline li p a:visited,section.timeline li p a:active{color:#fff}section.timeline li p code{background:#333;border:1px solid gray;padding:1px 3px;font-size:80%;font-family:monospace}section.timeline li img{display:block;max-width:100%}section.timeline li.release p{font-size:80%;padding:10px 20px}section.timeline li blockquote{font-style:italic;padding-right:30px;position:relative}section.timeline li blockquote:before{position:absolute;content:open-quote;font-size:2em;margin-left:-.6em;margin-top:-.4em}section.timeline li blockquote:after{position:absolute;content:close-quote;font-size:2em;bottom:0;right:0;margin-right:0;margin-bottom:-1em}section.timeline li iframe{width:100%;min-height:300px}section.timeline li:nth-child(even){grid-column-end:-1;--d:-90deg;--c:#44b0ff}section.timeline li:not(:last-child){margin-bottom:-20px}section.timeline li:before,section.timeline li:after{content:"";padding:0;display:block;height:.6em}section.timeline time{position:absolute;left:calc(100% + 50px);top:50%;transform:translateY(-50%);white-space:nowrap;background:rgba(0,0,0,.5);border-radius:5px;border:2px solid rgba(0,0,0,.5);padding:4px}section.timeline li:nth-child(even) time{left:auto;right:calc(100% + 50px)}section.timeline time:before{content:"";position:absolute;height:10px;top:calc(50% - 5px);right:calc(100% + 5px);width:65px;background:repeating-linear-gradient(-90deg,#fff 0 5px,#0000 0 10px)50%/100% 2px no-repeat}section.timeline li:nth-child(even) time:before{right:auto;left:calc(100% + 5px);background:repeating-linear-gradient(90deg,#fff 0 5px,#0000 0 10px)50%/100% 2px no-repeat}article{margin:40px 0;font-size:1.5em}article h2{font-size:2em;margin:20px 0}article p{max-width:800px;line-height:150%;margin:20px 0}article ul{margin:20px 0;padding-left:40px}article img.icon{width:50px;display:inline-block;margin-right:10px;margin-bottom:-20px}article a,article a:active,article a:visited{color:#0080dd}footer{margin-top:500px;color:#fff;background:rgba(0,0,0,.8);font-size:1.4em}footer h5{text-transform:uppercase;font-size:1.2em}footer a{color:#fff}footer p{margin-bottom:20px;line-height:150%}footer p.minor{font-size:.8em;color:#ccc}footer .footer-columns{padding:40px;display:flex;flex-wrap:wrap;flex-flow:row;width:100%;column-gap:50px;align-items:center;align-content:space-between}footer .footer-columns .footer-column{width:33%}footer .footer-columns .opening-hours{text-align:right}footer .footer-columns .logo img{display:block;width:100%}@media only screen and (max-width:800px){footer .footer-columns{display:block;padding:0;column-gap:0}footer .footer-columns .logo img{display:inline-block;width:50%}footer .footer-columns .footer-column{margin-top:20px;width:auto;text-align:center}}.event-table{margin-top:10px;width:100%;border:2px solid rgba(255,255,255,.5);border-collapse:collapse}.event-table td,.event-table th{padding:8px;margin:0}.event-table thead th{text-align:left}.event-table th.date{width:170px}.event-table tbody tr:nth-child(odd) td{background:rgba(255,255,255,.5)}.event-table tbody tr:nth-child(even) td{background:rgba(255,255,255,.6)}:root{--color-django-dark:darken(#00f8a5, 0.8);--color-django-accent:#00f8a5;--color-white:#fff;--color-bg-light:#f8f9fa;--header-height:120px;--spacing-lg:2rem;--spacing-sm:1.2rem}#map{width:100%;height:70vh;min-height:350px}