#body {
  min-height: 100%;
  margin-bottom: 36px;
  background: url(../background-body.jpg) #ffffff;
  background-size: 1769px 20px;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;
}

.homecarupad {
	padding-top: 175px;
}
.hometagline {
}

@media screen and (max-width: 1200px) {
#body {
  background-size: 1491px 20px;
}
.homecarupad {
	padding-top: 145px;
}
}

@media screen and (max-width: 992px) {
#body {
  background-size: 1116px 20px;
}
.homecarupad {
	padding-top: 110px;
}
}

@media screen and (max-width: 768px) {
#body {
  background-size: 838px 20px;
}
.homecarupad {
	padding-top: 65px;
}
.hometagline {
	font-size: 80%;
    font-weight: 400;
}
}

.menus {
	padding-left: 0rem;
	padding-right: 0rem;
}

#navbarMenu {
	background-color: #917658;
}

.main-header {
	position: relative;
	display: -ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	-ms-flex-align: center; align-items: center;
	-ms-flex-pack: justify; justify-content: space-between;
	padding: .5rem 0rem;
	background-color: black;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.25rem;
	width: 100%;
}

.contacts-raise {
	margin-bottom: 0px;
	margin-top: 0px;
}
	
@media (max-width: 575.98px) {
	#navbarMenu{
		background-color: transparent;
		padding-right: 12px;
		margin-top: 4px;
	}
	#main-menu-bar {
		margin-top: -42.75px;
		width: 220px;
		margin-right: 0;
	}
	#navbarMenuPills {
		height: 160px;
	}
	.main-header {
		border-bottom: solid 5px #917658;
	}
	.contacts-raise {
		margin-bottom: 30px;
		margin-top: -0.5rem;
	}
}

#navbarButton {
	border: 0px;
	margin-right: 12px;
    background-color: #917658;
    border-radius: 1.5rem 1.5rem 0 0 !important;
}

#navbarButton:focus {
	outline: 0px auto -webkit-focus-ring-color !important;
}

#navbarButton.collapsed > .navbar-toggler-icon {
    transform: rotate(0deg);
}

#navbarButton > .navbar-toggler-icon {
    transform: rotate(-90deg) scale(0.1,1.25);
}

.navbar-corner-left, .navbar-corner-right, .navbar-button-corner-left, .navbar-button-corner-right {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    position: absolute;
}

.navbar-corner-left, .navbar-corner-right {
    margin-bottom: -1rem;
    position: relative;
}

.navbar-corner-right {
    left: 139.8px;
    bottom: 160px;
}

.navbar-button-corner-left, .navbar-button-corner-right {
    margin-top: 22px;
    top: 0;
}

.navbar-corner-left, .navbar-button-corner-left {
    margin-left: -1rem;
}

.navbar-corner-right, .navbar-button-corner-right {
    margin-right: -4px;
    right: 0;
}

.navbar-corner-left::before, .navbar-corner-right::before, .navbar-button-corner-left::before, .navbar-button-corner-right::before {
    position: absolute;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 0 10px #917658;
    content: '';
}

.navbar-corner-left::before, .navbar-corner-right::before {
    margin-bottom: -1rem;
}

.navbar-button-corner-left::before, .navbar-button-corner-right::before {
    margin-top: -1rem;
}

.navbar-corner-right::before, .navbar-button-corner-right::before {
    margin-right: -1rem;
}

.navbar-corner-left::before, .navbar-button-corner-left::before {
    margin-left: -1rem;
}

