/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@font-face {
    font-family: 'Impact Label Reversed';
    src: url('../ImpactLabelReversed.woff2') format('woff2'),
        url('../ImpactLabelReversed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	background: url('http://thevaljerks.com/img/tgtn-1.png') no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

p {
	color: #111;
	font-family: 'Impact Label Reversed'; font-weight: normal; font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

p span {
	font-size: 9px;
}

a {
	color: #111;
}

a:hover {
	text-decoration: none;
	color: #222;
}

a:active {
	color: #111;
}

.copy {
	position: fixed;
    top: 87%;
    height: 100px;
    left: 50%;
    transform: translate(-50%, -110%);
    width: 320px;
}

.social {
	margin: 0 auto 30px;
	display: block;
	width: 220px;
}

.social a {
	margin: 0 15px;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {



}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {



}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {




}