@charset "utf-8";
/* CSS Document */

/*  COLORS
	put info here as clipboard
		Orange   #af5024
	    Navy  #0c0f1f
	    Red  #a50a1f
*/

/* FONTS
  font-family: "Special Elite", system-ui;
*/



/* Basic resets etc.*/
* {
	margin: 0;
	padding: 0;
}

html {
  	box-sizing: border-box;
	line-height: 1.7;
	scroll-behavior: smooth;
}


body {
	    font-family: "Nixie One", system-ui;
	    font-weight: 400;
	    font-style: normal;
	    background-color: #231d1f;
	    position: relative;  
		color: #000; 
	}

/* IF USING A FIXED BG IMAGE */
body::after {
    content: "";
	background-image: url("../img/BGstarry2.jpg");
    background-position: top;
    position: fixed; 
	background-repeat: no-repeat;
	background-attachment: scroll;
    top: 20px;
    left: 0;
    bottom: 0;
    right:0;
    z-index: -1;
}

nav li {
	margin: 0 5px;
	font-size: .9rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

nav a:link, nav a:visited  {
	color: #af5024 !important;
	text-decoration: underline !important;
	
}

nav a:hover, nav a:active, nav a:focus {
	background-color: #af5024 !important;
	color: #FFF !important;
	text-decoration: none !important;
}


header {
	background-color: rgba(6,6,6,.6);	
	color: #FFF;
	margin: 0;
	padding: 0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Special Elite", system-ui;
	margin: 10px 0;
	color: #af5024;
	text-shadow: 1px 1px 2px #333;
}



a:link, a:visited  {
	color: #af5024;
	font-weight: 500;
	padding: 2px 2px;
	text-decoration: underline;
	
}

a:hover, a:active, a:focus {
	background-color: #af5024 !important;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1px;
}



header a:link, header a:visited  {
	color: #FFF;
	font-weight: 600;
	padding: 0 2px;
	text-decoration: underline;
	
}

header a:hover, header a:active, header a:focus {
	background-color: #af5024;
	color: #FFF;
	text-decoration: none;
	padding: 0 3px;
}




a i {
	margin: 1px;
	padding: 2px;
}

.fbpitch a {
	background: none;
}

.orange {
	color: #af5024;	
	font-weight: bold;
}


ol, ul {
padding-left: 20px !important;
  	margin-left: 12px;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.photo {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 3px;
	border: 1px solid #333;
}

.sectionStyle0 {
	background: none;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}

.sectionStyle1 {
	background-color: rgba(255,255,255,.2)	;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}
.sectionStyle2 {
	background-color: rgba(255,255,255,.4);	
	color: #fff;	
	margin: 0;
	padding: 20px 0;
}
.sectionStyle3 {
	background-color: rgba(255,255,255,.8);	
	color: #000;	
	margin: 0;
	padding: 20px 0;
}
.sectionStyle4 {
	background-color: rgba(0,0,0,.3);
	color: #fff;
	margin: 0;
	padding: 20px 0;
}

.sectionStyle5 {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	margin: 0;
	padding: 20px 0;
}

.callout {
	background-color: rgba(255,255,255,0.60);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px  #333;
	color: #000 !important;
	font-weight: bold !important;
}

footer {
	color: #fff;
	padding: 25px 0;
	text-align: center;
	font-size: .9rem;
	
}

.card-header {
	background-color: #a50a1f !important;
	color: #FFF !important;
	font-weight: bold !important;
}

.card-text, .card-text a {
	color: #000 !important;
	font-weight: bold !important;
}
