
.sticky-top{
    background: #fff;
    z-index: 100;
}

.menu-item{
    cursor: pointer;
    transition: all 0.4s;
}
.menu-item:hover{
    background: #f8f8f8;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 2rem;
    
}
section:not(.header){
    background-color: #fff !important;
    /*overflow-x: hidden;*/
    max-width: 1800px;
}
#compare-you{
    margin-bottom: 0;
}
section h2{
    margin: 1rem 0;
    font-weight: normal !important;
}
#title-cover, .list-group-item{
    background: #f8f8fa;
}

.abc-badge{
    display: inline-block;
    border-radius: 100%;
    height: 1.2em;
    width: 1.2em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-bottom: -0.2em;
    margin-right: 0.2em;
}

/*yoru sliders*/
#your-sliders .icon{
    border: 2px solid #fff;
    width: 2.4em;
    height: 2.4em;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 100%;
    z-index: 1;
}
#your-sliders .name{
    color: #000;
    padding-left: 1.7em;
    margin-left: -1.2em;
}
/*end your sliders*/
/*slider */
.slider-item {
    overflow: hidden;
}

.handler-track {
    border: 1px solid #222 !important;
}


.handler {
    border-radius: 1em;
    background: #fff;
    border: 2px solid #222;
}

.intro-view{
    height: fit-content;
    z-index: 1000;
}
.intro-notes .slide {
    min-height: 58vw;
    scroll-margin: 5rem;
    padding-bottom: 3em;
    opacity: 0.5;
    transition: opacity 0.4s;
}
.intro-notes .slide:last-child{
    padding-bottom: 0;
}
.intro-notes .slide.highlight {
    opacity: 1;
}
@media screen and (min-width:768px) and (orientation: portrait) {
    #map {
        height: 40vh;
    }
}
@media screen and (max-width:768px) and (orientation: portrait) {

    .intro-notes .slide{
        min-height: 50vw;
    }
}
