html {
	font-size: calc(1em + 1vw)
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: arial, sans-serif;
	color: grey;
}

#langSelect a{
	float:right;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.60em;
	/* color: inherit; */
	color: black;
	text-decoration: none;
}

#artistname {
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	text-align: center;
}

.horizontalAlignContainer{

	display: flex;
	/* align-items: center; */
	/* align-items:flex-start; */
	/* align-items:initial; */





	justify-content: center;
	padding-left: 40px;
}

.horizontalAlignText {
	font-size: 25px;
	padding-left: 20px;
}

.horizontalAlignImage {
	flex-basis: 40%;
	padding-top: 30px;
}

.horizontalAlignImage img {
	 max-width: 100%;
   height: auto;
}

#msImage {
	flex-basis: 60%;
	/* padding-top: 30px; */
}

#msImage img {
	width: 110%;
	height: auto;
}

.horizontalAlignAboutImage {
	flex-basis: 100%;
	padding-top: 30px;
}

.horizontalAlignAboutImage img {
	/* max-width: 100%; */
	max-width: 110%;
}

.horizontalAlignCoursesImage {
	flex-basis: 40%;
}

.horizontalAlignCoursesImage img {
	max-width: 100%;
	padding-top: 30px;
}

#aboutImage {
	display: none;
}
#courseImage {
	display: none;
}
/* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){
	/* Hide horizontal Align Image */
	.horizontalAlignImage {
		display: none;
	}

		#msImage {
			display: none;
	}

	.horizontalAlignAboutImage {
		display: none;
	}
	.horizontalAlignCoursesImage {
		display: none;
	}
	#aboutImage {
		display: block;
	}
	#courseImage {
		display: block;
	}
}

.txtWithLink {
	text-align: center;
}

#fbpara {
	text-align: center;
}

#fbLink {
	/* position: relative; */
	/* top: 10px; */

	/* float:right; */
	/* padding-right: 10px; */

}

.fieldError {
	color: red;
}

#contactImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	height: auto;
}

#contactForm {
	font-family: Montserrat, Lato,sans-serif;
	padding-left: 10%;
	/*font-family: "Lucida Console", Monospace; */
	/* font-size: 1.25em; */
	/* border: 3px solid maroon; */
	border: 3px solid grey
	font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

#formMessage {
	font-family: Montserrat, Lato,sans-serif;
	padding-left: 10%;
	/*font-family: "Lucida Console", Monospace; */
	/* font-size: 1.25em; */
	/* border: 3px solid maroon; */
	border: 3px solid grey
	font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
	color: red;
}

#submitText {
	font-family: Montserrat, Lato,sans-serif;
	padding-left: 10%;
	/*font-family: "Lucida Console", Monospace; */
	/* font-size: 1.25em; */
	/* border: 3px solid maroon; */
	border: 3px solid grey
	font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

#shopContactForm {
	font-family: Montserrat, Lato,sans-serif;
	padding-left: 10%;
	/*font-family: "Lucida Console", Monospace; */
	/* font-size: 1.25em; */
	/* border: 3px solid maroon; */
	border: 3px solid grey
	font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}


input {
	/* font-family: "Lucida Console", Monospace; */
	/* font-size: 1em; */
	font-family: Montserrat, Lato,sans-serif;
	font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

textarea {
font-family: Montserrat, Lato,sans-serif;
font-size: 14px;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;

text-align: left;
}

.required-field::before {
  content: "*";
  color: red;
}

#showrqst {
	width: 30px;
	height: 30px;
}
#courserqst {
	width: 30px;
	height: 30px;
}

#title{
	font-family: "Lucida Console", Monospace;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 5px;
	color: maroon;
}

#organizations{
	padding-left: 5%;
}

#courseList {
	padding-left: 5%;
	padding-right: 5%;
}


#testimonials {
	padding-left: 5%;
	padding-right: 5%;
	font-style: italic;
	font-size: 0.75em;
}

#homePhotoSection {
	display: flex;
	justify-content: center;
	align-items: center;
}

