/* General Styles */

@font-face {
    font-family: prodigy;
    src: url(prodigy.regular.ttf);
}

@font-face {
    font-family: morvien;
    src: url(morvien.regular.ttf);
}

@font-face {
    font-family: nortnoh;
    src: url(nortnoh.regular.ttf);
}


html {
    background-color: rgb(157, 157, 157);
    margin: auto;
    width: 80%;
}

h3 {
    font-family: nortnoh;
    text-align: center;
    font-size: 200%;
    letter-spacing: 5px;
}

p,
td {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

th {
    font-family:nortnoh;
    font-size: 1.1;
}

#title {
    margin: auto;
    width: 95%;
}

#title h1 {
    border-bottom: .5pt solid;
    border-radius: 40%;
    font-family: nortnoh;
    text-align: center;
    color: black;
    font-size: 300%;
    letter-spacing: 8px;
    margin: auto;
    width: 60%;
}

#opening {

    margin: auto;
    width: 75%;
    text-align: justify;
    border-radius: 5%;
}

#compass {
    margin: auto;
    width: 25%;
}

#compass table {
    border-collapse: collapse;
    padding: 0%;
}

#compass td {
    text-align: center;
}

#compass tr {
    height: 25px;
}

#information {
    margin: auto;
    padding: 10px;
    width: 95%;

}

#information td,
th {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

#information tr {
    height: 20px;
}

#loc {
    height: 90px;
}

#mes {
    height: 30px;
}

.direction {
    background-color: rgb(157, 157, 157);
    border: 0px;
    border-radius: 50%;
    font-family: nortnoh;
    font-size: 150%;
}

.direction:hover {
    background-color: aquamarine;
}



.hidden {
    display: none;
    visibility: hidden;
}

.visible {
    display: block;
    visibility: visible;
}