body {
    background-color:#B1BCA0;
    font-family: sans-serif;
    margin: 50px;
}
#pageheaders {
    color:#231709;
    font-size: 35px;
    text-align: center;
}
.linkblock {
    display: inline-block;
    margin-right: 30px;
}
hr {
    border: 1px dotted #231709
}
.centertext {
    text-align: center;
}
.center {
    display:block;
    margin-left: auto;
    margin-right:auto;
    width: 400px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 28px;
}
.homebutton {
    background-color: rgb(54, 37, 13);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.mapblock {
    text-align: center;
    font-size: smaller;
}
.montane {
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.jumpbutton {
    background-color: rgb(0, 58, 10);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}
