/*These are the styles for the individual Road Work pages*/

section img {
    border: 10px solid white;
}

.section-rw-image {
    margin: 0 auto;
}

.breadcrumb {
    background-color: transparent;
    padding: .75rem 2.5rem 1rem;
    font-size: .8rem;
}

li.breadcrumb-item.active  {
    color: #e6e4c2;
}

.breadcrumb a {
    color: #cfc96e;
}

.breadcrumb {
    background-color: transparent;
    padding: .75rem 2.5rem 1rem;
}

li.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #cfc96e;
}

article {
    width: 74%;
    height: auto;
    padding: 0 0 1% 0;
}

 #red-shoe {
    width: 73%;
    height: auto;
    padding: 0 0 1% 0;
}



article h1 {
    color: #ab2410;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 5%;
    padding: 2% 0 0 0;
    text-align: right;
    font-family: 'Overpass', sans-serif;

}

article h2 {
    text-align: right;
    color: #ab2410;
    font-size: 1.25em;
    font-weight: 300;
    margin-right: 5%;
    padding: 0 0 2% 0;
    font-family: 'Overpass', sans-serif;
}

article p {
    padding: 2% 0;
    font-weight: 500;
    margin: 0 auto;
    width: 78%;
    font-size: 1.1rem;
}

article a {
    font-size: .8rem;
    font-family: 'Overpass', sans-serif;
    color: #ab2410;
    text-align: right;
    text-transform: uppercase;
    opacity: .8;
}

article a:hover {
    color: #ab2410;
    text-decoration: none;
    opacity: 1;
}

div.links {
    width: 100%;
    height: auto;
    margin: 2% 0 0 0;
}

.right-links {
    float: right;
    margin-right: 5%;
}

.left-links {
    float: left;
    margin-left: 5%;
}

div.links .fa-arrow-right {
    padding-left: 0;
}





/* Media Queries _________________________________________________________________________________________________*/


@media only screen and (min-width: 280px) and (max-width: 375px ) {

    div.ten.columns.offset-by-one {
        width: 100%;
        margin: auto;
        float: none;
    }

    section img {
        border: 5px solid floralwhite;
    }

    article {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
    }

     #red-shoe {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
    }


    article h1 {
        font-size: 1rem;
        margin-right: 9%;
    }

    article h2 {
        font-size: .85rem;
        margin-right: 9%;
    }

    article p {
        width: 85%;
        font-size: 14px;
    }

    div.links {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }

    div.links a {
        font-size: x-small;
    }

    .left-links {
        margin-left: 5%;
    }

    .right-links {
        margin-right: 5%;
    }

    .breadcrumb  {
        padding: .75rem 1rem 1rem;
    }

    .breadcrumb-item.active, .breadcrumb-item  {
        font-size: .7rem;
    }
}

@media only screen and (min-width: 376px) and (max-width: 550px) {

    div.ten.columns.offset-by-one {
        width: 100%;
        margin: auto;
        float: none;
    }

    section img {
        border: 7px solid floralwhite;
    }

    article {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
    }

    #red-shoe {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
    }


    article h1 {
        font-size: 1.25rem;
    }

    article h2 {
        font-size: 1rem;
    }

    article p {
        font-size: .9rem;
        width: 80%;
    }

    article a {
        font-size: .75rem;
    }
}


@media only screen and (min-width: 551px) and (max-width: 760px) {


    div.ten.columns.offset-by-one {
        width: 100%;
        margin: auto;
        float: none;
    }

    article {
        width: 100%;
        height: auto;
    }

    #red-shoe {
        width: 100%;
        height: auto;
    }

    section img {
        border: 10px solid floralwhite;
    }

    article h1 {
        font-size: 1.5rem;
    }

    article h2 {
        font-size: 1.25rem;
    }

    article p {
        font-size: 1.1rem;
        width: 75%;
    }

}

@media only screen and (min-width: 761px) and (max-width: 991px) {

    article {
        width: 100%;
        height: auto;
    }

    #red-shoe {
        width: 100%;
        height: auto;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    article {
        width: 88%;
        height: auto;
    }

}

