html { font-size: 125%; background-color: #007858;}
body {
    margin:0;
    color:#ffffff;
    height: 100%;
    background-color:#007858;
    background: -webkit-linear-gradient(#0078c8 10%, #007858 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0078c8 10%, #007858 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0078c8 10%, #007858 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0078c8 10%, #007858); /* Standard syntax */
    font:1rem 'Noto Sans', sans-serif; }
br { clear:both; }
h2 {
    font-size:1.5rem;
    margin-bottom:1rem; }
h3 {
    font-size:1.25rem;
    clear: both; }
#downarrows {
    font-size:20px;
    color: #dddddd;
    letter-spacing: 141px;
    margin-left: 78px;
    margin-bottom: 14px;
    float: left; }
#infoleft {
    float:left;
}
#infomiddle {
    margin-left: auto;
    margin-right: auto;
}
#inforight {
    float: right;
}
a {
    color: white;
    text-decoration:none;
    font-weight:bold; }
a.traillink {
    float: left;
    display: block;
    width:100%;
    height:50px;
    padding-top: 18px;
    text-align: center;
    font-size: 24px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px; }
a.traillink:hover { background-color: #007858; }
p {
    margin-left:15px;
    margin-right:15px;
    color: #eeeeee; }
p a { color:#ffaa00; }
p a:hover { color:yellow; }
a.menu {
    display:block;
    width: 172px;
    height: 100%;
    float:right;
    font-size: 28px;
    line-height:200%;
    text-align:center;
    -webkit-border-radius:12px 12px 0px 0px;
    -moz-border-radius:12px 12px 0px 0px;
    -ms-border-radius:12px 12px 0px 0px;
    -o-border-radius:12px 12px 0px 0px;
    border-radius:12px 12px 0px 0px; }
a.menu:hover { background-color: #0066b0; }
.prev {
    float: left;
    -webkit-border-radius:36px 0px 0px 36px;
    -moz-border-radius:36px 0px 0px 36px;
    -ms-border-radius:36px 0px 0px 36px;
    -o-border-radius:36px 0px 0px 36px;
    border-radius:36px 0px 0px 36px; }
.next {
    float: right;
    -webkit-border-radius:0px 36px 36px 0px;
    -moz-border-radius:0px 36px 36px 0px;
    -ms-border-radius:0px 36px 36px 0px;
    -o-border-radius:0px 36px 36px 0px;
    border-radius:0px 36px 36px 0px; }
a.trailimagebrowsebutton {
    display: block;
    width: 96px;
    height: 302px;
    padding-top: 268px;
    background-color: #007858;
    text-align: center;
    font-size: 64px;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
a.trailimagebrowsebutton:hover { background-color: #006848; }
a.disabled {
    background-color: #006848;
    color: #006848;
    opacity: 0.5;
    cursor:default; } 
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
img.banner {
    border: 2px solid;
    float: left;
    margin-left: -2px;
    margin-bottom: 0px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px; }
#logo {
    display: block;
    width:450px;
    height:55px;
    margin-left:10px;
    float: left; }
img.pics {
    width:143px;
    height:107px;
    cursor:pointer;
    border:2px solid #ffffff;
    margin-left:14px;
    float:left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
img.pics:hover { border-color:#ffaa00; }
img.bigpic {
    width:760px;
    height:570px;
    float: left;
    margin-bottom: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
.bigpic:hover {
    -webkit-filter: brightness(85%);
    -moz-filter: brightness(85%);
    -ms-filter: brightness(85%);
    -o-filter: brightness(85%);
    filter: brightness(85%); }
div { line-height:150%; }
div.top {
    width: 992px;
    height:55px;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left:auto;
    margin-right:auto;
    background-color:#0078c8;
    clear:both; }
#main {
    width: 980px;
    height:100%;
    background-color:#00588c;
    padding:14px;
    border:2px solid;
    margin-bottom:100px;
    margin-left:auto;
    margin-right:auto;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    overflow:hidden; }
#infobar {
    display:inline;
    width:834px;
    background-color:#007858;
    border:3px solid;
    text-align:center;
    padding:3px 56px;
    margin:14px;
    float:left;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px; }
@media screen and (max-width: 1012px) {
    html { font-size: 200%; }
    body { background-color:#00588c; }
    #main {
        border: none;
        border-top: 5px solid;
        margin-bottom:0px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px; }
    a.traillink {
        height:72px;
        padding-top: 24px;
        font-size: 32px; }
    #infobar {
        width:918px;
        padding:3px 14px;
        font-size:24px;
    } }
#scroller {
    display: none;
    margin-left:14px;
    width:952px; }
#scrollable {
    float: left;
    width:760px;
    overflow:hidden;
    position:relative; }
#items {
    width: 4560px;
    position:absolute; }
#items div {
    width:760px;
    float:left;
    text-align:center; }
#items div p {
    clear:both;
    width:760px;
    margin:0px;
    margin-bottom: 1rem; }
div.preload { display:none; }
* {
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:100%;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color: transparent; }/* prevent tap highlight color / shadow */