*{padding:0;margin:0;box-sizing:border-box;outline:none!important}:root{--dark:#141414;--brown:#cfa166}html{background-color:#f3f3f3}body{font-family:Roboto Condensed,sans-serif;font-size:19px;line-height:25px;font-weight:300}h1{font-size:40px}h2{font-size:33px}h1,h2,h3,h4{line-height:100%}.mainBtn,b,strong{font-weight:600}.mainBtn{border:2px solid var(--dark);border-radius:0;padding:8px 20px;display:inline-block;width:100%;text-align:center;text-decoration:none;font-size:18px;color:var(--dark);text-transform:uppercase;transition:all .25s ease}.mainBtn:hover{opacity:.8}.mainBtn[data-style=brown]{background-color:var(--brown);border-color:var(--brown)}.navHeader{background-color:#fff;box-shadow:0 0 3px #c8c8c8;padding:10px 0;position:sticky;top:0}.navHeader .logo{display:inline-block;width:100%;max-width:40px;height:auto}section{padding:60px 0}.container{padding:0 20px;margin:0 auto;width:100%;max-width:1000px}h1+.editor,h2+.editor{margin-top:15px}.editor>:not(:first-child){margin-top:10px}.allLocations h1{text-align:center}.locationList{display:flex;flex-wrap:wrap;gap:20px 20px;margin:40px auto 0}@media screen and (max-width:991px){.locationList{max-width:450px}}.locationList .location{width:100%;max-width:calc(50% - 10px);background-color:#fff;list-style:none}@media screen and (max-width:991px){.locationList .location{max-width:100%}}.locationList .location .image{height:235px;background-position:50%;background-size:100% auto;transition:all .25s ease}.locationList .location:hover .image{background-size:103% auto}.locationList .location .info{padding:10px;row-gap:10px;display:flex;flex-wrap:wrap}.locationList .location .info>*{width:100%}.locationList .location .info h3{font-size:25px}.locationList .rating img{width:100%;max-width:20px;height:auto}.locationList .actions{display:flex;gap:10px}@media screen and (max-width:500px){.locationList .info .actions{flex-wrap:wrap}}.locationList+p{text-align:center;margin-top:30px}.customModal{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:1;background-color:rgba(1,1,1,.6)}.customModal .wrapper{height:100%;display:flex;align-items:center;align-content:center}.customModal .wrapper .data{background-color:#fff;padding:20px;position:relative}.customModal .wrapper .data .close{text-decoration:none;position:absolute;right:0;top:0;color:var(--dark);font-weight:500;padding:5px 10px}.customModal .wrapper .data .editor,.customModal .wrapper .data h2{text-align:center}.customModal .wrapper .data .actions{display:flex;gap:10px;margin:25px auto 0}@media screen and (max-width:600px){.customModal .wrapper .data .actions{flex-wrap:wrap}}.customModal[id=address] .wrapper .data .actions{max-width:400px}footer{padding:30px 0;background-color:var(--dark)}footer p{text-align:center;font-size:15px;color:#fff}