.brandlogo {
	display: inline-block;
	width: 30vw;
	max-width: 285px;
	min-width: 160px;
	height: calc(30vw / 2.5);
	max-height: 114px;
	min-height: 64px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.facebooklogo {
	display: inline-block;
}

.brandlogo path, .facebooklogo path {
	transition: fill .15s ease-in-out;
	fill: #ffffff !important;
}

.brandlogo:hover path, .facebooklogo:hover path {
	fill: #ccc1af !important;
}

.headspacer, .headspacer2, .headspacer3 {
	display: inline-block;
	height: calc(30vw / 2.5);
	max-height: 114px;
	min-height: 64px;
	margin-top: 8px;
	margin-bottom: 13px;
}

.headspacer2 {
	margin-bottom: 75px !important;
}

.headspacer3 {
	margin-bottom: 51px !important;
}

div.headlinkimg {
	display: inline-block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	transition: background-color .15s ease-in-out;
}

div.headlinkimg:hover {
	background-color: #ccc1af;
	cursor: pointer;
}

a.headlinktxt {
	color: white;
	transition: color .15s ease-in-out;
}

a.headlinktxt:hover {
	color: #ccc1af !important;
	text-decoration: none;
}

a.menulink {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	height: 40px;
	line-height: 0.85;
	padding: 0rem !important;
	border-radius: 0px !important;
}

a.menulink > div {
	padding-top: 9px;
	padding-bottom: 0.75rem;
	text-shadow: 0px 0px 2px black, 0px 2px 10px black;
	transition: all .15s ease-in-out;
	transition-property: text-shadow, color;
}

a.menulink:hover {
	color: #ccc1af;
}

a.menulink:hover > div {
	text-shadow: 0px 0px 3px black;
}

@media (max-width: 575.98px) {
	a.menulink > div {
		text-shadow: none;
		transition-property: color;
	}
	a.menulink:hover > div {
		text-shadow: none;
	}
	.headspacer2 {
		margin-bottom: 37px !important;
	}
	.headspacer3 {
		margin-bottom: 16px !important;
	}
}

.navbar-dark .navbar-toggler-icon {
	background: url(../collapsetoggle.svg);
}

.breadcrumb {
	padding: 0rem 1rem 0rem 1rem;
	margin-bottom: 0.1rem;
	border-radius: 0rem;
	font-size: 0.85rem;
	background-color: transparent;
}

a.breadcrumblink {
	color: inherit;
}

.pagecontent {
	background: url(../page-top.jpg) top #ffffff;
	background-repeat: repeat-x;
	color: #917658;
	padding-bottom: 300px !important;
}

.pagetitle {
	font-size: 2.5rem;
    font-weight: 350;
    line-height: 1.2;
	margin-top: -0.5rem;
	margin-top: 0rem;
}

.subtitle{
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem !important;
	font-weight: 600 !important;
}

.exhibpic {
	color: white;
	background-color: red;
	text-align: center;
	background-repeat: no-repeat !important;
	border-radius: 1.5rem;
	padding: .25rem !important;
}

.jopic {
	margin: 0.5rem 0rem 0rem 1rem;
	float: right;
	border-radius: 1.5rem;
}

@media (max-width: 575.98px) {
	.jopic {
		width: 43%;
	}
}

.footerimage {
	background: url(../background-footer.jpg) bottom #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 302px;
}

.footertable {
	margin-top: -3rem;
	margin-right: 10%;
}

@media screen and (max-width: 1200px) {
.footertable {
	margin-right: 8%;
}
}

@media screen and (max-width: 992px) {
.footertable {
	margin-right: 6%;
}
}

@media screen and (max-width: 768px) {
.footertable {
	margin-right: 4%;
}
}

@media (max-width: 575.98px) {
.footertable {
	margin-right: 2%;
}
}

#mainmenu-art > div > nav > div > div > div > a#artwork,
#mainmenu-inf > div > nav > div > div > div > a#info,
#mainmenu-exh > div > nav > div > div > div > a#exhibits,
#mainmenu-vis > div > nav > div > div > div > a#visitors {
	background-image: linear-gradient(rgba(145,118,88,0), rgba(145,118,88,0), rgba(204,193,175,0.12), rgba(204,193,175,0.4), rgba(255,255,255,0.5), rgba(255,255,255,1));
}

#mainmenu-art > div > nav > div > div > div > a#artwork > div,
#mainmenu-inf > div > nav > div > div > div > a#info > div,
#mainmenu-exh > div > nav > div > div > div > a#exhibits > div,
#mainmenu-vis > div > nav > div > div > div > a#visitors > div {
	text-shadow: none;
	color: #222 !important;
}

#mainmenu-art > div > nav > div > div > div > a:hover#artwork > div,
#mainmenu-inf > div > nav > div > div > div > a:hover#info > div,
#mainmenu-exh > div > nav > div > div > div > a:hover#exhibits > div,
#mainmenu-vis > div > nav > div > div > div > a:hover#visitors > div {
	text-shadow: 0px 2px 10px white;
	color: #454545 !important;
}

.csleft, .csright {
	background-color: #917658;
	width: 1rem;
	height: 100%;
}

