/*****************************************
*** for public facing pages only *********/
.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.space-mono-bold {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
}

.space-mono-regular-italic {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: italic;
}

.space-mono-bold-italic {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: italic;
}

.slogan {
    font-family: "Space Mono", monospace;
    color: #FF7400;
    font-size: 2.75em;
    padding-left: 5%;
    margin: 30px 0;
    letter-spacing: 10px;
}

aside {
    background-color: inherit;
}

.image-container {
    float: left;
    margin-bottom: 30px;
    width: 50%;
    height:
        auto;
    padding-left: 0px
}

.box {
    COLOR: #000;
    background-color: bisque;
    float: left;
    border: 1px solid #000;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 920px;
    overflow: auto;
    width: 225px;
}

.what_we_do {
    float: left;
    margin-bottom: 30px;
    width: 49%;
    height: auto;
}

.shippers {
    width: 49%;
    height: 400px;
    padding-left: 15px;
    margin-right: 1%;
}

.carriers {
    width: 49%;
    height: 400px;
    padding-left: 15px;
}

.contact {
    width: 49%;
    height: 175px;
    padding-left: 15px;
    margin-right: 1%;
}

.app {
    width: 49%;
    height: 175px;
    padding-left: 15px;
    overflow: hidden;
}

.google-play-badge {
    width: 125px;
    height: auto;
    margin-top: 10px;
}

@media (max-width: 767px) {

    /* 1. Reset content and remove floats to allow full width */
    .content {
        padding: 0;
        margin: 0;
        float: none !important;
        /* Forces the float to turn off */
        width: 100%;
    }

    /* 2. Standardize sections */
    section {
        margin: 0 auto;
        width: 100%;
    }

    header {
        font-size: .85em;
        ;
    }

    h2 {
        font-size: 1.5em;
        padding: 2%;
    }

    ul {
        padding: 0 5%;
    }

    /* 3. Centering the Image Container */
    /* Note: For display: block to center an image, it needs a specific width less than 100% 
     OR its internal img needs to be targeted. */
    .image-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /* This helps center the <img> tag inside */
        width: 90%;
    }

    .image-container img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        /* Works with text-align: center above */
    }

    /* 4. Center the slogan text */
    .slogan {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-size: 1.25em;
        ;
    }

    .box {
        height: auto;
        width: 90%;
        margin: 10px auto;
        float: none;
    }

    aside {
        background-color: inherit;
        float: none;
        width: 100%;
        margin: 20px 0;
        padding: 0;
        display: block;
        clear: both;
    }


    .button {
        font-size: 1.5rem;
        text-decoration: none;
        font-weight: bold;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .app a img {
        font-size: 1.5rem;
        width: 180px;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 10px auto;
    }

    footer .col-1,
    footer .col-2,
    footer .col-3 {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    #tawk-bridge-button {
        display: inline-block;
    }
}