body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	background:url('cover1.jpg') no-repeat center center/cover;
	font-family: Arial, sans-serif;
	display: table;
}

.container {
	margin-top: 100px;
}

h1 {
	color: #fff;
	text-align: center;
	font-size: 4em;
}

h4 {
	color: #fff;
	text-align: center;
	margin-top: 50px;
	font-size: 1.75em;
}

p {
	color: #fff;
	text-align: center;
	margin-top: 200px;
	font-size: 1.25em;
}

@media (max-width: 991px) {
	body {
	background:url('cover1.jpg') no-repeat center center/cover;
    }

@media (max-width: 760px) {
	body {
	background:url('cover1a.jpg') no-repeat center center/cover;
    }

    h1 {
	color: #fff;
	text-align: center;
	font-size: 2.75em;
}

h4 {
	color: #fff;
	text-align: center;
	margin-top: 50px;
	font-size: 1.35em;
}

p {
	color: #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 100px;
	font-size: 1.1em;
}
}