.csleft {
	border-radius: 0rem 0rem 1rem 0rem;
	float: left;
}

.csright {
	border-radius: 0rem 0rem 0rem 1rem;
	float: right;
}

@media (max-width: 575.98px) {
	.csleft, .csright  {
		background: none;
		top: 0;
	}
	#mainmenu-art > div > nav > div > div > div > a#artwork,
	#mainmenu-inf > div > nav > div > div > div > a#info,
	#mainmenu-exh > div > nav > div > div > div > a#exhibits,
	#mainmenu-vis > div > nav > div > div > div > a#visitors {
	    height: 40px;
		background: linear-gradient(to right, rgba(145,118,88,0), rgba(145,118,88,0), rgba(204,193,175,0.12), rgba(204,193,175,0.4), rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(204,193,175,0.4), rgba(204,193,175,0.12), rgba(145,118,88,0), rgba(145,118,88,0));
	}	
}

.exhibindent {
	padding-left: 3em; text-indent: -3em;
}

.visitorscomment{
	margin-top: 2rem;
	margin-bottom: 0rem;
	font-size: 1.6rem;
	font-weight: normal;
    font-style: italic;
    font-family: 'Indie Flower', cursive;
	line-height: 1.4;
}

.visitorscredit {
    font-style: italic;	
}

.visbookdiv {
	height: 1.5rem;
	background: url(../visbook-divider.png) bottom center;
	background-repeat: no-repeat;	
}

@media screen and (max-width: 768px) {
.visitorscomment{
	font-size: 1.3rem;
}

.visitorscredit {
    font-size: 80%;
    font-weight: 400;	
}

.visbookdiv {
	height: 1.5rem;
	background: url(../visbook-divider.png) bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
}

.myBtnCol {
	color: #917658;
    border-color: #917658;
}

.myBtnCol:hover {
	color: white;
    border-color: #917658;
	background-color: #917658;
}

.artworkBar {
	color: white;
    background-color: #ccc1af;
    background-repeat: no-repeat !important;
	background-size: auto 200px !important;
    border-radius: 1.5rem;
	height: 200px;
	margin-top: 2rem;
    margin-bottom: 3rem;
	overflow: hidden;
}

.artworkBarTab {
	color: white;
	font-weight: 600;
    background-color: #917658;
    border-radius: 1.5rem;
	padding-left: 2.5rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    margin-top: -1.35rem;
    margin-left: -1.5rem;
    width: 10rem;
	box-shadow: 0 .25rem 1rem rgba(0,0,0,.5)!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out;
	float: left;
    position: relative;
    z-index: 3;
}

.artworkBarOverlay {
	height: 100%;
    width: 100%;
    background-color: #ccc1af;
    opacity: 0;
}

.artworkBarLink {
	color: white;
}

a.artworkBarLink:hover {
	color: white;
	text-decoration: none;
}

a.artworkBarLink:hover > div > .artworkBarTab, a.artworkBarLink:active > div > .artworkBarTab {
	color: black;
    background-color: #ccc1af;
	text-decoration: none;
}

a.artworkBarLink:hover > div > .artworkBarOverlay, a.artworkBarLink:active > div > .artworkBarOverlay {
	opacity: 0.33;
}

.artsidemenu {
	height: 100%;
	color: white;
	font-weight: 600;
	text-align: center;
	background-color: #ccc1af;
	background-repeat: no-repeat !important;
	border-radius: 1.5rem;
	padding: 1rem 0rem 2rem 0rem !important;
}

a.artmenulink {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0rem !important;
	border-radius: 0px !important;
}

a.artmenulink:hover {
	color: #917658;
}

.artmenulinkbuffertop, .artmenulinkbufferbot {
	background-color: #ccc1af;
	width: 100%;
	height: 1.5rem;
}

.artmenulinkbuffertop {
	border-radius: 0rem 0rem 0rem 1.5rem;
}

.artmenulinkbufferbot {
	border-radius: 1.5rem 0rem 0rem 0rem;
}

a.dropdown-item {
	color: white;
	background-color: transparent;
}

a.dropdown-item:hover {
	color: #917658;
	background-color: transparent;
}

.dropdown-corner {
    width: 1rem;
    height: 1rem;
    margin-top: -1rem;
    margin-left: 20px;
    float: left;
	overflow: hidden;
    position: relative;
}

.dropdown-corner::before {
    position: absolute;
    left: -1rem;
    margin-left: 0;
    margin-top: -1rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 0 10px #ccc1af;
    content: '';
}

div.nav-item.dropdown {
	border-radius: 1.5rem !important;
	color: white !important;
}

div.nav-item.dropdown.show {
	 border-radius: 1.5rem 1.5rem 0rem 0rem !important;
	 color: #917658 !important;
}

#arttopmenu-all > div > div > nav > div > div > a#allwrk1, 
#arttopmenu-wom > div > div > nav > div > div > a#woman1, 
#arttopmenu-nfm > div > div > nav > div > div > a#natfm1, 
#arttopmenu-mnd > div > div > nav > div > div > a#mind1, 
#arttopmenu-abs > div > div > nav > div > div > a#abstr1, 
#arttopmenu-str > div > div > nav > div > div > a#stero1, 
#arttopmenu-msc > div > div > nav > div > div > a#misc1 {
	background: linear-gradient(to right, rgba(145,118,88,0), rgba(255,255,255,0.125), rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255,255,255,0.125), rgba(145,118,88,0));
	color: #917658;
}

