/*These are the styles for the artwork pages- Current Work, Illustrations, Murals, and Soft Sculptures.*/
.artwork-header {
    margin-left: 6%;
}

.artwork-header h1 {
    color: #e6e4c2;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.75rem;
}

.artwork-header h2 {
    color: #cfc96e;
    font-weight: 600;
    font-family: 'Overpass', sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    padding: 0;
}

.artwork-header h3 {
    color: #e6e4c2;

}

.artwork-header p.line {
    background-color: #b38d16;
    height: 3px;
    width: 60px;
    line-height: 0;
}


blockquote p.line {
    background-color: #b38d16;
    height: 3px;
    width: 60px;
    line-height: 0;
    margin: 0 auto;
}

span.series {
    text-transform: lowercase;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    color: #e6e4c2;
}

.roadwork-slickCarousel img {
    border: 5px solid floralwhite;
    width: 90%;
    height: auto;
}

.carousel-caption-roadwork p {
    color: floralwhite;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
    opacity: 0.6;
}

.fa-arrow-right {
    padding-left: .5rem;
}

.carousel-caption-roadwork p:hover, .carousel-caption-roadwork p:active {
    opacity: 1;
    text-transform: none;
}

.slick-active.slick-center p {
    display: block;
}

.slick-active img {
    opacity: 1;
    transition: all 800ms ease;
    margin: 0 auto;
}

.slick-active.slick-center img {
    opacity: 1;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    box-shadow: 0 1px 3px 1px rgba(117, 120, 123, 0.45);
    margin: 0 auto;
}

.slick-track {
    margin: 6% 0 6% 0;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

.slick-prev, .slick-next {
    top: 40%;
}


.artwork-card img {
    border: 7px solid #00184c;
    margin: 1% 0 1% 0;
}

 .image-link {
    margin: 1%;
}


.lb-data .lb-caption {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
}


/*  Media Queries */

@media only screen and (min-width: 280px) and (max-width: 375px ) {
    .artwork-header h1 {
        font-size: 1.25rem;
    }

    .artwork-header h2 {
        font-size: 1.5rem;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 550px) {
    .artwork-header h1 {
        font-size: 1.5rem;
    }

    .artwork-header h2 {
        font-size: 2rem;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
    }

}

@media only screen and (min-width: 551px) and (max-width: 760px) {
    .artwork-header h1 {
        font-size: 1.75rem;
    }

    .artwork-header h2 {
        font-size: 2.25rem;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
    }

}

/*!*Media Queries- Mobile First-----------------------------------------------------------------------------------------*!*/

/*@media only screen and (min-width: 280px) and (max-width: 375px ) {*/
/*.artwork-header {*/
/*padding: 0;*/
/*margin: auto;*/
/*}*/

/*.artwork-header h1 {*/
/*text-align: center;*/
/*}*/

/*.artwork-header h2 {*/
/*text-align: center;*/
/*}*/

/*.artwork-header h3 {*/
/*text-align: center;*/
/*}*/

/*.artwork-header p.line {*/
/*width: 100px;*/
/*height: 5px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/

/*.artwork-card {*/
/*width: 100%;*/
/*display: block;*/
/*margin: auto;*/
/*text-align: center;*/
/*}*/
/*}*/

/*@media only screen and (min-width: 376px) and (max-width: 550px) {*/
/*.artwork-header {*/
/*padding: 0;*/
/*margin: auto;*/
/*}*/

/*.artwork-header h1 {*/
/*text-align: center;*/
/*}*/

/*.artwork-header h2 {*/
/*text-align: center;*/
/*}*/

/*.artwork-header h3 {*/
/*text-align: center;*/
/*padding: 0 3% 0 3%;*/
/*}*/

/*.artwork-header p.line {*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/

/*.artwork-card {*/
/*width: 100%;*/
/*display: block;*/
/*margin-left: 10%;*/
/*text-align: left;*/
/*}*/
/*}*/

/*@media only screen and (min-width: 551px) and (max-width: 760px) {*/
/*.artwork-card {*/
/*width: 100%;*/
/*display: block;*/
/*margin-left: 10%;*/
/*text-align: left;*/
/*}*/
/*}*/
