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

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
}

html, body {
  height: 100%;
}

body, p {
  text-align: left;
  font-size: 1.1em;
  font-weight: normal;
  line-height:1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial;
}

.p-wrap{
  margin-left:5px;
  margin-right:5px;
  margin-bottom: 20px;
  width:93%;
  max-width:920px;
}

.p-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -60px; 
}
.p-wrap:after {
  content: "";
  display: block;
}

.site-footer, .p-wrap:after {
  height: 60px; 
}
.site-footer {
  padding:18px;
  background:SKYBLUE;
  color:white;
}

.site-footer a{
  color:white;
}


.resize {
  max-width: auto;
  max-height: auto;
}


.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}


@media screen and (min-width: 480px) {
    p {
        text-align:center;
    }

<!--- this bracket seems out of place...

}

--->


<!--- iframe --->

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



<!--- iframe --->




/* ------ ------*/




img{
  max-width:100%;
    -webkit-transition: opacity .4s; /* Safari */
    transition: opacity .4s;
}

a img:hover{
  opacity:.7;
}

p{
  margin-bottom:30px;
}

h1{
   font-weight:bold;
   font-size:1.7em;
   line-height:1.1em;
   margin-bottom:20px;
}

h2{
   font-weight:bold;
   font-size:1.5em;
   line-height:1.4em;
   margin-bottom:20px;
}

h3{
   margin-bottom:25px;
   font-weight:bold;
   font-size:1.2em;
   text-decoration:none;
   border-bottom:4px solid #EE6240;
   display:inline-block;
   color:#EE6240;
   padding:5px;
}


h6{
   font-weight:normal;
   font-size:1em;
   margin-bottom:0px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

a {
    font-weight:bold;
    color:DODGERBLUE;
    text-decoration: none;
    -webkit-transition: color .4s; /* Safari */
    transition: color .4s;
    text-transform: capitalize;
}

a:hover{
	color:black;
}

/* ----- /end basic layout styles -----*/










.chunk{
background:white;
width:100px;
height:100px;
}

.warning{
  color:red;
}

.warning::after{
  content:" ✱";
}

.warning::before{
  content:"✱ ";
}

.rounded{
  border-radius:4px;
}

red{
 color:red;
}


.decap{
   text-transform:none;
}











/* custom css */



.social-link{
	margin-right:4px;
	margin-left:4px;
	margin-bottom:9px;
}

.little-socks{
	margin-top:6px;
	margin-right:4px;
	margin-left:4px;	
	height:auto;
	width:25px;
}

#meet{
	margin-top:30px;
	font-size:.8em;
	font-weight:500;
	max-width:375px;
	text-align:center;
}


.old-posts a{
    color:white;
}

.old-posts{
    color:white;
    padding-top:20px;
}

/* navigation links */



.navigation{
	font-weight: bold;
	margin-bottom:30px;
	font-size: 1.2em;
	background:SKYBLUE;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
}

@media screen and (min-width: 870px){.navigation {
	    font-weight:500;
	    padding-bottom:0px;
	}
}

.navigation a{
	text-decoration:none;
}

.n-lnk, .n-lnk-l{
	color:white;
}

.n-lnk, .n-lnk-l, .n-active, .n-active-l{
	padding:10px;
	padding-top:5px;
	line-height:2.2em;
	margin-right:0px;
	margin-left:0px;
	border-radius:4px;
	    -webkit-transition: color .4s;
    transition: color .4s;
}


@media screen and (min-width: 870px){.n-lnk, .n-lnk-l, .n-active, .n-active-l{
	margin-right:10px;
	margin-left:10px;
}
}

.n-active:hover, .n-active-l:hover{
	cursor:default;
}

.n-active, .n-active-l{
	color:black;
	background:white;
	padding-bottom:8px;
}

@media screen and (min-width: 870px){.n-active, .n-active-l{
	padding-bottom:20px;
}
}