#arttopmenu-all > div > div > nav > div > div > a:hover#allwrk1, 
#arttopmenu-wom > div > div > nav > div > div > a:hover#woman1, 
#arttopmenu-nfm > div > div > nav > div > div > a:hover#natfm1, 
#arttopmenu-mnd > div > div > nav > div > div > a:hover#mind1, 
#arttopmenu-abs > div > div > nav > div > div > a:hover#abstr1, 
#arttopmenu-str > div > div > nav > div > div > a:hover#stero1, 
#arttopmenu-msc > div > div > nav > div > div > a:hover#misc1 {
	color: #454545;
}

#artsidemenu-all > div > nav > a#allwrk2, 
#artsidemenu-wom > div > nav > a#woman2, 
#artsidemenu-nfm > div > nav > a#natfm2, 
#artsidemenu-mnd > div > nav > a#mind2, 
#artsidemenu-abs > div > nav > a#abstr2, 
#artsidemenu-str > div > nav > a#stero2, 
#artsidemenu-msc > div > nav > a#misc2 {
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255,255,255,0.125), rgba(145,118,88,0));
	color: #917658;
}

#artsidemenu-all > div > nav > a:hover#allwrk2, 
#artsidemenu-wom > div > nav > a:hover#woman2, 
#artsidemenu-nfm > div > nav > a:hover#natfm2, 
#artsidemenu-mnd > div > nav > a:hover#mind2, 
#artsidemenu-abs > div > nav > a:hover#abstr2, 
#artsidemenu-str > div > nav > a:hover#stero2, 
#artsidemenu-msc > div > nav > a:hover#misc2 {
	color: #454545;
}


@media screen and (max-width: 768px) {
.artworkBar {
	height: 135px;
	background-size: auto 135px !important;
}
}

.artsubsection {
	color: white;
	text-align: center;
	width: 100%;
	background-color: #ccc1af;
    border-radius: 1.5rem;
	overflow: hidden;
}

.artsubsection > a, .artsubsection > a:hover {
	color: white;
	text-decoration: none;
}

.artsubsection > a:hover > div, .artsubsection > a:active > div {
	opacity: 1 !important;
}

.artsubsection > a:hover > img, .artsubsection > a:active > img {
	opacity: 0.66;
}

.artsubsection > a > img {
	width: 100%;
	border-radius: 1.5rem 1.5rem 0rem 0rem;
}

.artsubsection > a > p {
    background-color: #917658;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0rem;
	width: 100%;
	font-weight: 600;
	border-radius: 0rem 0rem 1.5rem 1.5rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.artsubsection > a:hover > p, .artsubsection > a:active > p {
	color: black;
    background-color: #ccc1af;
}

.comingSoon {
	background-color: rgba(229,217,197,0.75);
    width: 100px;
    height: 100px;
	color: black;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-top: -45px;
    margin-left: -45px;
    padding-top: 67px;
    font-size: 70%;
    font-weight: Bold;
    line-height: 1.1;
    margin-bottom: -55px;
    position: relative;
    z-index: 1;
	box-shadow: 0px 0px 2px black, 0px 0px 10px grey;
}

.comingSoon + a:hover > p, .comingSoon + a:active > p{
	color: white !important;
	font-weight: 600 !important;
    background-color: #917658 !important;
}

.comingSoon + a:hover > img, .comingSoon + a:active > img {
	opacity: 1 !important;
}

.comingSoon + a:hover, .comingSoon + a:active {
	opacity: 1 !important;
	pointer-events: none !important;
	cursor: default !important;
}

#carousel-custom {
    margin: 0px auto;
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 0.5rem -2px 0 -2px;
    position: static;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#carousel-custom .carousel-indicators li {
    background-color: #ccc1af;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	border: 0px;
    display: inline-block;
    height: auto;
    margin: 2px !important;
	width: 133.837px;
}

