body {
    padding: 0;
    margin: 0;
}
html, body, #mapid {
    height: 100%;
    width: 100vw;
}
#pop-up-box-background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(128, 128, 128, 0.7);
    opacity: 0.7;
 
}
#pop-up-box-wrap {
    display: none;
    position: absolute;
    top: 10%;
    right: 20%;
    bottom: 10%;
    left: 20%;
    opacity: 1;
    overflow: hidden;

    
}
#pop-up-box {
    display: none;
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    height: fit-content;
    overflow: hidden;
}

#popup-header {
    padding: 1rem;

}

.fit-content{
    height: fit-content;
}
table{
    width: 100%;
}

table tr{
    border-bottom: 1px solid gray;
}

.h-350px{
    height: 350px;
}


.single-news {
    max-width: 100%;
}

.article-img {
    width: 142px;
    max-height: 100%;

}
.article-img-wrap {
    width: 142px;
    margin-right: 1rem;
}

.camPreview {
    width: 100%;
}

.article-description {
    font-weight: 500;
    text-indent: 1rem;

}

.img-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    text-indent: 1rem;
}

.italic {
    font-style: italic;
    text-align: right;
}

#popup-body{
    max-height: 480px;
    overflow: auto;
    
}
#first-holiday{
    background-color: rgb(211, 195, 195);
}

#weather-picture{
    width: 100px;
}

.weather-div-small{
    height: fit-content;

}

.pb-3rem{
    padding-bottom: 3rem;
}
.bold{
    font-weight: bold;
    font-size: 1rem;
}

#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: grey;
    opacity: 0.8;
    
}
#preloader2:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #56829e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
   -webkit-animation: animate-preloader 1s linear infinite;
   animation: animate-preloader 1s linear infinite;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #56829e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
   -webkit-animation: animate-preloader 1s linear infinite;
   animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




