@charset "UTF-8";

/* Media Query for Global/iPad/Desktop view */

header {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 19px;
	padding-right: 19px;
	/* background-color: rgba(0,0,0,0.71); */
}

body {
	font-family: 'Open Sans', sans-serif;
	/* font-family: Gotham, Helvetica Neue, Helvetica, Arial,"sans-serif"; */
	max-width: 1024px;
	margin-left: auto;	 /* To keep website centered */
	margin-right: auto;  /* To keep website centered */
	background-color: #DDDDDD;
}

.slicknav_menu {
	display: none;
}

#menu {
	float: right;
}

#menu li {
	display: inline-block;
	text-align: right;
}

#menu li a {
	text-decoration: none; /* Remove underline in text */
	color: #4e4e4e;
	padding: 8px;
	font-size: 18px;
}

.hero {
	background-image: url(images/Desk.png);
	padding: 52px 0px 72px 72px;
	background-size: cover;
}

.hero-contact {
	background-image: url(images/Phone.png);
	padding: 52px 0px 72px 72px;
	background-size: cover;
}

.hero-exhibit {
	background-image: url(images/ExhibitionCover.jpg);
	padding: 52px 0px 72px 72px;
	background-size: cover;
}

.hero-thoughts {
	background-image: url(images/EarlierExperience.png);
	padding: 52px 0px 72px 72px;
	background-size: cover;
}

.hero-website {
	background-image: url(images/ThisWebsite.JPG);
	padding: 52px 0px 72px 72px;
	background-size: cover;
	overflow: hidden;
}

.hero-blog {
	background-image: url(images/Blog.png);
	padding: 52px 0px 72px 72px;
	background-size: cover;
	overflow: hidden;
}


.background-tint {
  background-color: rgba(0,16,24,0.5); /* Tint color */
  background-blend-mode: multiply;
}

 /* Subheading text on main page */
.subheading {
	color: #fff;
	font-weight: 800;
	font-size: 33px;
	margin-bottom: -54px;
}


h1 {
	color: #fff;
	font-weight: 300;
	font-size: 52px;
	margin-bottom: -5px;
}

h5 {
	color: #008B8B;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: -25px;
	margin-left: 20px;
}



h6 {
	color: black;
	font-weight: 300;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-left: 20px;
}

grntext {
	color: #008B8B;
}

orangetext {
	color: #F0761D;
}



t3 {
	color: #F0761D;
	font-weight: 200;
	font-size: 18px;
	/* margin-bottom: -25px; */
	margin-left: 20px;
}

.heading-description {
	color: #fff;
	margin-right: 20%;
	margin-bottom: 4%;
	margin-top: 4%;
}

.lets-talk {
	background-color: #f1474c;
	padding: 8px 30px;
	text-decoration: none;   /* To remove underline */
	color: #fff;
}

.gallery {
	margin: 10px 50px;
}

.gallery img{
	width: 230px;
	padding: 5px;
}

.gallery img:hover{
	transform: scale(1.1);
}

.image {
  display: block;
  width: 100%;
  height: auto;
}


.row {
	position: relative;
}

/* Container for row of 3 squares */

.container {
  position: relative;
  width: 100%;
  /* max-width: 33.3%; */
}




/* Row of 3 squares */
.col {
	float: left;
	padding: 1%; /* Padding all way round */
	padding-top: 0;
	position: relative;
	z-index: 0;
}

/* Making columns a third width each, with space for padding */
.col-desktop {
	width: 31.3%;
	z-index: 0;
	position: relative;
}

/* Making image tiles responsive within col-desktop width */
.col-desktop img {
	width: 100%;
	height: auto;
	display: block;
}

// .col-desktop img:hover {
//	 transform: scale(1.1);
//   transitionz: 1s;
// }

.col-desktop:hover .overlay {
  opacity: 1;
  width: 70%;
  margin: auto;
  
  /* max-width: 341px; */
  /* position: relative; */
  
  
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 50%;
  top: 45%;
  left: 10%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  /* display: block; */
  overflow: hidden;

  /* left: 1;
  right: 0; */
  
  z-index: 10;
}

.tile {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
}





/* Media Query for Tablet view */

@media (min-width: 401px) and (max-width: 768px){

	#menu li {
		display: block;
	}
	
	.col-medium {
		width: 48%;
	}

	/* Making columns a third width each, with space for padding */


}


/* Media Query for Mobile view */

@media (max-width: 500px){

.slicknav_menu {
	display: block;
}

#menu {
	display: none;
}

/* Only 1 column for tiles */
.col-small {
	width: 100%;	
}

/* No padding between tiles for Mobile */
.col {
	padding: 0%;
}

/* Padding for Mobile page */
.hero {
	background-image: url(images/Desk.png);
	padding: 30px 0px 60px 40px;
	background-size: cover;
}

/* Heading for Mobile main page */
h1 {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	margin-bottom: -5px;
}

 /* Subheading text on main mobile page "I'm a" */
.subheading {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: -44px;
}

.heading-description {
	color: #fff;
	margin-right: 10%;
	margin-bottom: 35px;
}

}  /* End of Mobile View */




/* For Carousel Slideshow */

.slider_box {
  margin: 0 auto;
  width: 1100px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

/* 轮播幻灯片 */

.silder_con {
  padding-left: 0;
  position: absolute;
}

.silder_panel {
  width: 1100px;
  height: 500px;
  opacity: 0.9;
  overflow: hidden;
  float: left;
  position: relative;
}

.silder_panel img {
  width: 1100px;
  display: block;
  overflow: hidden;
}

/* 左右切换按钮 */

.slider_box a.prev,
.slider_box a.next {
  display: block;
  width: 40px;
  height: 80px;
  overflow: hidden;
  z-index: 9;
  position: absolute;
  cursor: pointer;
  margin: 180px 15px 0 15px;
  background: url('../images/silder_btn.png') no-repeat;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.slider_box a.prev:hover,
.slider_box a.next:hover {
  opacity: 1;
}

.slider_box a.prev {
  left: 0;
  background-position: left 0;
}

.slider_box a.next {
  right: 0;
  background-position: right 0;
}

/* 导航控制条 */

.silder_nav_mask {
  height: 80px;
  overflow: hidden;
  background: #ddd;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.silder_nav {
  width: 100%;
  text-align: center;
  bottom: 10px;
  overflow: hidden;
  z-index: 9;
  position: absolute;
}

.silder_nav .silder_nav_item {
  margin: 2px 10px;
  display: inline-block;
  border: 1px #e7e7e7 solid;
  cursor: pointer;
}

.silder_nav .silder_nav_item.current {
  margin-bottom: 8px;
  transition: margin 0.3s;
}

.silder_nav img {
  display: block;
  width: 80px;
}

/* 右侧文字注释区域 */

.silder_intro {
  display: block;
  position: absolute;
  right: 75px;
  top: 55px;
  z-index: 9;
  width: 250px;
  height: 255px;
  padding: 25px 15px;
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
  color: #f0f0f0;
  padding-left: 20px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 2px;
  text-indent: 0;
  text-decoration: none;
}

.silder_intro_content {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.8em;
}

