#consortium {
    padding: 10px;
    margin: 3rem;
    font-family: 'Overpass', sans-serif;
    
}

.tight {
    margin: -20px 0px;
}

/* Typography styling*/

p.consortium {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    text-align: justify;
}

.consortium-head {
    font-family: 'Overpass', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    color: rgb(0, 0, 0);
    margin-top: 1.7rem;
}

.consortium-date {
    font-family: 'Overpass', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    color: rgb(0, 0, 0);
    margin-top: 2rem;
}

ul.events {
    list-style: none;
}

ul.credits .li {
    margin-top: 2rem;
}

.consortium-subhead {
    font-family: 'Overpass', sans-serif;
    /* font-size: 1rem; */
    font-weight: 300;
    text-align: center;
    margin-bottom: .6rem;
    color: rgb(0, 0, 0);

}

.td {
    font-family: 'Overpass', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    color: rgb(0, 0, 0);
    margin-top: 2rem;
}

.author {
    width: 100%;
    color: gray;
    font-size: 1.0rem;
    line-height: 1.6;
    font-weight: 200;
    text-align: center;
    font-family: 'Overpass', sans-serif;
}

.author.strong {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
}

.pquote {
    float: center;
    width: 100%;
    color: gray;
    font-size: 2.0rem;
    line-height: 1.7;
    font-weight: 400;
    text-indent: 0px;
    text-align: justify;
    font-family: 'Overpass', sans-serif;

}

.photo-caption {
    padding-bottom: -2rem;
    /* margin-bottom: -2rem; */
    font-family: 'Titillium Web', sans-serif;
    color: darkslategray;
    line-height: 1rem;
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    padding: 0 15px;
    /* font-size: 1rem; */
}

p.photo-caption {
    margin-bottom: 2rem;
}

.photo-attribution {
    margin-bottom: -2rem;
    margin-top: -2rem;
    padding-top: -5rem;
    font-family: 'Overpass', sans-serif;
    color: gray;
    line-height: .1rem;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    padding: 0 15px;
    /* font-size: .625rem; */
}

.single-spaced {
    margin-top: .2rem;
    line-height: 1.1rem;
}

.small {
    text-align: center;
}

.pquote-landing {
    float: center;
    width: 100%;
    color: gray;
    font-size: 1.0rem;
    line-height: 1.3rem;
    font-weight: 300;
    text-indent: 0px;
    text-align: justify;
    font-family: 'Overpass', sans-serif;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 0 15px;
}

.consortium-contact-text {
    float: center;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    text-indent: 0px;
    text-align: justify;
    font-family: 'Overpass', sans-serif;
    margin-top: 1%;
    margin-bottom: 1%;
}

ul.credits {
    list-style: none;
    /* padding-left: 0; */
    padding: 1rem;
}

ul.credits li {
    margin-top: .7rem !important;
}

div.partners {
    text-align: center;
    margin-top: 4rem;
}

ul.partners li {
    margin-top: 2rem;
    
}

/* media queries  for typography*/
/* Small devices */
@media (max-width: 767px) {
    p.consortium {
        font-size: 0.9rem;
    }

    .pquote {
        font-size: 0.8rem;
    }

    .credits {
        font-size: 0.8rem;
    }

    .partners {
        font-size: .8rem;
    }

    ul.credits {
        /* list-style: none; */
        /* padding-left: 0; */
        text-align: center;
    }

    .photo-caption {
        font-size: .8rem;
    }

    .consortium-head {
        font-size: 1.3rem;
    }

    .consortium-subhead {
        font-size: 1rem;
    }

    .medium-logo {
        /* display: none; */
        margin-top: 1rem;
    }

    #purple {
        margin-top: -2rem;
    }
}

/* Medium devices */
@media (min-width: 768px) {
    p.consortium {
        font-size: .8rem;
    }

    .pquote {
        font-size: 1.0rem;
    }

    .credits {
        font-size: .7rem;
    }

    .partners {
        font-size: 1rem;
    }

    .photo-caption {
        font-size: 1rem;
    }
    .consortium-head {
        font-size: 1.7rem;
    }

    .consortium-subhead {
        font-size: 1rem;
    }

    .medium-logo {
        display: inline-block;
        margin-top: 1rem;
        /* margin-left: -2rem; */
    }
}

