/* **************************************************
	
	Classic Auto Group Apps - Access Denied
	Author: Jesse Bishop
	Copyright 2019, Classic Auto Group
	
	Version 1.0.0
	Last Updated: August 15, 2019
	
************************************************** */
body {
  position: relative;
	background: url(https://www.driveclassicportal.com/apps/img/denied.jpg) no-repeat center center/cover; }

.statement {
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 80rem;
  width: 80%;
  color: #fff;
  transform: translateY(-50%); }
	.statement h1 {
		position: relative;
		color: #fff;
		font-size: 3rem;
		line-height: 1;
		padding-left: 4rem;
		text-transform: uppercase; }
	.statement i {
		position: absolute;
		bottom: 0;
		left: 0;
		color: yellow;
		font-size: 2.8rem; }
  .statement p:first-of-type:before {
    display: block;
    content: '';
    width: 2rem;
    height: .1rem;
    background-color: #fff;
    margin: 2rem 0; }
	.statement a {
		color: var(--ltgray-link); }
	.statement a:hover {
		color: var(--ltgray-link-hover); }