@charset "utf-8";
/* CSS Document */

body{
	height:3500px;
}
.container {
    z-index: 1;
    position: relative;
    float: left;
    display:block;
    margin:2%;
    width: 96%;
    align-content: center;
    justify-content: center;
    text-align: center; 
}
.hero{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/alto/sw-cover.jpg");
	background-position:center;
	background-size: cover;
}
.hero1{
	width:100%;
	position: relative;
}
.hero1 img{
	width:100%;
	height:auto;
}
.hero-laky{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/laky/8.jpg");
	background-position:center;
	background-size: cover;
}
.hero-reno{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/reno/6.png");
	background-position:left;
	background-size: cover;
}
.hero-fire{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/firestation/8.jpg");
	background-position:left;
	background-size: cover;
}
.hero-lantern{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/lantern/7.jpg");
	background-position:left;
	background-size: cover;
}
.hero-detail{
	display:flex;
	width:100%;
	height:450px;
	background-image: url("../images/lantern/cover.jpg");
	background-position:left;
	background-size: cover;
}
.title{
	width:100%;
	height:100px;
	background-color:transparent;
	color:#fff;
	font-size: 35pt;
	line-height: 100px;
}
.projects{
	background-color:#FFF;
	height:1550px;
	width:100%;
	margin-top: 50px;

}
.one{

	display: flex;
	width:100%;
	margin-top:50px;;
}
.items{
	margin-top:50px;
}
.item1 img{
	width:100%;
	height:auto;
	display:block;
}
.item1{
	width:31.3%;
	float:left;
	margin: 1%;
	background-color: #000;
	
}
.item1 p, .feature p{
	font-size: 18pt;
	color:#FFF;
	padding: 10px 0;
	line-height: 50px;
}.feature {
	background-color: #000;
}
.feature img{
	height:auto;
	width:100%;
}
.feature, .desc{
			width:48%;
			margin:1%;
		}
.name{
	font-size: 30pt;
	font-weight: bold;
	border-left: 3px solid #32E317;
}
.info{
	display: block;
   width:60%;
   height:500px;
   margin-top: 50px;
   color:#FFF;
	box-shadow: 0 3px 15px #FFF;
}
h3{
	font-size: 25pt;
	line-height: 100px;
}
.h4{
	font-size: 18pt;
	line-height:25px;
	margin:50px;
	color:#FFF;
}
.control{
	width:100%;
	display:flex;
	font-size: 20pt;
	margin-top: 10px;
	line-height: 100px;
}
.control :link{
	text-decoration: none;
	color:#FFF;
	
}
.control :active{
	text-decoration: none;
	
}
.control :visited{
	text-decoration: none;
	color:#FFF;
	
}
.control :hover{
	color:#32E317;
	opacity: .9;
	border-bottom: 5px solid #32E317;
}

.prev1, .main1, .next1{
	width:31.3%;
    height:100px;
	margin:1%;
}
.prev1{
	border-left: 5px solid #32E317;
	
}
.main1{
	border-left: 5px solid #32E317;
	border-right: 5px solid #32E317;
}
.next1{
	border-right: 5px solid #32E317;
	
}
.lightbox{
	margin-top: 100px;
	height:auto;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}
.column img{
	width:100%;
	height:auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #32E317;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev{
  align-self: left;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left:0;
  width: auto;
  padding: 16px;
  margin: -50px 0;
  color: #32E317;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin: -50px 0 ;
  color: #32E317;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
	font-size: 18pt;
  background-color: black;
  padding: 20px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bttn{
	margin-top: 50px;
	font-size: 30px;
}

.bttn a:link{
	border: solid 3px #32E317;
	width: 200px;
	padding:10px 20px;
	color:#FFF;
	text-decoration: none;
}
.bttn a:visited{
	border: solid 3px #32E317;
	width: 200px;
	padding:10px 20px;
	color:#FFF;
	text-decoration: none;
}
.bttn a:hover {
	
	text-decoration: none;
	color:#000;
	background-color: #32E317;
	box-shadow: 0 0 20px  #32E317, 0 0 30px #32E317 ;
	
}
@media screen and (max-width:1120px){
	body{
		height:3500px;
	}
	.item1{
	width:48%;
	
}
	.projects{
		height:1800px;
	}
	.info{
		display: block;
	
}
	.desc p{
	margin-top:100px;
}
	.column{
		width:50%;
	}
	#caption{
		color:#fff;
		
	}

	.h4{
		width:80%;
		margin:0 10%;
		margin-bottom: 30px;
		text-align: justify;
	}
	.bttn{
		margin-top: 50px;
	}

}
	@media screen and (max-width:780px){
		body{
			height:2700px;
			min-width:480px;
		}
		.items{
			margin-top: 50px;
		}
	.item1{
	width:98%;
	
}.projects{
		height:3500px;
	}
		.one{
			flex-direction: column;

		}
		.feature, .desc{
			width:98%;
			margin:1%;
			height:400px;
		}
		.desc p{
	top:100px;
}
		.info{

}

	
}
@media screen and (max-width:560px){
		body{
			height:2500px;
		
		}
	.item1{
	width:98%;
	
}.projects{
		height:2900px;
	}
	.desc p{
	margin-top:100px;
}
	.info{
	
}
	
}


