*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;margin:0;padding:0}:root{--primary: #ece6aa}html,body{margin:0;padding:0;width:100%;height:100%;font-family:"Barlow Condensed",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;color:#fff;line-height:1.2;text-transform:uppercase}body{display:flex;flex-direction:column;justify-content:center;align-items:center}#slideshow{position:fixed;width:100%;height:100%}#slideshow>div{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center;opacity:0}#slideshow>div.show{animation:showSlide 15.5s ease-out 1 0s forwards}#slideshow::after{content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.55);left:0;top:0}@keyframes showSlide{0%{opacity:0;transform:scale(1.2)}10%{opacity:1}100%{opacity:1;transform:scale(1)}}#bgImg{background-repeat:no-repeat;background-size:cover;background-position:center center}#bgImg::after{content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.55);left:0;top:0}#bgImg>div{width:100%;height:100%}#content{opacity:0;transition:opacity .5s ease-in-out;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#content #mid{display:flex;gap:35px;flex-grow:1;flex-direction:column;align-items:center;justify-content:center;padding:0 5%}#content #head,#content #footer{width:100%;max-width:100vw;display:flex;justify-content:center;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px;padding:1rem 1rem}#content #head{font-size:1.35rem;font-weight:600}#content #footer{justify-content:center}#head #weather_current img{width:20px;opacity:.5}#head>div span{display:block;font-size:1rem;color:var(--primary)}#countdown{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.show #content{opacity:1}.countbox{font-size:4.25rem;font-weight:600;line-height:1;margin:0 5px 0 5px;display:flex;flex-direction:column;align-items:center;gap:3px}.countbox div{width:2ch;text-align:center}.countbox span{font-size:.85rem;font-weight:400;color:var(--primary)}.dotts{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:3.5rem;line-height:1;padding-bottom:10px;opacity:.5}#weather_forecast{display:flex;gap:20px;justify-content:space-around;flex-wrap:wrap;width:100%;max-width:450px}#weather_forecast .weather_forecast_day{display:flex;flex-direction:column;gap:3px}#weather_forecast .weather_forecast_day .weather{display:flex;align-items:flex-end;gap:3px}#weather_forecast .weather_forecast_day .weather img{width:20px;opacity:.5}#weather_forecast .weather_forecast_day .weather span{display:flex;flex-direction:column;font-weight:400}#weather_forecast .weather_forecast_day .weather span:nth-child(1){font-size:1.25rem;font-weight:600}#weather_forecast .weather_forecast_day>span{color:var(--primary);font-size:.75rem;line-height:1}h1{font-size:2.5rem;line-height:.85;font-weight:600;text-align:center}h1 span{color:var(--primary);display:block;font-size:8rem;letter-spacing:-2px;font-weight:600}@media screen and (max-width: 700px){#content #mid{padding:0 3%}#days{width:100%}#days,#hours,#minutes,#seconds{font-size:3rem}.dotts{font-size:2rem;display:none}h1{font-size:1.75rem}h1 span{font-size:6.15rem}}