body{
	padding: 0;
	margin: 0;
	/* background-color: #1c223c; */
	height: 100vh;
}

a{
	text-decoration: none !important;
}

@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/myfont.woff2') format('woff2');
}


.main{
	width: 80%;
	margin: auto;
	margin-top: 90px;
	color: white;
}
.my_h1{
	text-align: center;
	-webkit-font-family: 'MyWebFont', Fallback, sans-serif;
	font-family: 'MyWebFont', Fallback, sans-serif;
	margin-block: 0;
    margin: 0;
	-webkit-letter-spacing: normal;
	letter-spacing: normal;
	margin-bottom: 1em;
	color: white;
	font-size: 3em;
	font-weight: normal;
}
	
.my_t1 {
    color: white;
	color: white;
    -webkit-text-align: center;
	text-align: center;
	
    font-size: 2em;
/* 	-webkit-font-family: 'MyWebFont', Fallback, sans-serif;
	font-family: 'MyWebFont', Fallback, sans-serif; */
}

.hex{
	width: 20%;
	float: left;
	min-height: 1px;
	position: relative;
	
}
.hex-offset{
	margin-left: 10%;
}
.hexagon{
	width: 210px;
	height: 250px;
	position: absolute;
	top: -85px;
	visibility: hidden;
	overflow: hidden;
	transform: rotate(120deg);
	cursor: pointer;
}

.in1{
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: rotate(-60deg);
}
.in2{
	overflow: hidden;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 155%;
	visibility:visible;
	transform: rotate(-60deg);
	transition: all 0.5s ease;
}
.in2:hover{
	box-shadow: inset 0 0 0 200px rgba(36,36,36,0.7);
	
}
.gallery-item{
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}
.gallery-item img{
	width: 100%;
}
.gallery-item .overlay{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	display: block;
	transition: all 50ms ease-in-out;
	
}
.gallery-item .overlay a{
	color: #2a2a2a;
	width: 32px;
	height: 32px;
	/* background-color: #d3b850; */
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 16px;
	margin-left: 16px;
}

.gallery-item .overlay a {
    width: 100%;
    height: 100%;
    top: -8%;
    left: -8%;
    opacity: 1;
}

#lightbox{
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

#lightbox img {
	display: block;
	position: absolute;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
}

.lightbox-button{
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity: 0.4;
	transition: all 0.3s;
}
.lightbox-button:hover, .lightbox-button:focus{
	opacity: 1;
	transform: scale(1.4);
}
.lightbox-close{
	right: 30px;
	top: 30px;
	background-image: url(../images/close.png);
}

.lightbox-next{
	right:30px;
	top: 48%;
	background-image: url(../images/next.png);
}
.lightbox-previous{
	left:30px;
	top: 48%;
	background-image: url(../images/previous.png);
}

@media only screen and (min-width : 320px) and (max-width : 419px){
	.hex{
		width: 33%;
		margin-left: 30px;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 110px;
		height: 128px;
		top: 0px;
	}
	.top1{
		margin-top: 100px;
	}
	.top2{
		margin-top: 100px;
		margin-left: 30%;
	}
	.top3{
		margin-top: 100px;	
	}
	.main{
		margin: auto;
		margin-top: 90px;
	}
	.hc_1_1{
		margin-top:100px;
		margin-left:11%;
	}
	.hc_1_2{
		margin-top:100px;
		margin-left:32%;
	}
}
@media only screen and (min-width : 420px) and (max-width : 559px){
	.hex{
		width: 43%;
		float: left;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 150px;
		height: 175px;
		top: 0px;
	}
	.top1{
		margin-top: 136px;
	}
	.top2{
		margin-top: 130px;
		margin-left: 25%;
	}
	.top3{
		margin-top: 130px;
	}
	.main{
		margin: auto;
		margin-top: 90px;
	}
	.hc_1_1{
		margin-top:100px;
		margin-left:0%;
	}
	.hc_1_2{
		margin-top:100px;
		margin-left:21%;
	}
}
@media only screen and (min-width : 560px) and (max-width : 767px){
	.hex{
		width: 50%;
		float: left;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 180px;
		height: 250px;
		top: 0px;
	}
	.top1{
		margin-top: 300px;
	}
	.top2{
		margin-top: 180px;
		margin-left: 25%;
	}
	.top3{
		margin-top: 180px;
	}
	.hc_1_1{
		margin-top:164px;
		margin-left:0%;
	}
	.hc_1_2{
		margin-top:164px;
		margin-left:25%;
	}
	.hc_1_first{
		margin-top:0px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.hex{
		width: 33%;
		float: left;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 165px;
		height: 200px;
		top: -85px;
	}
	.top1{
			margin-top: 60px;
			margin-left: 1px;
			
	}
		.top2{
		margin-top: 150px;
		margin-left: 25%;
	}
	.top3{
		margin-top: 150px;
	}
	.hc_2_1{
		margin-top:153px;
		margin-left:0%;
	}

	.hc_2_2{
		margin-top:153px;
		margin-left:0%;
	}
	.hc_2_2_first{
		
		margin-left:16%;
	}
	.hc_2_first{
		margin-top:0px;
	}
}
@media only screen and (min-width : 992px){
	.hex{
		width: 24%;
		float: left;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 153px;
		height: 250px;
		top: -85px;
	}
	.top1{
		margin-top: 150px;
	}
		.top2{
		margin-top: 150px;
		margin-left: 25%;
	}
	.top3{
		margin-top: 180px;
	}
	.hc_3_1{
		margin-top:143px;
		margin-left:0%;
	}

	.hc_3_2{
		margin-top:143px;
		margin-left:0%;
	}
	.hc_3_2_first{
		
		margin-left:12%;
	}
	.hc_3_first{
		margin-top:0px;
	}
}
@media only screen and (min-width : 1200px){
	.hex{
		width: 19%;
		float: left;
		min-height: 1px;
	}
	.hexagon{
		position: absolute;
		width: 150px;
		height: 250px;
		top: -85px;
	}
	.top1{
		margin-top: 185px;
	}
		.top2{
		margin-top: 180px;
		margin-left: 25%;
	}
	.top3{
		margin-top: 180px;
	}
		.hc_4_1{
		margin-top:150px;
		margin-left:0%;
	}

	.hc_4_2{
		margin-top:150px;
		margin-left:0%;
	}
	
	.hc_4_2_first{
		
		margin-left:9.5%;
	}
	.hc_4_first{
		margin-top:0px;
	}
}
div#honeycomb_gallery {
    margin-top: 6em;
}