*{
	margin: 0;
	padding: 0;
	font-family: 'raleway';

}

html,body{
	width: 100%;
	height: 100%;
	background-color: #000;
}

body{
	
	background-color: black;
	overflow: hidden;
}






.overlay{
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url('../images/camera2.jpg');
	background-size: cover;
	cursor: crosshair;
}

.overlay-2{
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: gray;
}

.overlay-3{
	z-index: 8;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #000;
}

.screen{
	color: gray;
	position: absolute;
	
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10em;
	font-weight: 800;
}

.myBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.myBtn{
	
	display: block;
	padding: 24px 48px;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 6px;
	color: #fff;
	border: 2px solid #fff;
	outline: none;
	overflow: hidden;
	background: none;
	z-index: 1;
	transition: 0.8s ease-out;
}








@media screen and (max-width: 1100px) {
	#screen{
		font-size: 8em;
	}
}

@media screen and (max-width: 860px) {
	#screen{
		font-size: 7em;
	}
}

@media screen and (max-width: 762px) {
	#screen{
		font-size: 6em;
	}
}

@media screen and (max-width: 656px) {
	#screen{
		font-size: 5em;
	}
}

@media screen and (max-width: 534px) {
	#screen{
		font-size: 4em;
	}
}

@media screen and (max-width: 442px) {
	#screen{
		font-size: 3em;
	}
}

@media screen and (max-width: 334px) {
	#screen{
		font-size: 2.5em;
	}
}