@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #21211f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
}
a:link {
	border: 0px;
	color: #fff;
	text-decoration: none;
}
a:hover {
	border: 0px;
	color: #fff;
	text-decoration: none;
}
a:visited {
	border: 0px;
	color: #fff;
	text-decoration: none;
}
/* Container */
.container {
	height: 1080px;
	width: 1920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 1080px;
	background-color: #21211f;
	background-image: url(https://prdigital.uk/logo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}
.tagline {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 775px;
}

/* Mobile */
@media (max-width: 320px) {
.container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 320px;
	height: 800px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #21211f;
	background-image: url(https://prdigital.uk/mobile_logo.jpg);
	background-repeat:no-repeat;
	background-position: center;
    background-attachment: fixed;
}
.tagline {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 400px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.container {
	width: 500px;
	height: 800px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	background-image: url(https://prdigital.uk/mobile_logo.jpg);
	
}.tagline {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 600px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.container {
	width: 500px;
	height: 800px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	background-image: url(https://prdigital.uk/mobile_logo.jpg);
}
.tagline {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 400px;
}
}