@font-face {
    font-family: 'Academy';
    src: url('/fonts/Academy.ttf') format('truetype');
}

@font-face {
    font-family: 'BGTHC';
    src: url('/fonts/BGTHC.ttf') format('truetype');
}

h3 {
    text-align: center;
    font-size: 30px;
    font-family: 'BGTHC', Arial, sans-serif;
    color: white;
    -webkit-text-stroke: 1px black;
    margin-top: 0;
    margin-bottom: 0;
}

.signature {
  color: white;
  -webkit-text-stroke: 1px black;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
}

.date {
  font-size: 16px;
  text-align: center;
  color: black;
  margin-bottom: 0;
  font-style: oblique;
  text-decoration: underline;
}

h1 {
    font-family: 'Academy', Arial, sans-serif;
    color: white;
    text-shadow: 3px 0 black, 0 6px black, 3px 0 black, 0 3px black;
    text-align: center;
    font-size: 50px;
}

footer {
  text-align: center;
}

body {
    background-image: url('/archives/winter/images/elvis/elvisbg.jpg');
    background-repeat: repeat;
    background-size: 17%, 100%, 100%;
    background-color: #d0d0d0;
    }

.divoutside {
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
}

.divinside {
    background-color: white;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    background-image: url('/archives/winter/images/layout/divbackground.gif');
    text-align: center;
}

.headerdiv {
  background-image: url('/archives/winter/images/elvis/groove.jpg');
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: .2px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  text-align: center;
}

p {
  padding: 5px;
  font-family: "Times New Roman", Times, serif;
  margin-top: 0;
}

.whitebutton {
    background-image: url('/archives/winter/images/elvis/groove.jpg');
    border: solid;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
   border-color: black;
   border-width: 2px;
   padding: 2px;
   padding-top: 2px;
}

.buttoncontainer {
  text-align: center;
  padding: 2px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: grey;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: aqua;
    text-decoration: none;
}

         p{  
         font-size: 20px;  
         text-decoration: none; 
         }

::selection {
    background-color: black;
}

::selection {
    color: white;
}

.extended {
  display: none;
}

.album {
  height: auto; 
  width: 200px; 
  margin: 20px;
}

.album:hover {
  transform: scale(1.1);
}










