.nav {
    cursor: pointer;
}

.w3-badge {
    height:13px;
    width:13px;
    padding:0;
}

.banner_holder{
    width: 100%;
    height: calc(100vw*0.3333333333333);
    min-height: 200px;
    position: relative;
}

.banner_holderImage{
    height: 100%;
    position: center;
    background: url("hires/head_photo.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}

.my-stuff{
    margin-bottom: 120px;
}

.feature-card{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: -10px;
    padding-right: 0;
    max-width: 1600px;
}

.feature-break{
    margin: 20px 1%;
}

.feature-header{
    font-family: 'Open Sans', sans-serif;
    font-size: 28pt;
}

#map{
    width: 90%;
    aspect-ratio: 4 / 3;
    margin-left: auto;
    margin-right: auto;
}

.anchor_support{
    position: relative;
}

.anchor {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    top: -60.981px;
    left: 0;
    visibility: hidden;
}

.price-table td, .price-table th{
    border: 1px solid #ddd;
}

.accord{
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}
.slide-control{
    padding: 0 5%;
}
.slide-control-div{
    user-select: none;
    touch-action: manipulation;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0% 0% 0% / 0.8) 0%, rgb(0% 0% 0% / 0.7923141121612922) 6.25%, rgb(0% 0% 0% / 0.7695518130045147) 12.5%, rgb(0% 0% 0% / 0.7325878449210181) 18.75%, rgb(0% 0% 0% / 0.682842712474619) 25%, rgb(0% 0% 0% / 0.622228093207841) 31.25%, rgb(0% 0% 0% / 0.553073372946036) 37.5%, rgb(0% 0% 0% / 0.47803612880645135) 43.75%, rgb(0% 0% 0% / 0.4000000000000001) 50%, rgb(0% 0% 0% / 0.32196387119354875) 56.25%, rgb(0% 0% 0% / 0.24692662705396418) 62.5%, rgb(0% 0% 0% / 0.17777190679215926) 68.75%, rgb(0% 0% 0% / 0.11715728752538102) 75%, rgb(0% 0% 0% / 0.0674121550789819) 81.25%, rgb(0% 0% 0% / 0.03044818699548535) 87.5%, rgb(0% 0% 0% / 0.007685887838707828) 93.75%, rgb(0% 0% 0% / 0) 100% );
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 2%;
    margin: 0!important;
}

.feature-text{
    width: 40%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    padding-right: 20px;
    padding-left: 20px;
}

.feature-image-container {
    width: 60%;
    margin-right: 20px;
    margin: auto;
}

.feature-entry {
    display: flex;
}

.feature-entry:not(.reverse) {
    flex-direction: row;
}
.feature-entry.reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
    .feature-entry {
        flex-direction: column-reverse !important;
    }

    .feature-text {
        width: 100% !important;
    }

    .feature-image-container {
        width: 100% !important;
    }
}

.noscroll{
    overflow: hidden;
    width: 100%;
}
li{
    padding: 5px 0;
}
