@font-face{
    font-family: Majesti;
    src: url(media/font/Majesti-Bold.otf);
}
@font-face{
    font-family: Athelas;
    src: url(https://use.typekit.net/tfz0bqt.js);

}
h1 {
    font-family: 'Majesti', Times, serif;
    color: black;
    text-align: center;
    font-size: 350t;
    font-family: Majesti;
}
body {
    color: black;
    font-family: 'Athelas', Times, serif;
    font-size: 12pt;
    padding: 60px;
    background: url(../images/background.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: #8a8c8f;
}
div.textbox {
          margin: 30px;
          padding: 60px;
          background-color: #ffffff;
          border: 1px solid black;
          background: transparent;
          background: rgb(255, 255, 255);
          background: rgba(255, 255, 255, 0.7);
}
div.textbox p {
  font-weight: bold;
  color: #000000;
}
div.textbox a {
    font-weight: bold;
    color: #000000;
    padding: 60px;
    height:20px;
    width:5px;

}
ul {
    position: fixed;
    top: 0;
    width: auto;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #be1e2d;
    text-align: center;
    border: 1px solid #000;
}

li {
    float: left;
}

li a {
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
li a:hover {
    background-color: black;
}
th, td {
    padding: 10px;
    border-bottom: 1px solid #000;
}
tr{
    width: auto;
}
tr:nth-child(even){
    background-color: #CBCBCB
}
tr:hover{
    background-color: floralwhite;
}