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


body {
	background: url('http://fonzbentley.com/img/fonz-bg.jpg') no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

p {
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

p span {
	font-size: 9px;
}

a {
	color: white;
}

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

a:active {
	color: #eeeeee;
}

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

.social {
	margin: 0 auto 30px;
	display: flex;
    justify-content: center;
}

.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) {




}