/*-------------------------------------
sawyersafetysolutions.com Custom Styes
© 2018 Cynthia Pinsonnault
January 2019
---------------------------------------
*/

body {
	background-color: #666;
	background-image: url("../images/sssback.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-bottom:54px;
}
#skip_menu a {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z_index:-999;
}
#skip_menu a:focus, #skip-menu a:active {
	color:#000;
	background-color:#fff;
	left:auto;
	top:auto;
	width:30%;
	height:auto;
	overflow:auto;
	margin:10px 35%;
	padding:5px;
	border-radius:15px;
	border:4px solid #f00;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}
.topcol {
	background-color: #fff;
}
.holder {
	margin:auto;
}
.name {
	font-size:255% !important;
	line-height:1.1em;
}
.tagline {
	font-family: "Open Sans", "Lucida Grande", sans-serif !important;
	font-weight:400 !important;
	line-height:1.2em;
	padding-top:3px;
}
.navbar {
	background-color: #000;
	border-bottom: 3px solid #C00508;
}

.maincopy {
	background-color: rgba(255,255,255,0.70);
}
.maincopy p {
	font-size:110%;
}
.intro {
	font-family:"Roboto Slab", serif;
	font-size:120%;
	color:#c00508;
}
.boldred {
	color:#c00508;
	font-weight:700;
}
.quote {
	font-family:"Roboto Slab", serif;
	font-size:115%;
	color:#c00508;
	padding:24px 30px 24px 30px;
	border-top:1px dotted #c00508;
	border-bottom:1px dotted #c00508;
}
.nomargintop {
	margin-top:0px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.nopadtop {
	padding-top:0px !important;
}
.foot {
	background-color: rgba(0,0,0,0.60);
	color:#FFFFFF;
}
.foot a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted;
}
.foot a:hover {
	border-bottom:1px solid #c00508;
}
.subfoot {
	color:#ccc;
	border-top:3px solid #c00508;
}
.extrapad {
	padding-left:30px;
	padding-right:30px;
}
.text-link-red {
	color:#c00508;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-red:hover {
	border-bottom:2px solid;
}
.copyright {
	font-size:70%;
	margin-top:16px !important;
	margin-bottom:0px !important;
}
.sub {
	font-size:70%;
	line-height:1.2em;
	margin-top:0px !important;
	padding-top:6px !important;
}








