/*=== Stylsheet for sitemap page ===*/

.vert-banner {
    position: relative;
    height: 900px;
    width: 150px;
    background-image: url(../images/desertroad-vertical.jpg);
    margin: 0;
    z-index: -999;
    background-repeat: no-repeat;
}

.main_hr {
    margin-bottom: 0;
}

.main_footer {
    margin-top: 0;
}


/* flex */

.sitemap-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vert-banner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sitemap-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-left: 10px;
}


/* sitemap */

div.sitemap-content {
    line-height: 2.5;
}

@media only screen and (max-width: 427px) {
    div.vert-banner {
        display: none;
    }
    .main_footer {
        margin-top: 50px;
    }
}