#homeGallerySection {
	display: flex;
	justify-content: center;
	align-items: center;
}

#homePhoto{
	 max-width: auto;
	 height: 60vh;
}

#zoomLink{
	display: block;
	text-align: center;
}

#homePhotoShow{
	/*
	 max-width: auto;
	 height: 60vh;
	 */
	 width: 75%;
	 height: auto;
}

#homeGalleryoShow{
	/*
	 max-width: auto;
	 height: 60vh;
	 */
	 text-align: center;
	 width: 75%;
	 height: auto;
}

#artlistlinks {
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
}

div.artlist{
	margin: 5px;
	/* border: 1px solid maroon; */
	border: 1px solid grey;
	float: left;
	/*  Determines How Large Thumbnails are  */
	width: 360px;
}

@media only screen and (max-width: 700px){
	div.artlist {
		width: 250px;
	}
}

div.artlist:hover {
	border: 1px solid #777;
}

div.artlist img {
	/* Width of image in div with image and caption */
	width: 100%;
	height: auto;
}

div.artdesc {
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: .50em;
	text-align: center;
}

/*
div.artdesc:link {
	text-decoration: none;
}

div.artdesc:visited {
	text-decoration: none;
}

div.artdesc:hover {
	text-decoration: none;
}

div.artdesc:active {
	text-decoration: none;
}

*/

/*

a.artdesc:link {
	text-decoration: none;
}

a.artdesc:visited {
	text-decoration: none;
}

a.artdesc:hover {
	text-decoration: none;
}

a.artdesc:active {
	text-decoration: none;
}

*/

/*
#shoplist {
	margin: auto;
	width: 80%;
}
*/
#shoplist {
    display: flex;
    flex-wrap: wrap;
		justify-content: center;

    }


div.shopitem{
	margin: 5px;
	/* border: 1px solid maroon; */
	border: 1px solid grey;
	float: left;
	/*  Determines How Large Thumbnails are  */
	width: 360px;
}

@media only screen and (max-width: 700px){
	div.shipitem {
		width: 250px;
	}
}

div.shopitem img {
	/* Width of image in div with image and caption */
	width: 100%;
	height: auto;
}

div.shopitemtitle {
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: .50em;
	text-align: center;
}

div.shopitemdesc {
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: .50em;
	text-align: center;
}

div.shopitemprice {
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: .50em;
	text-align: center;
}

div.shopitemframe {
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: .50em;
	text-align: center;
}

/* div.shopitem button { */
.shopbutton {
  /* background-color: maroon; */
	background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

	width: 100%;
	height: auto;
}

.soldbutton {
	/* filter: brightness(75%); */
	opacity: 0.6;
	pointer-events: none;
  /* background-color: maroon; */
  background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
/*
  cursor: pointer;
*/
	width: 100%;
	height: auto;
}

.soldDot {
  height: 15px;
  width: 15px;
  background: red;
	filter: brightness(85%);
  border-radius: 50%;
  display: inline-block;
	margin-left: 5px;
}

.expound {
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 5%;
	padding-right: 5%;

}

.header2 {
	/* color: maroon; */
	font-weight: bold;
	padding-left: 5%;
	padding-right: 5%;
	font-style: normal;
	/* font-size: 1em; */
	font-size: 1.25em;
	/* margin-tq: 0; */
	margin-bottom: 5px;
}

#exhibits p{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-left: 5%;
	padding-bottom: 1px;
	font-family: arial, sans-serif;
}

.acknowledge{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-left: 5%;
	padding-bottom: 1px;
	font-family: arial, sans-serif;
}

.majorText{
	font-weight: bold;
}

.minorText{
	font-size: 0.75em;
}

/*   CSS Courses  */
#course {
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 5%;
	padding-right: 5%;
}

#comingSoonImage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 60%;
}

#gotoTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 14px;
}

#gotoTopBtn:hover {
  background-color: #555;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


#footer p {
	text-align: center;
	font-size: 0.5em;
}
