* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 1.6;
}

#showcase	{
	background-image: url("back2.jpg");
	height: 100vh;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 20px;	
}

#showcase	h1{
	font-size: 50px;
	font-style: italic;
}

#showcase	p{
	font-size: 20px;	
}

#showcase	.button{
	font-size: 18px;	
	text-decoration: none;
	color: #FFFFFF;
	border: #FFFFFF 1px solid;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 20px;
}


#showcase	.button:hover{
	background: #000000;
	color: #FFFFFF;
}



/*


header {

    position: relative;
    z-index: 1;
    height: 700px;
    padding-top: 150px;
    text-align: center;
}

header .overlay {
    z-index: -1;
    inset: 0;
    background-color: #30303061;
}

header video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header h1 {
    
    font-weight: 800;
    text-shadow: 2px 2px 0px #111;
    text-transform: uppercase;
}
.services-link {
    color: #eee;
    font-size: 20px;
}
main {
    padding: 0 14px;
}
main section {
    padding: 75px 0;
    max-width: 1100px;
    margin: 0 auto;
}
section p {
    line-height: 1.4;
    font-size: 18px;
}

*/