/* Medium devices */
@media (min-width: 992px) {
    p.consortium {
        font-size: 1.1rem;
    }

    .pquote {
        font-size: 1.3rem;
    }

    .credits {
        font-size: .7rem;
    }

    .partners {
        font-size: .8rem;
    }

    .author {
        font-size: 1rem;
    }

    .photo-caption {
        font-size: .7rem;
    }

    .photo-attribution {
        font-size: .7rem;
    }

    .consortium-head {
        font-size: 2.1rem;
    }

    .consortiumfont-subhead {
        font-size: 1.6rem;
    }
}

/* Large devices */
@media (min-width: 1200px) {
    p.consortium {
        font-size: 1rem;
    }

    .pquote {
        font-size: 1.6rem;
    }
    .credits {
        font-size: .8rem;
    }

    .partners {
        font-size: 1rem;
    }

    .author {
        font-size: 1.1rem;
    }

    .photo-caption {
        font-size: .7rem;
    }

    .photo-attribution {
        font-size: .7rem;
    }

    .consortium-head {
        font-size: 2.1rem;
    }

    .consortium-subhead {
        font-size: 1rem;
    }
}

/* images */

.thumbs {
    padding: 0 3rem;
}






/* masonry for masonry on landing page using classes */

.masonry {
    margin: 50px auto;
    width: 100%;
    position: relative;

}

.items {
    margin: 50px auto;
    text-align: justify;
}

.item {
    margin: 0 0 50px;
    text-align: center;


}

.item img {
    padding: 0 30px;
    width: 100%;
}

/* .h-gutter {
    margin: 2rem 0;
} */

.masonry.js-masonry.items {
    margin: 0 auto;
}

.card-img.gallery {
    padding-bottom: 2rem;
}


/* flag */

.flag {
    margin: 1rem;
}

#red {
    background-color: rgba(216,
        33,
        38, .1);
}

#orange {
    background-color: rgba(243,
        108,
        33, .1);
}

#yellow {
    background-color: rgba(255,
        200,
        67, .1);
}

#green {
    background-color: rgba(70,
        185,
        120, .1);
}

#blue {
    background-color: rgba(0,
        179,
        226, .1);
}

#purple {
    background-color: rgba(198,
        74,
        155, .3);

}

.purple {
    background-color: rgba(198,
        74,
        155, .3);

}


.rainbow {
    background: linear-gradient(to right,
            red 0%, rgb(216, 33, 38) 16.7%,
            rgb(243, 108, 33) 16.7%, rgb(243, 108, 33) 33.3%,
            rgb(255, 200, 67) 33.3%, rgb(255, 200, 67) 50%,
            rgb(70, 185, 120) 50%, rgb(70, 185, 120) 66.7%,
            rgb(0, 179, 226) 66.7%, rgb(0, 179, 226) 83.3%,
            rgb(198, 74, 155) 83.3%, rgb(198, 74, 155) 100%);
    height: 5px;
    opacity: 0.9;
}

/* blueimp css overrides*/
.blueimp-gallery-display>.close {
    position: static;
    left: 15px!important;
    width: 40px!important;
    height: 40px !important;
    background: url(../img/close.png) center no-repeat;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.blueimp-gallery-display>.prev,
.blueimp-gallery-display>.next {
    width: 3px!important;
    height: 8px!important;
    /* background-color: rgba(255, 0, 247, 0.7)!important; */
    border: 2px solid #fff!important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
}

/* table styling */
.table-hover thead tr:hover th,
.table-hover tbody tr.one:hover td{
    background-color: rgba(193, 58, 57, .8);}

.table-hover thead tr:hover th,
.table-hover tbody tr.two:hover td {
    background-color: rgba(251, 166, 185, 1);
}

.table-hover thead tr:hover th,
.table-hover tbody tr.three:hover td {
    background-color: rgba(70, 150, 81, .8);
}

.table-hover thead tr:hover th,
.table-hover tbody tr.four:hover td {
    background-color: rgba(111, 198, 239, 1);
}

.table-hover thead tr:hover th,
.table-hover tbody tr.five:hover td {
    background-color: rgba(246, 223, 75, 1);
}

.table-hover thead tr:hover th,
.table-hover tbody tr.six:hover td {
    background-color: rgba(166, 124, 82, .8);
}

.table-hover thead tr:hover th,
.table-hover tbody tr.seven:hover td {
    background-color: rgba(227, 142, 60, .8);}




    /*
	Label the data
	*/


    #no-more-tables td:before {
        content: attr(data-title);
    }



.vertical-align {
    display: flex;
    align-items: center;
}