.n-active a, .n-active-l a{
	color:black;
}

.n-lnk:hover, .n-lnk-l:hover{
	color:black;
}












.mobile-ghost {
	display: block; 
	text-align:center;
	line-height:1.6em;
}
        
@media screen and (min-width: 870px){.mobile-ghost {
	    display: none; 
	}
}

.mobile-troop {
	display: none; 
}
        
@media screen and (min-width: 870px){.mobile-troop {
	display: block; 
	text-align:center;
	line-height:1.6em;
	}
}













/* lower links 

.lower{
	color:black;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
}

.lower a{
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

.lower a:hover{
	color:black;
	text-decoration:underline;
}*/



.sub-link, .sub-link-l{
	font-size:.8em;
	background:white;
	text-decoration:none;
	padding:3px;
	line-height:2em;
	padding-left:6px;
	padding-right:6px;
	margin-right:0px;
	margin-left:0px;
	border-radius:2px;
	    -webkit-transition: color .4s; /* Safari */
    transition: color .4s;
}

.sub-link:hover, .sub-link-l:hover{
	color:black;
}


.sub-link .active, .sub-link-l .active{
	color:black;
}


.sub-link:after{
	content:"|";
	color:black;
	margin-right:0px;
	margin-left:20px;
}

@media screen and (max-width: 870px){.sub-link:after{
	content:"";
	margin-right:0px;
	margin-left:0px;
	}
}

.sub-link, .sub-link-l{
	line-height:1.5em;
}

















/* --------- fake table -------- */

.person {
   float:none;
}
        
@media screen and (min-width: 870px){.person {
	    float:left;
	}
}

.person{
  border-radius:4px;
  margin:5px;
  width:50%;
  max-width:150px;
  min-width:200px;
}

.text-block {
   margin-left:0px;
}
        
@media screen and (min-width: 870px){.text-block {
	    margin-left:250px;
	}
}

.text-block{
  text-align:left;
  margin-bottom:50px;
}
/* ------ /end fake table ------ */










<!--


/* --------- tables -------- */

table {
    border-collapse: collapse;
}

table, td, th {
    border: 2px solid black;
}

.tdyear{
  max-width:26px;
}

.n-td td{
	height:60px;
	padding:10px;
}

/* ------ /end tables ------ */



-->









/* ------ spacers ------ */

hr{
	height: 1px;
	border:2px solid black;
	background:black;
	width:90%;
	max-width:820px;
	margin-top:50px;
	margin-bottom:50px;
}

.gap{
	margin-top:60px;
	margin-bottom:60px;
}

.hop{
	height:0px;
	border-width: 0px;
	margin-top:20px;
	margin-bottom:20px;
}

/* ---- /end spacers ---- */












/* posting form css */

 
 .big-feild{
height: 100px !important;
width: 400px;
}

.title-entry{
	max-width:1000px;
	width:90%;
	font-size:1.7em;
	font-weight:bold;
}

.body-entry{
	font-size:.8em;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height:1.4em;
}

.entry-submit{
	cursor:pointer;
	border:1px black;
	border-radius:3px;
	background:black;
	color:white;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.8em;
	font-weight:bold;
	padding:10px;
}

.entry-submit:hover{
	background:red;
}

.tilt{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

/* Dropdown Button */
.dropbtn {
    background-color:DODGERBLUE;
    color: white;
    padding: 5px;
    font-size: .8em;
    font-weight:bold;
    border: none;
    border-radius:4px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    border-radius:4px;
    text-align:left;
    display: none;
    position: absolute;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #f9f9f9;
    border:1px solid WHITE;
    width: 85vw;
    max-width:325px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 9999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 14px 26px;
    text-decoration: none;
    display: block;
    z-index: 9999;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:WHITE}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change background of button when drop-menu shown */

.dropdown:hover .dropbtn {
    background-color:#E7E7E7;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}