html,
body {height: 100%;}

body {
    padding-top: 50px; 
	font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 200;
	color:#333333;
}

section {margin: 20px 0 20px 0;}

.sectionLine {border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.hometext {text-align: left; font-size: 18px; font-weight: 200;}

/* Navigation */
.badge {background-color: #8498af; font-size: 12px;}
.navbar-default {background-color: #ffffff; background: rgba(255, 255, 255, .85);border:none; font-size:13px; font-weight: 400; text-transform:uppercase;}
.navbar-default .navbar-nav>li>a{color:#5b5b5b;}
.navbar-default .navbar-nav>li>a:hover {color: #000; background:none;}
.navbar-default .navbar-nav>.active>a {color: #000; background: none;} 
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #000; background: none;}
.logo.center-block {
    margin-left: auto;
    margin-right: auto;
    height:auto;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-nav > li > a {
  margin-bottom: -5px;
}
.navbar .navbar-collapse {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Cormorant Garamond', serif; color: #333333}
.visible-xs h1 {margin-top:10px; padding-left: 10px; font-size: 26px; text-transform: uppercase;}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h2.home {text-transform: uppercase; color: #000; margin: 20px auto 10px auto; font-size: 20px; text-align: center;}
h3 {font-size: 18px;}
.Title {font-size: 24px; font-weight: 300; color: #333333}
.artworktitle {font-size: 16px; font-weight: 400;}
.SubTitle {font-size: 18px; font-weight: 300; color: #666;} 


/* Artist Pagination */
.pagination {margin:0 auto;}
.pagination>li>a {color:#849cb4; font-size: 12px;}
.pagination>li>a:hover {color:#849cb4;}

/* Home Page Carousel */
.carousel-inner>.item>img, .carousel-inner>.item>a>img {max-height:500px; height:500px;}
header.carousel {height: 50%;}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption h2 {font-size:18px;color: #fff;}
/* Slide Show */
.carousel-control {color: #e5e5e5;}
.carousel-control:hover {color: #ccc;}
.carousel-control.left, .carousel-control.right {background: none;}

/* Typography */
a {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color: #849cb4;}
a.MAHome {color:#000000;font-weight:300; text-decoration:none;}
a.MAHome:hover {color:#849cb4;font-weight:bold; text-decoration:underline;}

.MAPageTitle {font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: #666666;}
.page-header {font-size:15px; font-weight: 700; border-bottom:0px; text-transform: uppercase; margin: 40px 0 10px;}

.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-size: 13px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: rgba(247,143,30,.8);
	border-color: #f78f1e;
	font-size:13px;
}

/* Images */
.ArtworkImage img {max-height: 600px; width: auto;}
.ArtworkImage .detailpic {max-height: 200px; width: auto;}
.img-portfolio {margin-bottom: 30px;}
.img-hover:hover {opacity: 0.8;}
.portfolio-content img {
    position: relative; /* allows repositioning */
    left: 50%; /* move the whole width of the image to the right */
    transform: translate(-50%,0);
}    
.ArtworkInfo .thumbnail img {max-height: 300px;}
.image-artist {
    display: block;
	text-indent: -1000px; /* hide link text */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 250px;
    float: left;
}

.image-news {
    display: block;
	text-indent: -1000px; /* hide link text */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 350px;
    float: left;
}

.image {
    display: block;
	text-indent: -1000px; /* hide link text */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 250px;
    float: left;
}
.ArtistHolder, .NewsHolder {margin-bottom: 20px;}


/* Footer Styles */
footer {
    margin: 100px 0 50px 0;
    padding: 20px 0 20px 0;
    background: #8498af;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #ffffff;
}
.social{margin-top: 10px;}

@media screen and (max-width: 768px) {
  .logo.center-block {float: right;}
  .navbar .nav {padding-left: 0;}
  .logo {width:80%;padding-top:10px;}
  .ArtworkInfo .thumbnail img {max-height: 202px;}
}

@media (min-width: 768px) {
    .logo {text-align: center;}
}   

@media (min-width: 900px) {
    .logo img {padding:10px 10px 10px 0; }  
}
/* Responsive Styles */
@media(max-width:1200px) {
	.image {height: 170px;}
	.image-artist {height: 250px;}
	.image-news {height:290px;}
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .portfolio-content {
    	width: 100%; 
    	max-height: 450px;
    	margin-bottom:20px;}
	.image, .image-artist {height: 300px;}
	.ArtworkInfo .thumbnail img {max-height: 202px;} 
}


@media(max-width:767px) {
    .logo {text-align: center;}
    .logo-sm img {max-width: 275px;padding:10px 0 10px 0;}
    .img-portfolio {margin-bottom: 15px;}
    .hometext {text-align: center;}
	.image, .image-artist, .image-news {height: 400px;}
	.ArtistHolder, .NewsHolder {margin-bottom: 20px;}
    header.carousel .carousel {height: 70%;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {max-height:400px; height:400px;}
}
@media(max-width:700px) {
   .image {height: 250px;}
   .ArtworkInfo .thumbnail img {max-height: 120px;} 
}
@media(max-width:450px) {
   .image {height: 150px;}
	.ArtistHolder, .NewsHolder {margin-bottom: 20px;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {height:300px;}
}

::-moz-selection {
  text-shadow: none;
  background: #8498af;
  background: rgba(132, 152, 175, 0.5);
}
::selection {
  text-shadow: none;
  background: #8498af;
  background: rgba(132, 152, 175, 0.5);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(132, 152, 175, 0.5);
}

/*whitneymodern.com start */
    .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;
    }
    .wmFooter .text-right {
        text-align: end;
    }
    .wmFooter div {
        width: 50%;
    }
    @media (max-width: 333px) {
        .logo-sm img {
            max-width: 256px;
        }
    }
    /*whitneymodern.com End */