/***************************/
/* general element classes */
/***************************/

h1, h2 {
	text-align: center;
	padding-bottom: 15px;
}

h1 {
	font-size:5vw;
}

@media screen and (min-width: 770px) {
  h1 {
     font-size: 37px;
  }
}

h2 {
	font-size:2.5vw;
}

@media screen and (min-width: 1200px) {
  h2 {
     font-size: 30px;
  }
}

@media screen and (max-width: 770px) {
  h2 {
     font-size: 23px;
  }
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

body {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/*body {
  padding-top: 70px;
  background-color: #CAF5EF;
  padding: 1px 5%;
}*/


/***************************/
/* site-wide class styling */
/***************************/
	
.navbar {
	background-color: #CAF5EF;
	color: #999999;
	padding-left: 8%;
	padding-top: 10px;
	padding-bottom: 6px;
}

.nav>li>a:hover {
	background-color: initial;
}

.content {
	padding-top: 70px;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 4%;
	background-color: #CAF5EF;
	width: 100%;
}

.container {
	background-color: white;
	z-index: 1000;
	margin: auto 0;
	width: 100%;
}

.display-none {
	display: none;
}

.title-text .row {
	color: #666666;
	text-align: center;	
	padding-bottom: 30px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}

.main-image.row {
	margin-bottom: 50px;
}

.row {
	vertical-align: middle;
}

.btn {
	background-color: #CAF5EF;
	color: #000000;
}

.cart-quantity {
	margin-bottom: 7px;
	max-width: 100px
}


#comparison-count {
	position: absolute;
	padding: 3px;
	border-radius: 15px;
	border: 1px solid #999999;
	background-color: white;
	color: #999999;
	font-size:11px;
	line-height: 80%;
}

@media screen and (min-width: 768px) {
	#comparison-count {
		margin-top: -40px;
		margin-left: 30px;
	}
	.cart-img {
		margin-top: 5px;
	}
	
}

@media screen and (max-width: 767px) {
	#comparison-count {
		margin-top: -40px;
		margin-left: 190px;
	}
	.cart-img {
		margin-top: -45px;
		margin-left: 160px;
	}
}

/**********/
/* FOOTER */
/**********/

.footer.container {
	background-color: #444444;
	width: 100%;
	padding-bottom: 17px;
}

.footer img {
	height: 23px;
	margin-left: -2px;
	margin-top: 5px;
}

.footer .text a {
	color: white;
	font-size: 12px;
}

.footer-heading {
	color: white;
	font-size: 14px;
	padding-bottom: 8px;
}

.footer.row {
	margin-top: 20px;
	margin-left: 8%;
}

.footer .last {
	padding-bottom: 25px;
}

/****************************/
/* page-level class styling */
/****************************/

/*************/
/* HOME PAGE */
/*************/

.home img {
	width: 70%;
	margin: 0 auto;
}

/****************/
/* GALLERY PAGE */
/****************/

.gallery-row img {
	display: block;
	margin: 15% auto;
  	max-width: 100%;
}

.gallery-row.row {
	margin: auto 5%;
}

.sl-caption {
	text-align: center;
	font-size: 12px!important;
 	background: rgba(0, 0, 0, 0)!important;
 	width: 100%!important;
}

.sl-caption button, .sl-caption a {
	font-size: 12px!important;
	color: white;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	margin-top: 2px!important;
	padding: 2px 6px!important;
	border: 2px solid white!important;
	background: none;
}

@media screen and (max-width: 767px) {
	.sl-image, .sl-image img {
		max-height: 80%!important;
	}
}

@media screen and (min-width: 768px) {
	.sl-image, .sl-image img {
		max-height: 90%!important;
	}
}

.sl-image img {
	width: auto!important;
	margin: auto!important;
}

.sl-next, .sl-prev, .sl-close {
	color: white!important;
}
	
	
/**************/
/* CARDS PAGE */
/**************/

.card-list .row {
	margin-left: 30px;
}

.card-list img {
	max-height: 150px;
	max-width: 90%;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 15px;
}

.cards-col-1 {
	margin-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	text-align: left;
}

.cards-col-2 {
	padding-bottom: 75px;
}

/*************/
/* CART PAGE */
/*************/

img.cart {
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top:-5px;
}

input.cart-quantity, .update-quantity {
	float: left;
	margin-right: 5px;
}

.remove-button {
	float: inline-start;
	margin-right: 5px;
}

.text-row {
	height: 50%;
}

.text {
	margin-left: 40px;
	width: 60%;
}

.update-quantity {
	margin-bottom: 5px;
}

.buttons-row {
	height: 50%;
	padding-top: 20px;
}

.cart-thumb {
	height: 100%;
	float: right;
}

.cart-contents.row {
	padding-bottom: 30px;
}

.cart .product-name {
	font-weight: bold;	
}

.cart .totals-values {
	text-align: right;
}

.cart .product-price {
	padding-bottom: 3px;
}

@media only screen and (max-width : 480px) {
	.cart img {
		max-width: 45%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.pic {
		margin-left: 100px;
	}
}

@media screen and (max-width: 767px) {
	.cart img {
		max-width: 45%;
	}
}

.cart-totals .row {
	margin: 0 auto;
	max-width: 250px;
}

.cart .totals-label {
	float: left;
}

.cart .amount {
	float: right;
}


.cart .total {
	font-weight: bold;
}

#paypal-button-container {
	margin: 35px auto;
	max-width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}

/**************/
/* ABOUT PAGE */
/**************/


.about .row {
	margin-bottom: 5%;
	width: 70%;
	margin-left: 15%;
}

.about-content {
	padding-left: 10%;
	padding-right: 10%;
}

.about-content div {
	display: inline-block;
	vertical-align: middle;
}

.about .col-sm-6 {
	padding-bottom: 10px;
}

.about .col-sm-12 img {
	padding-top: 10px;
	margin-left: 0;
}

/****************/
/* CONTACT PAGE */
/****************/
.contact .row {
	padding-left:10%;
}

.contact input, textarea {
	margin-bottom: 10px;
	width: 70%;
	max-width: 250px;
	display: block;
}

.contact .row {
	margin-bottom: 50px;
}

/********************/
/* EXHIBITIONS PAGE */
/********************/

.exhibitions img {
	max-height: 350px;
}

.exhibitions table {
	margin: 5% 20%;
}

/**************/
/* LINKS PAGE */
/**************/

.links table {
	margin: 20px 15%;
}


/***************/
/* ADMIN PAGES */
/***************/

.login .row {
	margin: 15px 0px;
}
.form-label .m-b-10px {
	padding: 4px 0px;
}

.form-input input {
	margin-bottom: 4px; 
}

.admin .admin-content {
	margin: 0 10%;
}

.admin fieldset {
	padding: 50px;
}

.admin td {
	padding: 5px 10px;
}

.admin .row {
	padding: 10px 0;
}

.admin small {
	font-size: 10px;
	color: #8DB8CF;
	font-weight: bold;
}

.admin .col-xs-4 {
	text-align: center;
	margin: 0 auto;
}
