

html, body      {height: 100%; width: 100%;text-align: center; background: url(../images/landing.jpg); background-size: cover;     background-position: center center;  background-attachment: fixed;}
header         {position: fixed; width: 100%;height: 150px; position: fixed;top: 0px;left: 0;z-index: 1;  border-bottom: 1px solid rgba(255,255,255,.25);}

h1	{font-family: 'Roboto', sans-serif; color: black;  font-size: 40px}
h2 	{font-family: 'Roboto', sans-serif; color: black;  font-size: 30px}

p, h3, h4 {font-family: 'Roboto', sans-serif; color: black;  font-size: 20px }
#Pics { padding-top: 10%;}

img {border: 2px solid white ; border-radius: 5px; margin: 5px;}

img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 1.0;
  }