/* 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: white;
}

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;
}

img.sam-logo {
	width: 50%;
	margin: 10% auto 0%;
	display: block;
}

ul {
	list-style: none;
	text-align: center;
	margin: 0 auto 75px;
	padding: 0;
}

li {
	display: inline-block;
	margin: 0 15px;
}

a {
	color: #111;
}

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

a:active {
	color: #111;
}

.copy {

}

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




}