@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

* {
    box-sizing: border-box;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif !important;
    text-decoration: none !important;
    color: #242424 !important;
}

:root {
    color-scheme: only light;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

@media (max-width: 425px) {
    body {
        zoom: 0.8;
    }
}

.large-menu li:first-child {
    padding-left: 1rem;
}
.large-menu a {
    padding-left: 1rem !important;
}

@media all and (min-width: 992px) {
    .large-menu-container {
        position: static;
    }
    .navbar .large-menu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .form-link {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .form-link {
        display: block;
    }
}

.max-size {
    max-width: 1200px;
}

.page-header {
    position: relative;
}
.page-header .header-text {
    color: white !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.page-header .header-img {
    width: 100%;
}

.select-img {
    position: relative;
}
.select-img .img-text {
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.advertiser-name-logo {
    background-color: white;
    max-height: 63px;
    padding: 5px;
    border-radius: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.advertiser-name-logo img {
    max-width: 190px;
    max-height: 20px;
}

.advertiser-item-img {
    max-width: 160px;
    max-height: 50px;
}

.lunch-img img {
    max-height: 30px;
    max-width: 190px;
}

.headline-img {
    max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.square-img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.rectangle-img {
    max-width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.body-img img {
    max-width: 100%;
    height: fit-content;
    object-fit: contain;
}

.w-icon {
    width: 75px;
    height: 75px;
}

.border-box {
    border: solid 1px black;
    border-radius: 5px;
}

.text-overflow-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: ellipsis;
}
.text-overflow-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: ellipsis;
}
.text-overflow-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: ellipsis;
}
.text-overflow-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-item:hover {
    background-color: white;
}
.dropdown-item:active {
    background-color: white;
    color: black;
}

.body-link a {
    text-decoration: underline !important;
}

.byline {
    flex: content;
}
.byline .byline_img img {
    width: 100px;
    height: 100px;
}

.leaflet-container {
    height: 200px;
}

.selected-img {
    border: 5px solid red;
}
