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

/*  COLORS
	put info here as clipboard
		Bright blue   #2f3188
		Navy #231d1f

		Purple from band pic #ad005a
		Green from band pic #1f3004
		Brown from band pic #46272c
		Blue from band pic #0010be
		Red from band pic #c8191e
*/

/* FONTS
  font-family: "Open Sans", serif;
  font-family: "Libre Baskerville", serif;
*/



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

html {
	font-size: 16px;
	font-family: "Open Sans", serif;
  	box-sizing: border-box;
	font-weight: 400;
	line-height: 1.7;
	scroll-behavior: smooth;
}


body {
		font-family: "Open Sans", serif;
	    background-color: #fff;
	    position: relative;  
		color: #000; 
	}

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



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

h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Baskerville", serif;
	font-weight: 300;
	margin: 10px 0;
	color: inherit;
}

h1, h2, h3 {
	
}

h4, h5 {

}




.sloganCity {
	color: #999;
	font-size: .95rem;
	text-align: center;
}

a:link, a:visited  {
	color: #333;
	background: rgba(0,0,0,.05);
	text-decoration: none;
	padding: 0 3px;
}

a:hover, a:active {
	background: #fff;
	color: #666;
	text-decoration: none;
	padding: 0 3px;
}



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

.fbpitch a {
	background: none;
}




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,.9);	
	color: #000;	
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 20px 0;
}
.sectionStyle3 {
	background-color: rgba(255,255,255,.8);	
	color: #000;	
	margin: 0;
	padding: 20px 0;
}
.sectionStyle4 {
	background-color: rgba(255,255,255,.9);	
	color: #000;
	margin-top: 4px;
	margin-bottom: 4px;
	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: 2px;
	box-shadow: 1px 1px 2px 1px  #333;
	color: #000;
}

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

#cardArea .card-title, #cardArea2 .card-title  {
	color: #fff;
	text-align: center;
}


.card {
	margin-bottom: 0!important;
}

.card-body, .card-footer {
	padding: 15px !important;
}

.card-body *, .card-footer * {
	margin: 5px !important;
}

.groupCard {
	margin-top: 25px;
}


.offsetPic {
	margin-top: -50px;
	margin-bottom: 8px;
}



/* REDEFINE BOOTSTRAP STYLES */

.bg-info {
	background-color: #af925a !important;
}

.btn-secondary {
	background-color: #af925a !important;
}

