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

/*  COLORS
	put info here as clipboard


*/

/* FONTS
font-family: "Poppins", serif;
font-family: "Emilys Candy", serif;
font-family: "Open Sans", 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", serifh;
	    background-color: #333;
	    position: relative;  
		color: #000; 
	}

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



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

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

h1, h2 {
	font-family: "Emilys Candy", serif;
	text-shadow: 2px 2px 2px #666;
}

h3, h4 {
	font-family: "Poppins", serif;
}

h5, h6 {
	font-family: "Open Sans", serif;
}



.slogan {
	font-weight: 200;	
	text-align: center;
	padding: 10px 0 5px 0;
}

.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;
}

.boxshadow {
	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: 10px 0;
}

.sectionStyle3b {
	background-color: rgba(255,255,255,.9);	
	color: #000;	
	margin: 0;
	padding: 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.70);
	padding: 15px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px 4px rgba(0,0,0,.4);
	color: #000;
}

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

.photofloat25 {
	width: 25%;
	max-width: 400px;
	min-width: 150px;
	border: 1px solid #000;
	margin: 1px; 
}

.picTH {
	width: 25%;
	max-width: 450px;
	min-width: 150px;
	margin: 5px 15px;
}

.picthumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


.vidbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the vidbox div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}