/*
    This file is intended for minor structure changes to support to city services map page.
*/

body, html {
    font-size: 16px;
}

#contentInt {
    padding-top: 2em;
    float: none;
    margin: auto;
    width: 80%;
}

#servicesHeader {
    max-width: 1400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    #servicesInfo {
        height: 65%;
    }
}

#uber {
    background: linear-gradient(to bottom, #eeeeef 40%, #06354c 100%);
}

#servicesList .list > h3 {
    font-size: 1.875em;
}

#servicesList .list > ul {
    padding: 0 0 0 20px;
}

.interior header {
    margin-bottom: 0;
}

#uberMain {
    position: relative;
    padding-top: 4em;
}

    #uberMain > p {
        justify-content: center;
    }

.reportOnline_btn {
    margin: 15px 0;
    top: -70px;
}



@media (min-width: 768px) {
    #uberMain > p {
        width: 90% !important;
    }

    .reportOnline_btn {
        margin: 0 0 0 auto;
        top: -62px;
    }
}

@media (min-width: 992px) {
    #contentInt {
        width: 84%;
    }

    #uberMain > p {
        width: 100% !important;
        justify-content: flex-end;
    }

    #main {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #uberMain > p {
        width: 92% !important;
        top: 20px;
    }

    #main {
        margin-top: 2rem;
    }

    #servicesMapSection {
        top: 35px !important;
    }
}



@media (max-width: 767px) { /*MOBILE STYLES*/
    .mobileNav {
        padding-right: 15px;
    }

    #uberMain {
        margin-top: 70px;
    }

    #servicesList .list > h3 {
        padding: 0;
    }

    #servicesList .list > ul {
        padding: 0 0 0 5px;
    }

    .reportOnline_btn {
        margin: 15px auto;
    }
}
