
img#temp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
}

div.cover {
    height: 150px;
    margin-top: 0.5cm;
}

div.cover img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    z-index: 3;
    border-radius: 50%;
    border-style: solid;
    border-color: #800040;
    border-width: thick;
}

.colorBar {
    height: 90px;
    margin-top: -70px;
    background-image: url("../pics/bg-4-full.jpg");
}

div.colorBar table {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: cursive;

}

a:link {
    text-decoration: none;
}

nav table {
    width: 100%;
    table-layout: fixed;
    background-color: darkslategray;
}

nav td{
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
}

nav a:link, nav a:visited {
    color: antiquewhite
}

div#navigation nav{
    float: left;
}

div#page{
    height: 100%;
    margin-left: 200px;
    padding: 50px;
    background-color: bisque;
    font-size: 18px;
}

div#page hr{
    width: 60%;
    height: 2px;
    background-color: chocolate;
}


div#container div {
  background-color: lightcyan;
  color: #800040;
  height: 170px;
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 30px;
  border-style: double;
  border-width: thick;
  border-color: #800040;
  box-shadow: 5px 5px 5px darkgray;

}

div#container div table {
  margin: 20px;
  vertical-align: top;
}

div#container div table td img {
  height: 110px;
  width: 130px;
  border-style: solid;
  border-width: thin;
  border-color: darkgray;
  border-radius: 15%;
  margin-top: 5px;
  margin-left: 5px;
  box-shadow: 2px 2px 2px darkgray;

}

div#container div table td h5 button {
  background-color: #800040;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 4px 4px 4px darkgray;
}


div#container div table td h5 button:active {
  box-shadow: none;
  transform: translateY(2px);
}
