        
/*** central column on page ***/


        <meta name="viewport" content="width=device-width, initial-scale=1">



 p {letter-spacing: 2px;
    text-transform: none;
    font: 15px "Lato", sans-serif;
    color: #0000;
    background-color: inherit;}       

 p1 { font-size: 15pt;
    font-family: century-gothic, tahoma, arial, sans-serif, helvetica;
    color: #0000;
    background-color: inherit;}       


 p3 { font-size: 12pt;
    font-family: century-gothic, tahoma, arial, sans-serif, helvetica;
    color: #0000;
    background-color: inherit;}       




 a.nounderlineb {
  text-decoration: none
    color: #0000;
    background-color: white;

}
 a.nounderlineb:link {
letter-spacing: 2px;
    text-transform: none;
    font: 15px "Lato", sans-serif;
    color: #0000;
    background-color: white;
}
a.nounderlineb:active {
letter-spacing: 2px;
    text-transform: none;
    font: 15px "Lato", sans-serif;
    color: #0000;
    background-color: white;
}
a.nounderlineb:visited {
  letter-spacing: 2px;
    text-transform: none;
    font: 15px "Lato", sans-serif;
    color: #0000;
    background-color: white;
}
a.nounderlineb:hover {
  letter-spacing: 2px;
    text-transform: none;
    font: 15px "Lato", sans-serif;
    color: #0000;
    background-color: white;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #000;
}

.bgimg-1, .bgimg-2, .bgimg-3,  .bgimg-4,  .bgimg-5    {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("p_1.jpg");
  min-height: 50%;
}

.bgimg-2 {
  background-image: url("p_02a.jpg");
  min-height: 50%;
}



.bgimg-3 {
  background-image: url("p_2.jpg");
  min-height: 50%;
}

.bgimg-4 {
  background-image: url("p_03a.jpg");
  min-height: 50%;
}

.bgimg-5 {
  background-image: url("pup.jpg");
  min-height: 50%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}


div.centered      { width: 700px; }
div.columns       { width: 600px;  margin: 0 auto;}
div.columns div   { width: 300px; height: 100px; float: left; }
div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }
div.clear         { clear: both; }

h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 50px "Lato", sans-serif;
}

h2 {
  letter-spacing: 5px;
  text-transform: none;
  font: 30px "Lato", sans-serif;
}

h3 {
  letter-spacing: 5px;
  text-transform: none;
  font: 18px "Lato", sans-serif;
}

table {
        border-collapse: collapse;
        width: 100%;
      }

table.center {
        margin-left:auto; 
        margin-right:auto;
             }


th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
       }







