html {
  background: url('/members/P1.JPG') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

body {
  padding: 10px;
}

img {
  padding: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 5px;
  text-align: center;
  position:absolute;
  top:0;
}

h1
{
font-size: 4vw;
font-weight: bold;
font-style: italic;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
padding-top: 1px;
margin: 5;
}

div
{
text-align: center;
font-size: 4vw;
font-weight: bold;
font-style: italic;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px black;
padding-top: 10px;
margin: 5;
}

button
{
  height: 50px; 
  width: 160px;
  font-size: medium;
}

/* Create four equal columns that float next to each other */
.column {
  float: left;
  width: 23%;
  padding: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:685px) {
  .column {
    width: 100%;
  }