@media screen and (max-width: 1200px) {
#carousel-custom .carousel-indicators li {
	width: 134.4px;
}
}

@media screen and (max-width: 767px) {
#carousel-custom .carousel-indicators li {
	width: 124px;
}
}

@media (max-width: 575.98px) {
#carousel-custom .carousel-indicators li {
	width: calc(33.333333333333333% - 4px);
}
#carousel-custom .carousel-indicators {
	width: calc(100% + 4px);
}
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
	width: 100%;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 1;
}

#carousel-custom .carousel-outer {
    position: relative;	
}

#carousel-custom .carousel-caption {
    position: static !important;
	padding: 0.25rem 0.5rem !important;
	margin-top: 0.5rem;
	color: #917658;
    border: solid 2px #ccc1af;
	width: 100%;
	text-align: left;
    z-index: 4;
}

.carousel-control-prev, .carousel-control-next {
    height: 82.5%;
    bottom: unset !important;
}

.carousel-control-prev-icon {
	background-image: url(../chevron-left.svg) !important;
}

.carousel-control-next-icon {
	background-image: url(../chevron-right.svg) !important;
}

.piecetitle {
	margin-bottom: 0.15rem;
    font-size: 1rem !important;
    font-weight: 600;
}

.landscape {
	display: block;
	width: 100%;
}

.landscape > img {
	display: block;
	width: 100%;
}

.fixedHeight412-portrait, .fixedHeight412-square, .fixedHeight412-square2, .fixedHeight412-square3, .fixedHeight412-landscape {
	display: block;
	width: 100%;
	height: 412px;
	overflow: hidden;
	position: relative;
}

.fixedHeight412-portrait > img, .fixedHeight412-square > img, .fixedHeight412-square2 > img, .fixedHeight412-square3 > img, .fixedHeight412-landscape > img {
	display: block;
	position: absolute;
	margin: auto;
	height: 100%;
	left: -600px;
	right: -600px;
}

@media screen and (max-width: 767px) {
.fixedHeight412-square2  {
	height: 396px;
}
.fixedHeight412-square3  {
	height: 380px;
}
.fixedHeight412-landscape > img {
	height: 340px;
	top: 0px;
	bottom: 0px;
}
}

@media (max-width: 575.98px) {
.fixedHeight412-square  {
	height: 300px;
}
.fixedHeight412-square2  {
	height: 286px;
}
.fixedHeight412-square3  {
	height: 274px;
}
.fixedHeight412-landscape > img {
	width: 130%;
	height: unset;
	top: 0px;
	bottom: 0px;
}
}

.infoField {
	padding: 0 0.25rem 0 0 !important;
}

a.priceOnEnquiry {
	color: #917658;
}

a.priceOnEnquiry > img {
	height: 14px;
    padding-left: 4px;
    padding-bottom: 3px;
}

a.priceOnEnquiry:hover {
	color: #ccc1af;
}

a.priceOnEnquiry:hover > img {
	text-decoration: none;
	filter: brightness(158%) saturate(32%);
}

a.aboutLinkBar {
	width: 100%;
	margin-top: 1rem;
	padding: 0.25rem 0.5rem;
	background-color: #ccc1af;
	color: white;
	font-size: 1rem;
	font-weight: Bold;
	
}

a.aboutLinkBar:hover {
	color: white;
}

.aboutLinkBarLeft, .aboutLinkBarRight {
	display: inline-block;
	width: 50%;
}
.aboutLinkBarLeft {
	letter-spacing: 0.5px;
}

.aboutLinkBarRight {
	text-align: right;
	font-size: 80%;
	font-weight: normal;
}
