
/* Styles for responsive bootstrap-ify of site in May 2019 */

body {
    padding-bottom: 0 !important;
    min-width: auto;
    letter-spacing: 0.075rem;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    font-family: 'NovecentowideUltraLightBold';
    letter-spacing: 0.1rem;
}


.topbar {
    position: fixed;
    top: 0;
    z-index: 1030;
}
.fixed-top {
    top: 38px;
}

.bg-light {
    background-color: #FFFFFF !important;
}
.head-logo {
    width: 226px;
}
.head-social {
    padding: 2px 6px;
}
.head-social img {
    height: 30px;
    padding: 4px;
}
.form-control {
    height: 26px;
    padding: 0px 20px;
    margin: 4px 0 4px 0;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    outline: none;
}


.offcanvas-collapse {
    position: fixed;
    top: 96px;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #666666;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.navbar-nav {
    padding: 2rem 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.content {
    width: 100%;
    margin-top: 48px;
    border-top: 1px solid #CCCCCC;
}
.fixedContent {
    padding: 0;
}
.contentSpacer {
    float: none;
}
.carousel {
    margin-bottom: 2rem;
}
.carousel-item {
    height: calc(100vw * 0.6);
}
.carousel-item img {
    height: calc(100vw * 0.6);
}

.home-feat19 .row {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 1rem;
}

.home-feat19 img,
.home-news19 img {
    width: 100%;
    padding-bottom: 1rem;
}

.home-feat19 h2,
.home-news19 h2,
.home-news19 h3 {
    font-size: 1.25rem;
    padding-bottom: 2rem;
}
.home-news19 h3 a,
.home-feat19 h2 a {
    color: #3D3D3D;
}

.home-feat19 p,
.home-news19 p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 2rem;
}

.pg-title {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Johnston', 'Arial', 'Helvetica', sans-serif;
    font-size: 1.75rem !important;
    text-transform: uppercase; 
    color: #3D3D3D !important;
}
.container.artistcontent19 {
    border-bottom: 1px solid #CCCCCC;
}
.artwork19-menu .h5 {
    font-size: 1rem;
}
.artwork19-menu a {
    color: #5A5A5A;
}
.artist19 h4,
.artistcontent19 h4,
.artistcontent19 h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.artistcontent19 h4 a,
.artistcontent19 h5 a,
.newsarticle19 h2,
.newsarticle19 h3 {
    color: #3D3D3D;
}

.artistcontent19 p,
.artist19 p {
    font-size: 1rem;
    line-height: 2rem;
}

.artist-col {
    padding: 30px 15px 30px 15px;
    width: 414px;
    margin-left: -15px;
    background: rgba(0, 0, 0, 0.3);
}    
.artist-name {
    line-height: 2.2rem;
    text-transform: uppercase;
    padding: 1px 2px;
}
.artist-name a {
    color: #FFFFFF;
}
.artpage-block {
    position: absolute;
    top: 96px;
    left: 0;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: none;
    opacity: 1;
    z-index: -20;
}
.artistCVColumn {
    width: auto;
}
.artistCVColumn p {
    font-size: 1.25rem;
    line-height: 2rem;
}

.pre-blurb {
    font-family: 'Gill Sans', 'Gill Sans MT', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #898989;
    font-size: 1rem;
    line-height: 1.25rem;
    white-space: pre-wrap;
}

.specificExhibitionHeader {
    padding-top: 1rem;
}
.exhib-prev-icon,
.exhib-next-icon {
    margin: 5px;
    width: 20px;
    height: 20px;
    background: no-repeat;
}
.exhib-prev-icon {
    background-image: url('../images/style/prev19.svg');
}
.exhib-next-icon {
    background-image: url('../images/style/next19.svg');
}
.specificExhibitionDetails {
    width: auto;
}
.specificExhibitionThumbnail {
    width: 100%;
    height: auto;
}
.exhib19-thumb {
    position: relative;
    min-height: 210px;
    overflow: hidden;
}

