	body {
	margin:0;
	font-family:arial;
}
.phone {
	text-align: left;
	font-family:"Stick No Bills";
	font-size:24px;
	font-weight:400;
	margin-left:20px;
	letter-spacing: .1em;
	color:#444;
}
.telBlock1 {
	display:flex;
	flex-direction: column;
}
.telBlock1 a {
	font-size:11px;
	color:#222;
	text-decoration:none;
	margin-left:20px;
}
.telBlock1 a:visited {
	color:#222;
}

.bodyText {
	font-family:arial;
	color:#444;
	line-height:130%;
	padding-left:50px;
	padding-right:50px;
}
.site {
	width:1280px;
	max-width:100%;
}
.mobileNavBtns {
	display:none;
}
	.header {
		width:1200px;
		max-width:100%;
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.socials {
		margin-right:20px;
	} 
	.socials img {
		width:30px;
		cursor:pointer;
	}
	.socials a:nth-child(2) {
		margin-left:15px;
		margin-right:15px;
	}
h1 {
	font-size:40px;
	font-family:"Stick No Bills";
	font-weght:800;
}
.logo {
	
	text-align: center;
	font-family:"Stick No Bills";
	font-size:30px;
	font-weight:400;
	padding:10px;
	border:2px solid black;
	margin:10px;
	border-radius:3px;
}
.checker {
	background-color: #fff;
	background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	height: 1.25rem;
	width:1200px;
	max-width:100%;
	margin-bottom: 3rem;
	margin-top: 3rem;
}
	.onlyOnMobile {
		display:none;
}
	@media (max-width : 950px) 
{
	.socials,.spacer1 {
		display:none;
	}

}
	@media (max-width : 750px) 
	{
	.bodyText {
		padding-left:20px;
		padding-right:20px;
		}
	.phone, .threatLevel, .telBlock1 {
		display:none;
	}
	.desktopOnly {
		display:none;
	}
	.onlyOnMobile {
		display:block;
	}
	.badges {
		margin-right:5px;
	}
	.badges img {
		max-width:50px;
	}

		
	}