* {
	transition: all 0.6s;
}
html {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	background-image: url('pexels-bithin-raj-2763927.jpg');
	background-attachment: fixed;
	background-size: cover;
	color: #888;
	margin: 0;
}
#main {
	width: 100%;
	height: 40vh;
	text-align: center;
}
/* CSS */

.button-5 {
	align-items: center;
	background-clip: padding-box;
	background-color: #00CCFF;
	border: 1px solid transparent;
 border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
 padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
}
.button-5:hover,  .button-5:focus {
	background-color: #fb8332;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.button-5:hover {
	transform: translateY(-1px);
}
.button-5:active {
	background-color: #c85000;
	box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
	transform: translateY(0);
}
 @keyframes type {
 from {
 box-shadow: inset -3px 0px 0px #888;
}
to {
	box-shadow: inset -3px 0px 0px transparent;
}
}
.lightbox-gallery {
	color: #000;
	overflow-x: hidden
}
.lightbox-gallery p {
	color: #fff
}
.lightbox-gallery h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: #fff
}
 @media (max-width:767px) {
.lightbox-gallery h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px
}
}
.lightbox-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px
}
.lightbox-gallery .intro p {
	margin-bottom: 0
}
.lightbox-gallery .photos {
	padding-bottom: 20px
}
.lightbox-gallery .item {
	padding-bottom: 30px
}
