#dimple {
	width:75vw;
	height:45vw;
	display:block;
	margin:0 auto;
	padding:3%;
	z-index:8;
	position:relative;
}
#shlat {
	position:relative;
	top:-5vw;

}
#fripple {
	width:75vw;
	height:45vw;
	display:block;
	margin: auto;
	padding:3%;
	z-index: 8;
	position:relative;
}
 body {
	margin:0;
	padding:0;	
	background-color:#333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	}
.shpap{
	position:relative;
	z-index:800;
	color:#ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 170%;
	text-align: center;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:7% 0;
    text-decoration:none;
}
.shpap span::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	transition:width .15s ease-in-out;
	background-color:#ffffff;
	height:2px;
}
.shpap:hover span::after{
	width:100%;
}
.shpap span{
	display:block;
	position:relative;
	z-index:450;
	padding:8% 0;
}

#fortytwo {
	height:100vh;
	width:100vw;
	position:relative;
	z-index: 1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;

}
#fortytwo::after{
	content:"";
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-image:url("../img/bkgd.gif");
	background-size:cover; width:100vw; height:100vh;
	filter: blur(10px) brightness(0.7);
	z-index: 2;
}
h1{

	color:#ffffff;
	z-index: 3;
	position: relative;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 5vw;
	text-align: center;
}
.tampon{
	font-weight:300;
}
.quorp{
	font-size:3.5vw;
	position:relative;
	z-index:8000;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
}
.quorp::before,
.quorp::after{
	content:"";
	width:25%;
	background-color:#ffffff;
	height:2px;
	position:absolute;
	right:0;
	top:50%;
}
.quorp::before{
	left:0;
}
.quorp::last-child{
	padding:3%;
}