.exhib19-thumb .exhib19-thumb-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 0;
}
.exhib19-thumb:hover .exhib19-thumb-overlay {
    opacity: 0.95;
}
.exhib19-thumb img {
    position:absolute;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    z-index: 0;
}
.exhib19-details {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}  
.exhib19-thumb:hover .exhib19-details {
    opacity: 1;
}

.specificExhibition h3,
.specificExhibition h2 {
    float:none;
    font-size: 1.5rem;
    width: auto;
    text-decoration: none;
    color: #FFFFFF;
}
.specificExhibition .pg-date {
    font-size: 1.1rem;
    color: #3D3D3D;
}
.specificExhibition p {
    font-size: 1.1rem;
}

.stockroomPaginationBottom,
.stockroomPagination {
    font-size: 0.8rem;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: auto;
}
.stockroomPagination {
	border-bottom: 1px solid #dadada;
}
.stockroomPaginationBottom {
	border-top: 1px solid #dadada;
}

.stockroomPagination p,
.stockroomPaginationBottom p {
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	}

.stockroomPagination a:link, .stockroomPagination a:visited, .stockroomPaginationBottom a:link, .stockroomPaginationBottom a:visited {
	color: #898989;
	}

.stockroomPagination a:hover, .stockroomPagination a:focus, .stockroomPaginationBottom a:hover, .stockroomPaginationBottom a:focus {
	color: #c2c2c2;
	}




.stockroomArtwork {
    float: none;
}
.selectedArtworkText {
    float: none;
    font-size: 1rem;
    width: auto;
}

.associatedThumbnails h4,
.aboriginalThumbnails h3,
.aboriginalThumbnails h2,
.stockroomThumbnails h3,
.stockroomThumbnails h2,
.specificExhibitionThumbnails h3,
.specificExhibitionThumbnails h2 {
    white-space: pre-line;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #FFFFFF;
}
.newsPages p {
    font-size: 0.9rem;
    text-align: center;
}

.newsindex19 h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #636363;
    width: 100%;
    color: #636363;
}
.newsindex19 .index-head {
    border-bottom: none;
    border-top: 1px solid #636363;
}
.newsindex19 h3 {
    font-size: 1rem;
    line-height: 1.1rem 
}
.newsindex19 h4 {
    font-size: 0.75rem;
    line-height: 1.25rem;
    border-top: 2px solid #dadada;
}
.newsindex19 h5 {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
}
.newsindex19 h3 a,
.newsindex19 h4 a,
.newsindex19 h5 a {
    color: #3D3D3D;
}
.newsarticle19 h2,
.newsarticle19 h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.newsarticle19 .h4,
.newsarticle19 .h5 {
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.newsarticle19 p {
    font-size: 1rem;
    line-height: 1.25rem;
}
.about h2 {
    font-size: 2em;
}
.about h4 {
    font-size: 2em;
}
.about p {
    font-size: 1.5em;
    line-height: 1.5em;
}

.contact19 h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 100%;
    margin-bottom: 1rem;
    color: #636363;
}
.contact19 p {
    font-size: 0.95rem;
    line-height: 1.75rem;
}

.associatedThumbnails h4 {
    text-transform: uppercase;
}

.aboriginalThumbnails h2 a:link,
.aboriginalThumbnails h2 a:visited,
.aboriginalThumbnails h2 a:hover,
.aboriginalThumbnails h3 a:link,
.aboriginalThumbnails h3 a:visited,
.aboriginalThumbnails h3 a:hover,
.associatedThumbnails h4 a:link,
.associatedThumbnails h4 a:visited,
.associatedThumbnails h4 a:hover,
.stockroomThumbnails h2 a:link,
.stockroomThumbnails h2 a:visited,
.stockroomThumbnails h2 a:hover,
.stockroomThumbnails h3 a:link,
.stockroomThumbnails h3 a:visited,
.stockroomThumbnails h3 a:hover,
.specificExhibitionThumbnails h2 a:link,
.specificExhibitionThumbnails h2 a:visited,
.specificExhibitionThumbnails h2 a:hover, 
.specificExhibitionThumbnails h3 a:link,
.specificExhibitionThumbnails h3 a:visited,
.specificExhibitionThumbnails h3 a:hover {
    color: #FFFFFF;
}

