@charset "UTF-8";

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../font/sourcesanspro-regular-webfont.eot');
    src: url('../font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/sourcesanspro-regular-webfont.woff') format('woff'),
        url('../font/sourcesanspro-regular-webfont.ttf') format('truetype'),
        url('../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_pro_semiboldRg';
    src: url('../font/sourcesanspro-semibold-webfont.eot');
    src: url('../font/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/sourcesanspro-semibold-webfont.woff') format('woff'),
        url('../font/sourcesanspro-semibold-webfont.ttf') format('truetype'),
        url('../font/sourcesanspro-semibold-webfont.svg#source_sans_pro_semiboldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../font/sourcesanspro-bold-webfont.eot');
    src: url('../font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/sourcesanspro-bold-webfont.woff') format('woff'),
        url('../font/sourcesanspro-bold-webfont.ttf') format('truetype'),
        url('../font/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@import url('../bticons/font/bootstrap-icons.css');*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    font-family: 'source_sans_proregular';
    padding-top: 3rem;
    /*padding-bottom: 3rem;*/
    color: rgba(0, 0, 0, .6);
}

#btoverride .navbar {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'source_sans_pro_semiboldRg';
    text-transform: uppercase;
}

#btoverride h1,
#btoverride .h1 {
    font-size: 1.2rem;
    line-height: .8;
}


#btoverride .row.rowExhibitionCards1 {
    margin-top: 4rem;
}

#btoverride .row.rowExhibitionCards1 .card {
    margin-bottom: 2rem;
}

#btoverride .row.rowExhibitionCards2 {
    margin-bottom: 4rem;
}

#btoverride a.anchor {
    display: block;
    position: relative;
    top: -4rem;
    visibility: hidden;
}

#btoverride .btn-custom1 {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    /*border-color: #004E64;*/
    /*font-weight: bold;*/
    letter-spacing: 1px;
    /*border-radius: 0;*/
}

#btoverride .btn-custom1:hover,
#btoverride .btn-custom1:active,
#btoverride .btn-custom1:focus,
#btoverride .btn-custom1.active {
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
}

#btoverride .text-muted {
    color: rgba(0, 0, 0, .4) !important;
}

#btoverride .marginBotSection {
    margin-bottom: 4rem;
}

#btoverride a.contentLink:link,
#btoverride a.contentLink:visited,
#btoverride #obf a:link,
#btoverride #obf a:visited {
    color: rgba(0, 0, 0, .4);
    text-decoration: underline;
}

#btoverride a.contentLink:hover,
#btoverride a.contentLink:active,
#btoverride #obf a:hover,
#btoverride #obf a:active

/*#btoverride #obf:visited,*/
    {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

/*.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}*/
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
#btoverride .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

#btoverride .marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
#btoverride .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

#btoverride .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
#btoverride .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

#btoverride .featurette img {
    /*height: 50%;*/
}

/* MASONRY
-------------------------------------------------- */
/*don't apply witdth to this element*/
#btoverride .grid-item {
    /*don't apply witdth to this element*/
    padding: 1rem;
}

/*#btoverride .grid-item--width2 {
    width: 400px;
}*/
#btoverride .grid-item-content figure img.img-fluid {
    width: 100%;
    height: auto;
}

#btoverride figcaption {
    color: rgba(0, 0, 0, .4);
    font-size: .8rem;
    /*font-size: 1rem;*/
}

#btoverride footer.container-fluid {
    background-color: rgba(0, 0, 0, .1);
    height: 5rem;
    padding: 2rem;
    /*color: rgba(0,0,0,.4);*/
}

/* photoswipe style */
.pswp__caption__center {
    text-align: center !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    #btoverride .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    #btoverride .featurette-heading {
        font-size: 2.2rem;
    }

    #btoverride h1,
    #btoverride .h1 {
        font-size: 2rem;
        line-height: .6;
    }
}