html{box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}:root{--border-blue:rgb(9, 23, 50);--table-divider-grey:rgba(255, 255, 255, 0.168);--grey-text:#a8b5c3;--dark-blue:rgb(0,55,92);--blue:rgb(3,70,118);--light-blue:rgb(0, 185, 236);--button-grey:#ececec;--navbar-height:2.5rem}.text-shadow{text-shadow:1px 2px 2px rgba(0,0,0,.3)}.big-text-shadow{text-shadow:-2px 1px 5px rgba(0,0,0,1)}.nav-box-shadow{box-shadow:0 -13px 6px 16px rgba(0,0,0,.75)}#map{width:100vw;height:calc(100% - var(--navbar-height));position:absolute;bottom:0;z-index:-1}.underline{text-decoration:underline}#navbar{-webkit-user-select:none;-moz-user-select:none;cursor:default;z-index:2;height:var(--navbar-height);background:linear-gradient(0deg,var(--dark-blue) 33%,var(--blue) 100%);border-bottom:2px solid var(--border-blue);display:flex;justify-content:space-between;align-items:center}#country-select{cursor:pointer;width:48vw;max-width:11rem;margin-top:.2rem;font-size:.75rem}.flex-item{margin:0 .4rem;white-space:nowrap}.logo{display:inline-block;font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;color:#f0f8ff;font-size:1.5rem;text-shadow:-2px 1px 5px rgba(0,0,0,1)}.load-container{position:relative;display:inline-block;top:.1rem;margin-left:.3rem}.loader{display:none;border:.15rem solid #f3f3f3;border-top:.15rem solid #3498db;border-radius:50%;width:.9rem;height:.9rem;animation:spin .3s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.image-container{background-image:linear-gradient(var(--dark-blue) 0,transparent 80%);width:100%;height:4rem;pointer-events:none;position:absolute;top:var(--navbar-height);padding-top:.2rem;display:flex;justify-content:space-between;flex-wrap:wrap;overflow:hidden}.circle-image{cursor:pointer;object-fit:cover;pointer-events:visible;z-index:11;margin:.1rem;margin-bottom:10rem;height:3rem;width:3em;border-radius:50%;border:2px solid #000;transition:.2s;box-shadow:1px 1px 5px 0 rgba(0,0,0,.75)}.leaflet-top.leaflet-left,.leaflet-top.leaflet-right{margin-top:3.3rem}.circle-image:hover{transform:scale(1.1);border-color:var(--light-blue)}.big-image-container{display:none;top:28%;left:0;right:0;bottom:0;width:100%;height:100%;max-width:40rem;max-height:60vh;position:absolute;margin:0 auto;z-index:10}.big-image img{object-fit:cover;border:3px solid var(--border-blue);margin:0 auto;height:100%;max-height:60vh;max-width:40rem;width:100%}.close-button{display:inline-block;position:relative;left:93%;content:"x";font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;color:#f0f8ff;cursor:pointer;transition:.2s}.close-button:hover{transform:scale(1.2)}.pixabay-logo{position:relative;height:2.5rem;z-index:20;left:.2rem;bottom:3.03rem}.black-screen{display:none;position:absolute;z-index:10;top:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.483)}@media only screen and (min-width:800px){.image-container{max-width:100%;background-image:none;padding:.5rem 3.9rem 0 3rem;justify-content:flex-start}.leaflet-top.leaflet-left,.leaflet-top.leaflet-right{margin-top:5px}.circle-image{margin-right:.7rem}}.leaflet-popup-content{max-width:12rem;padding:0;margin:.1rem .5rem;background:0 0;color:#f0f8ff;font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif}.leaflet-popup-content-wrapper{border:2px solid var(--border-blue);padding:0;background:linear-gradient(180deg,var(--dark-blue) 33%,var(--blue) 100%);box-shadow:inset -2px -2px 18px -6px rgba(0,0,0,.75)}.star{color:#ffff3b}.city-name{margin-top:.2rem;text-align:center;font-size:1.5rem;line-height:1.5rem}.city-country-name{text-align:center;font-style:italic;font-size:.8rem;display:inline;padding-top:.5rem;color:var(--grey-text)}.flag{text-align:center;font-size:1.25rem;display:inline;position:relative;top:.2rem}.center{text-align:center;margin:.1rem 0 .4rem;line-height:.7}.quick-info-table{width:100%;margin:.1rem 0}.quick-info-table td,.quick-info-table th{line-height:.9rem;width:50%}.weather-title{margin:.6rem 0 .1rem;text-align:center;text-decoration:underline;color:var(--grey-text)}.quick-info-table td{text-align:center}.quick-info-table,.weather-table{border-collapse:collapse}.weather-table td{text-align:center}.weather-table td,.weather-table tr{width:50%}.quick-info-table tr,.weather-table tr{border-bottom:1px solid var(--table-divider-grey)}#windspeed{border-bottom:none}.leaflet-popup-tip{background-color:var(--border-blue)}#modal-box{pointer-events:none;font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;color:#f0f8ff;display:block;position:absolute;bottom:0;z-index:4;width:100vw}#tab{pointer-events:all;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;font-size:.9rem;background:linear-gradient(0deg,var(--dark-blue) 33%,var(--blue) 100%);display:flex;justify-content:center;align-items:center;border:2px solid var(--border-blue);height:1.7rem;width:6.8rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom:transparent;margin-left:.5rem}#tab:active{color:var(--light-blue)}.country-name{text-shadow:2px 2px 4px #000}.content{pointer-events:all;box-shadow:inset 9px 4px 26px -9px rgba(0,0,0,.75);cursor:default;background:linear-gradient(-35deg,var(--blue) 33%,var(--dark-blue) 100%);padding:.1rem .5rem;border-top:2px solid var(--border-blue);width:inherit;display:none}.content table{border-collapse:collapse;width:100%;text-align:left}.content tr{border-bottom:1px solid var(--table-divider-grey)}.content tfoot tr{border-bottom:none}.content th{width:50%;font-style:italic;font-weight:400}.content header{text-decoration:underline;font-size:1.5rem;margin:.2rem 0}#info-currency{display:flex;flex-wrap:wrap}#info-currency *{padding-right:.3rem}#info-flag{position:relative;display:inline-block;top:.2rem;left:.4rem;width:auto;height:1.5rem}#info-link{font-size:.8rem;padding:.1rem 0}#arrow{height:.6rem;width:auto;margin-left:.35rem;margin-top:.1rem;transition:.33s}.flip{transform:rotate(180deg)}.content a:link{color:#f0f8ff}.content a:visited{color:#f0f8ff}.content a:hover{color:#00b9ec}.content a:active{color:#0056ec}.leaflet-container .leaflet-control-attribution{pointer-events:none;font-size:.4rem;border-top-left-radius:.4rem}.leaflet-bottom.leaflet-right{margin-left:8rem}.leaflet-bar button,.leaflet-bar button:hover{background-color:var(--button-grey)}.leaflet-control-scale{cursor:grab}.leaflet-control-scale-line{background-color:var(--button-grey);opacity:.8}.leaflet-retina .leaflet-control-layers-toggle{background-color:var(--button-grey);border-radius:5px}.leaflet-control-layers-expanded{background-color:var(--button-grey)}.leaflet-bottom .leaflet-control-scale{margin-right:0;margin-bottom:0;text-align:right}.leaflet-top .leaflet-control{margin:5px 5px 0}@media only screen and (min-width:430px){#modal-box{width:20rem}.content{width:20rem;border-right:2px solid var(--border-blue);border-top-right-radius:.5rem}.close-button{left:96%}.leaflet-bottom.leaflet-right{margin-left:20.5rem}}@media only screen and (min-width:1000px){#tab:hover{background:#0076ec;background:linear-gradient(0deg,var(--blue) 0,rgb(0,118,236,1) 100%)}#modal-box{width:26rem}.content{width:26rem}.content td,.content th{padding:.1rem;font-size:1.2rem}.content header{font-size:1.65rem}#info-link{padding:.2rem 0}#info-flag{height:1.8rem}}@media only screen and (max-width:265px){.flex-item{margin:0 .1rem}.content{font-size:85%}.content header{font-size:1.3rem}#tab{width:5rem;font-size:.8rem}#arrow{display:none}#info-link{font-size:.7rem}.load-container{margin-left:0}.leaflet-bottom.leaflet-right{margin-left:6rem}}