html, body { 
  background-color:#000;
  background-image: url("images/wp.png");  
  font: 14px Arial, Helvetica, Sans Serif; color:#000;
  margin:0;
  padding:0;
}

a:link {font: 14px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}
a:visited {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}
a:active {font: 14px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}
a:hover {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

a.big:link {font: 16px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}
a.big:visited {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}
a.big:active {font: 16px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}
a.big:hover {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

a.sm:link {font: 12px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}
a.sm:visited {font: 12px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}
a.sm:active {font: 12px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}
a.sm:hover {font: 12px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

.smallest {font: 10px Arial, Helvetica, Sans Serif; text-decoration: none; color:#000;}
.small {font: 12px Arial, Helvetica, Sans Serif; text-decoration: none; color:#000;}
.bigtext {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none;}

.container {
    display: table;
    border-width: 0px;
    width: 100%;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
}

.row {
display: table-row;
}

.row2 {
display: table-row;
border-style: solid;
border-width: 2px;
}

.col {
display: table-cell;
text-align: center;
vertical-align: top;
border-width: 0px;
}

.col2 {
display: table-cell;
vertical-align: top;
background-color:#fff;
width:70%;
padding: 5px;
}

.col15 {
display: table-cell;
text-align: center;
vertical-align: top;
width:15%;
padding: 10px;
}

.col3 {
display: table-cell;
vertical-align: top;
border-style: solid;
border-width: 2px;
background-color:#fff;
width:25%;
padding: 10px;
}

.col4 {
display: table-cell;
vertical-align: top;
width:50%;
padding: 5px;
}

.col33 {
display: table-cell;
vertical-align: top;
width:33%;
padding: 5px;
}

.containera {
display: table;
border-width: 0px;
width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    padding: 0px;
    margin: 0px;
}

.blurb {
text-align:left;
padding:15px;
width:100%;
background-color:#eee;
border:1px solid #000;
}

.leftpad {
  border: 1px solid #000;
  padding: 5px;
  background-color:#cccbcb;
  float:left;
  margin-right:8px;
max-width:40%;
}

.thumb {
border: 1px solid #000000;
}

img.flex  {
max-width:100%
}

/* Responsive Gallery */

.rowgal {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sit next to each other */
.columngal {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.columngal img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Create two equal columns that sit next to each other */
.columngal2 {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}
.columngal2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Create three equal columns that sit next to each other */
.columngal3 {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}
.columngal3 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columngal {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal2 {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal3 {
    flex: 100%;
    max-width: 100%;
  }
}

 /* Strictly mobile below */

   /* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to */

.mw-parser-output .nowrap,
.nowraplinks a {
	white-space: nowrap;
}
.mw-parser-output .infobox .nowrap {
	white-space: normal !important;
}

   /* But allow wrapping where desired: */

.wrap,
.wraplinks a {
white-space: normal;
}

        /* For mobile phones: */
[class*="col-"] {
     width: 100%;
     }

@media only screen and (min-width: 600px) {
         /* For tablets: */
       .col-m-1 {width: 8.33%;}
       .col-m-2 {width: 16.66%;}
       .col-m-3 {width: 25%;}
       .col-m-4 {width: 33.33%;}
       .col-m-5 {width: 41.66%;}
       .col-m-6 {width: 50%;}
       .col-m-7 {width: 58.33%;}
      .col-m-8 {width: 66.66%;}
      .col-m-9 {width: 75%;}
      .col-m-10 {width: 83.33%;}
      .col-m-11 {width: 91.66%;}
      .col-m-12 {width: 100%;}
 }

 @media only screen and (min-width: 768px) {
      /* For desktop: */
      .col-1 {width: 8.33%;}
      .col-2 {width: 16.66%;}
      .col-3 {width: 25%;}
      .col-4 {width: 33.33%;}
      .col-5 {width: 41.66%;}
      .col-6 {width: 50%;}
      .col-7 {width: 58.33%;}
      .col-8 {width: 66.66%;}
      .col-9 {width: 75%;}
      .col-10 {width: 83.33%;}
      .col-11 {width: 91.66%;}
      .col-12 {width: 100%;}
      .header {max-height:65px;width:100%;border:none;}
    #containermain {
    display: table;
    border-width: 0px;
    width: 75%
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 70px;
    padding-top: 5px; 
    padding-left: 10px; 
    padding-right:15px;
    text-align: left;}
   img.ttl {
   float:left
   object-fit: cover;
   object-position: bottom;
       max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
    .header {max-height:45px;width:100%;border:none;}
    #containermain {
    display: table;
    border-width: 0px;
    width: 100%
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 50px;
    padding-top: 5px; 
    padding-left: 10px; 
    padding-right:15px;
    text-align: left;}
    img.ttl {
       float:left
       object-fit: cover;
       object-position: bottom;
       max-width: 60%;
       }
}