body {
	padding: 0;
	margin: 0;
	font-family: 'roboto';
	font-size: 14px;
}
a:hover, a:focus, a:active {
	text-decoration: none
}
a:focus {
	outline: none
}
.main .front-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9
}
.fist-pic {
	width: 100%;
	background-image: url(../images/key-holders-bg1-new.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: inline-flex;
}
.second-pic {
	background-image: url(../images/key-holders-bg2.jpg);
}
.band-sec {
	width: 100%;
	margin: 30% 0 1px;
}
.fist-content {
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.fist-content h2 {
	color: #1cc6d0;
	text-transform: uppercase;
	font-size: 50px;
}
.fist-content p {
	font-size: 20px;
	color: #fff;
}
@media screen and (max-width:800px) {
.fist-content h2 {
	font-size: 35px;
}
}

@media screen and (max-width:600px) {
.fist-content h2 {
	font-size: 20px;
}
.fist-content p {
	font-size: 15px;
}
.band-sec {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 10px;
}
.main .home-col {
	width: 100% !important;
}
.fist-pic {
	height:45vh;
}
.fist-content {
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
	text-align: center;
	padding: 1px 0;
}
}