.stockroomThumbnails a h2:hover,
.stockroomThumbnails a h3:hover,
.specificExhibitionThumbnails a h2:hover,
.specificExhibitionThumbnails a h3:hover,
.associatedThumbnails a h4:hover,
.aboriginalThumbnails a h2:hover,
.aboriginalThumbnails a h3:hover {
    color: #FFFFFF;
    text-decoration: underline;
}


#leftContactPageColumn {
    float: none;
}
#rightContactPageColumn {
    float: none;
}

label {
    color: #707070;
    font-size: 1rem;
    line-height: rem;
    text-transform: uppercase;
}
.form-check {
    line-height: 1.75rem;
}
.form-check-input {
    font-size: 2rem;
}

.footer19 {
    text-transform: uppercase;
    font-size: 0.95rem;
    line-height: 2rem;
    background: #FFFFFF;
    border-top: 2px solid #CCCCCC;
    color: #555555;
}
.footer19 a {
    color: #555555;
}

.foot-h3 {
    font-size: 1.25rem;
    color: #555555;
    padding: 1.5em 0;
}
.foot-h3 a:hover {
    text-decoration: none;
}
.foot-copy-l,
.foot-copy-r {
    font-size: 0.9rem;
    text-align: center;
}
.foot-copy-l {
    color: #000000;
}    
.foot-copy-l a {
    color: #555555;
}

@media (min-width: 374px) and (max-width: 575.98px) {
    .head-logo {
	width: 280px;
    }
}

@media (min-width: 768px) {
    .carousel-item {
	height: calc(100vw * 0.4);
    }
    .carousel-item img {
	height: calc(100vw * 0.4);
    }    
    .head-logo {
	width: 420px;
	padding-top: 0;
    }
    .offcanvas-collapse {
	left: -50%;
	width: 50%;
    }
    .pg-title {
	font-size: 2.25rem !important;
    }
    .xslash {
	display: inline;
    }

    .artist-col {
	background: rgba(0, 0, 0, 0.1);
    }
    .artist-name {
	padding: 1px 2px;
	text-decoration: none;
    }
    .artist-name:hover {
	background-blend-mode: difference;
	background: rgba(0, 0, 0, 0.15);
    }
    .artist-name a {
	color: #555555;
    }
    .artist-name a:hover {
	color: #FFFFFF;
	text-decoration: none;
    }
    .exhib-prev-icon,
    .exhib-next-icon {
	margin: 5px 15px;
	width: 30px;
	height: 30px;
    }
    
    .stockroomPaginationBottom,
    .stockroomPagination {
	font-size: 1rem;
    }
    .newsarticle19 .h4,
    .newsarticle19 .h5 {
	font-size: 1rem;
    }
    .contact19 p {
	font-size: 1.2rem;
    }
    .foot-copy-l {
	text-align: left;
    }
    .foot-copy-r {
	text-align: right;
	padding-right: 2rem;
    }
    .no-gutters:nth-child(even) .swaporder {
	order: 1;
    }
}

@media (min-width: 768px) {
    .exhib19-thumb {
	min-height: 200px;
    }

}

@media (min-width: 992px) {
    .offcanvas-collapse {
	left: -25%;
	width: 25%;
    }
    .exhib19-thumb {
	min-height: 325px;
    }

}

@media (min-width: 1450px) {  
    .exhib19-thumb {
	min-height: 400px;
    }    
}
