@charset "UTF-8";

/*
 ----------------------------- 
 DaleCrawford.com
 Custom Styles
 © Cynthia Pinsonnault
 May 2020
 -----------------------------
*/


body {
	background-color: #184C69;
	background-image:url("../images/dcback2.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 46px;
}
#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;
}
.header {
	background-color:#fff;
}
.navback {
	background-color:#01588D;
}
.holder {
	margin:auto;
}
.tophd h1 {
	font-weight:400 !important;
	font-size:135% !important;
	margin-top:6px !important;
}
.tophd h2 {
	font-weight:700 !important;
	font-size:230% !important;
	margin-bottom:0px !important;
	color:#021F6B;
}
.maincontent {
	background-color:rgba(255,255,255,0.85);
}
.nomargintop {
	margin-top:0px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.text-link-dark {
	font-weight:bold;
	color:#021F6B;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-dark:hover {
	border-bottom: 1px solid;
}
.footer {
	background-color:#01588D;
}
.footleft {
	color:#ddd;
	line-height: 1.1;
	font-size:90%;
}
.footright {
	color:#ccc;
	line-height: 1.1;
	font-size:65%;
}
.footright a {
	color:#ccc;
	text-decoration:none;
}
.footright a:hover {
	color:#fff;
	border-bottom:1px solid;
}
.quote {
	font-family:"Libre Baskerville", serif;
	font-style:italic;
	font-weight:400;
	padding-bottom:20px;
	border-bottom:1px dotted;
}
.attrib {
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:0.15em;
	border-bottom:1px dotted;
	margin-bottom:20px !important;
}
.case {
	margin-top:24px !important;
	padding-top:9px;
	border-top:1px dotted;
}
.indented {
	padding-left:36px;
	padding-right:36px;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}


@media only screen and (min-width: 0px) and (max-width: 900px) {

}
