body { font-family: "Futura", "Avenir", "Helvetica Neue", Arial, sans-serif; 
font-size: 16px; /* Increased for better readability */ 
color: #222222; line-height: 1.5; /* Improves text readability */ }

/* Ensure the header container is a flexbox */
.header-container {
    display: flex;
    align-items: center;  /* Align items vertically */
    justify-content: space-between;  /* Spread out logo and menu */
    padding: 10px 20px;  /* Adjust as needed */
}

/* Adjust the logo */
.logo {
    max-height: 60px;  /* Ensure the logo size remains consistent */
    display: flex;
    align-items: center;
    margin-bottom: -10px;  /* Move logo slightly lower */
}

/* Adjust the menu */
.menu {
    display: flex;
    align-items: center;
    line-height: 1.8;  /* Adjust text alignment */
}




/* structure */
.content {
}

/* typography */
.logo {
	color:#000000;
}

h1,h2,h3,h4,h5 {
	color:#000000;
}

h1 {font-size: 20px; text-transform: uppercase;}

h2 {font-size: 20px;}
h6 {font-size: 14px;}

.MAPageTitle {
	font-size: 16px;
	color:#000000;
}

.MANewPar {
	color:#000000;
}

hr {border-top: 0px solid #000;}

.thumbnail .caption {}


/*--- Artwork Detail Info ---*/
.artworktitle {font-weight:400; font-style:italic;}
.artworkmedia {font-style:normal;}
	

/*--- Exhibits ---*/
.UpcomingPast {
	font-weight:normal;
	}
.Title {
	font-size:13px; 
	font-weight:bold;
 	font-style:none;
	text-transform:uppercase; 
	color: #999999;
	}
.SubTitle {
	font-size:13px; 
	font-weight:bold;
 	font-style:normal;
	text-transform:uppercase; 
	color: #666666;
	}
.ExhibitDate {
	font-size:11px; 
	font-weight:normal; 
	}

.Date {
	font-size:11px; 
	font-weight:normal; 
	text-transform: uppercase;
	color: #696969;
	}

/*--- Artist Detail Layout 4 ---*/
.ArtistFeaturedInfo {
	background-color: #e9e9e9;
	padding:10px;
	font-size:13px; 
	}
.MAFooter {
	font-size:11px; 
	font-weight:normal; 
	}
div.MAPageTitle {
	font-size:20px; 
	font-weight:bold; 
	}
div.MANewPar {
	font-size:16px;
	font-style: normal;

	}
	




/* Slide Show */
.carousel-control.right, .carousel-control.left {background:transparent;}
p.slideshow-caption {text-align: center; margin-top:10px;}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

/* Navigation */
.navbar {border-radius: 0px;}
.navbar-default	{
	background-color: transparent;
	border: transparent;
	font-size: 20px;
	}
.navbar-default .navbar-nav>li>a {color: #000000; font-weight: normal;}	
.navbar-default .navbar-nav>li>a:hover {color: #000000; font-weight: bold;}	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {color: #000; font-weight: bold; background: transparent;}
.navbar-default .navbar-nav>.active>a:hover{color: #999999; font-weight: bold; background: transparent;}	
.navbar-right {margin-top: 0;}

@media (max-width: 767px) {	
	.navbar-right {margin-top: 5px !important;}
	.logo img {max-height:75px; max-width:200px; }		   
}

@media (min-width: 768px) {
	
}

@media (min-width: 900px) {
	.container{min-width:940px;}
	.logo img {max-height:125px; width:auto; margin-top: 20px;}	
	.navbar-right {margin-top: 50px;}
}

/* Links */

a {
color: #ea3838;
text-decoration: none;}

a:hover{
color: #1b1b1b;
text-decoration: underline;}

footer a {color: #222222;}
footer a:hover {color: #1b1b1b;}

.footerLink {color: #666666; text-transform: uppercase; font-size: 11px;}

a.ArtistsMainImages {
	color: #000000;
	text-decoration: none;
}
a.ArtistsMainImages:hover {
	color: #999999;
	text-decoration: none;
}

.UpcomingPast a {font-size: 14px;}

/* Images */
.frame {border:0px;}
.social {padding-top:6px;}
.social img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */}
.social img:hover {
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */}	

.thumbnail {	
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: transparent;
	border: 0px;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}


/* Footer */
footer {
	font-size: 11px;
	background: rgb(255, 255, 255);
	line-height: 19px;
	padding: 0px 0 20px;
	color: #222222;
	margin-top:20px;
}

.footertext{
}

.form-group img {background: #fff;}

.simple-subscribe{background: rgba(255,255,255,0.07);border-radius: 4px; padding: 10px;}


.SearchForm {
	border:1px solid #d9d9d9;
	background:rgba(255,255,255,0.03);
	border-radius: 4px;
	padding:10px;
}
	
.ContactUs {
	border:1px solid #d9d9d9;
	background:rgba(255,255,255,0.03);
	border-radius: 4px;
	padding:10px;
}	

.privateLogin {border-color: rgb(34, 34, 34);}

.col-centered {
display: inline-block;
float: none;
/* reset the text-align */
text-align: left;
/* inline-block space fix */
margin-right: -4px;
} 

.text-margin {
	margin:10px 0;
}

.hardrule{
	margin:5px 0 10px 0;
}



.nomargin-bottom {
	margin-bottom: 0;
}

/* rosenbach BS5 CSS */
    .has-error .help-block,.has-error .control-label {
        color: #a94442;
    }
    .has-error .form-control {
        border-color: #a94442;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }
    .has-success .form-control {
        border-color: #3c763d;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }
    .has-success .control-label,.has-success .help-block {
        color: #3c763d;
    }
    .bsStickyOrderSummary{
        position:fixed;
    }