/*
Theme Name: z5 Marketing Coming Soon
Theme URI: https://z5marketing.com
Author: z5 Marketing LLC
Author URI: https://z5marketing.com
Description: z5Marketing Custom Theme
Version: 1.0
License: 
License URI: 
Text Domain: z5comingsoon
Tags: 
Exclusive custom theme from z5 Marketing LLC coming soon!
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
}

.background-container {
	position: relative;
	display: block;
	width: 100vw;
	height: 100vh;
    /*background: url(images/horseshoebend.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
	background-image: linear-gradient(rgba(19, 19, 19, 0.3), rgba(19, 19, 19, 0.3)), url(images/background.jpg); 
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	line-height: 1.15;
	text-shadow: 2px 2px #333;
}

h1 {
	text-transform: uppercase;	
	font-weight: 300;
	letter-spacing: 1.5px;
	word-spacing: 10px;
}

.primary {
	display: block;
	font-size:72px;
	font-weight: 400;
	
}

.secondary {
	display: block;
	font-size: 68px;
	border-bottom: 3px solid #fff;
	padding-bottom: 8px;
}



