
a {
	text-decoration: none;
	color: #F60;
}

a .title {
	color:#000;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: inherit;
}

.title {
	padding: 10px 0;
}
.title h1 {
	
	font-size: 49px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600;
	color: #b6c02a;
	display: inline;
}
.title h2 { 
	
	font-size: 42px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600; 
	color: #b6c02a;
	display: inline;
	padding-left: 15px; 
}
.title h3 { 
	
	font-size: 30px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600; 
	color: #b6c02a;
	display: inline;
	padding-left: 15px; 
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* link information */
.links {
	color: #F60;
	text-transform: uppercase; /* HK */
	line-height: 1.6;
	
}
.links a:link {
	text-decoration: none;
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.links a:visited {
	color: #F60;
	text-decoration: underline;
}
.links a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* footer */
.footer {
	background-color: #FFF;
	background-image:url('translucent_waves.png');  /* HK */
	background-repeat:no-repeat;
	background-position: top;
	background-size: contain;
	padding: 10px;
	width: 100%; /* added this to make sure white goes all the way accross */
}
.footer p {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
}
.copyright {
	font-size: 10px;
}
 

/* main page */
.featured_artist {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 10px 0
}
.featured_artist .gallery {
  border: 1px solid #000;
  padding: 5px 0;

}
.featured_artist .gallery:hover {
  border: 1px solid #b6c02a;
}
.featured_artist .gallery img {
  width: 100%;
  height: auto;
}
.featured_artist .col {
	flex-basis: 49%;
	margin: 0;
}
.featured_artist .aritst_name {
	padding: 5px;
  	text-align: left;
	color: #b6c02a;
	font-size: 18px;
	font-weight: normal;
    text-transform: uppercase;  /* HK */
}
.featured_artist .featured_art {  /* HK */
			width:100%;
			background-repeat: no-repeat;
            background-position: center;
			background-size: cover;
		}
.featured_artist .featured_art .inner {  /* HK */
			padding-top: 67%; /* height/width of image */
           display: block;
           height: 0;
		}
.member_artists {
	width: 100%;
	margin: 0;
	padding: 0;
}
.member_artists .gallery {
  border: 1px solid #000;
}
.member_artists .gallery:hover {
  border: 1px solid #b6c02a;
}
.member_artists .gallery img {
  width: 100%;
  height: auto;
}
.member_artists .col {
	display: block;
	width: 100%;
}
.member_artists .aritst_name {
	padding: 5px;
  	text-align: left;
	color: #b6c02a;
	font-size: 18px;
	font-weight: normal;
}
.banner_image { 
			width:25%;
	float: left;
			background-repeat: no-repeat;
            background-position: center;
			background-size: cover;
	margin: 10px 0 10px 0;
		}
.banner_image .inner {  /* HK */
		   padding-top: 100%; /* height/width of image */
           display: block;
           height: 0;
		}





.award_section {
		  width: 98%;
		  margin: 25px auto 55px auto;
		  padding: 0;
		  clear: both;
		  display: block;
		}
		
		.award_section .aritst_name {
		  padding: 5px;
		  text-align: center;
		  color: #FC0;
		  font-size: 18px;
		  font-weight: normal;
		  text-transform: uppercase;
		}
		
		.award_grid {
		  width: 100%;
		  display: grid;
		  grid-template-columns: repeat(3, minmax(0, 1fr));
		  gap: 34px 2%;
		  clear: both;
		}
		
		.award_box {
		  display: grid;
		  grid-template-rows: 76px auto auto auto;
		  min-width: 0;
		  color: inherit;
		  text-decoration: none;
		}
		
		.award_box:hover {
		  text-decoration: none;
		}
		
		.award_title {
		  color: whitesmoke;
		  font-size: 1.05em;
		  line-height: 1.1;
		  font-weight: bold;
		  text-transform: uppercase;
		  margin: 0 0 15px 0;
		  padding: 8px 14px;
		  text-align: center;
		  border-radius: 50px;
		
		  display: flex;
		  align-items: center;
		  justify-content: center;
		
		  overflow-wrap: anywhere;
		}
		
		.award_image {
		  width: 100%;
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: contain;
		  margin: 0 0 10px 0;
		}
		
		.award_image .inner {
		  padding-top: 100%;
		  display: block;
		  height: 0;
		}
		
		.award_artist {
		  color: #eee;
		  font-size: 1.2em;
		  line-height: 1.25;
		  text-align: center;
		  font-weight: bold;
		}
		
		.award_art_title {
		  color: #eee;
		  text-align: center;
		  font-style: italic;
		  line-height: 1.25;
		  padding-top: 3px;
		}
		
		.member_artists {
		  clear: both;
		  width: 99%;
		  margin: 0 auto;
		  padding: 0;
		  display: block;
		}
		
		@media only screen and (max-width: 768px) {
		  .award_grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		  }
		
		  .award_box {
			grid-template-rows: 76px auto auto auto;
		  }
		}
		
		@media only screen and (max-width: 480px) {
		  .award_grid {
			grid-template-columns: 1fr;
		  }
		
		  .award_box {
			grid-template-rows: auto auto auto auto;
		  }
		
		  .award_title {
			min-height: 0;
		  }
		}





.exhibition_box {
	background-color: white;
	color: #333;
	width: 49%;
	flex-basis:49%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.exhibition_content {
	padding: 10px 2% 0 2%;
}

.exhibition_box .title {
	font-size: 1.4em;
	font-weight:bold;
	padding: 0;
}
.exhibition_box .subtitle {
	font-size: 1.2em;
}

* {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clrflt {
	 clear: both;
}


/* artist gallery */
.bio {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	margin: 0;
	padding: 15px 30px;
	background-color: #FFF
}
.bio h1 {
	font-size: 36px;
	font-weight: 100;
	margin: 0;
}
.bio img {
	float: left;
	padding: 0 2% 16px 0;
	width: 30%;
}

.message {
	padding: 20px 2% 30px 2%;
}

.message a{
	color: #F60;
}

.button-holder {
   Width:100%;
  }

a.button {
	color:black;
	background-color: #b6c02a;
  margin: 0 10px 10px 0;
  float: left;
	font-size: 18px;
	padding: 4px 10px 4px 10px;
}

.button_xs {
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
	display:inline-block;
	background-color: #06c;
	color:#fff;
	padding: 2px 10px;
	margin: 2px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border:none;
	text-decoration: none;
}
.button_xs:hover {
	background-color: #f60;
	color:#fff;
	text-decoration: none;
}




@media only screen and (max-width: 768px) {

	links {
	font-size: 1em;
	line-height: 1.6;	
}
	.title h1 {
	font-size: 36px;
	line-height: 1.2;
}
.title h2 {
	margin: 0;
	display: block;
	font-size: 36px; 
	padding-left: 0;
	line-height: 1.2;
}
	.bio img {
	width: 40%;
}
	
	.exhibition_box {
	width: 100%;
	flex-basis: 100%;
	padding: 0 0 10px 0;
	margin: 0 1% 20px 0;
}
}
@media only screen and (max-width: 480px) {
	

	
.title h1 {
	font-size: 28px;
	line-height: 1.2;
}
.title h2 {
	margin: 0;
	display: block;
	font-size: 28px; 
	padding-left: 0;
	line-height: 1.2;
}

	.featured_artist .col {
	flex-basis: 100%;
	margin: 0;
}
	.bio img {
	width: 56%;
}
	
	
	}
