#locations {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -40px;
    font-size: 20px;
    text-align: center;
    padding: 4% 0 6%;
}

#locations h1 {
    padding-top: 2%;
}

div.stores-container {
    width: 80%;
    margin: 0 auto;
}

#locations div.store-container {
    width: 88%;
    padding: 3% 0 0 20%;
}

#locations div.store-container div.row > div {
    text-align: left;
    padding-bottom: 2em;
}

div.store-data-text ul {
    font-size: 18px;
}

#stores div.store-data-text ul {
    font-size: 14px;
}

#stores div.store-data-text ul li.font-bold {
    font-size: 15px;
}

div.store-image {
    height: 180px;
    position: relative;
    margin-bottom: 5px;
}

#stores div.store-image img {
    float: left;
}

@media all and (min-width: 1601px) {
    div.store-image {
        height: 220px;
    }

    div.store-data-text ul {
        font-size: 20px;
    }
}

@media all and (max-width: 1536px) {
    div.store-data-text ul {
        font-size: 16px;
    }

    #stores div.store-data-text ul {
        font-size: 14px;
    }

    #locations h1 {
        padding-top: 5%;
    }

    #locations div.store-container div.row > div {
        text-align: center;
    }
}

@media all and (max-width: 1366px) {
    div.store-data-text ul {
        font-size: 15px;
    }

    #stores div.store-data-text ul {
        font-size: 14px;
    }
}

@media all and (max-width: 1280px) {
    #stores div.store-data-text ul,
    #stores div.store-data-text ul li.font-bold {
        font-size: 12px;
    }

    div.store-image {
        height: 120px;
    }
}

@media all and (min-width: 800px) and (max-width: 1024px) {
    #stores div.store-data-text ul,
    div.store-data-text ul {
        font-size: 11px;
    }
}

@media all and (max-width: 1023px) {
    #locations {
        padding: 0;
        background-position-y: -60px;
    }

    #locations h1 {
        padding-bottom: 4%;
    }

    #locations div.store-container {
        padding: 0;
        width: 100%;
    }

    #locations div.store-container div.row > div {
        text-align: center;
    }

    div.store-container div.row {
        margin: 0;
        padding: 0;
    }

    div.store {
        max-width: 270px;
        margin-bottom: 20px;
        display: inline-block;
    }

    div.store-image,
    #stores div.store-image {
        max-height: initial;
        text-align: center;
        height: auto;
    }

    div.store-image img,
    #stores div.store-image img {
        max-height: initial;
    }

    #stores div.store-data-text ul,
    #stores div.store-data-text ul li.font-bold,
    div.store-data-text ul {
        font-size: 18px;
    }

    div.repair-item {
        width: 100% !important;
        text-align: center;
    }
}

@media all and (max-width: 425px) {
    p.number-one {
        width: 100%;
    }
}



