h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:32px;
    text-align: center;
}

h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#687477;
}

p {
    font-family:Arial, Helvetica, sans-serif; 
    text-align: center;
}

p.caption {
    padding: 5px 5px 0px 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color:#687477;
}

p.description {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    word-break: keep-all;
    color:#687477;
}

.PPS a {
    color: #e9b407;
}

.PPS a:hover {
    color: white;
}

.topnav {
    overflow: hidden;
    background-color:#687477;
    border-top: 2px solid #e9b407;
}

.topnav a {
    float: left;
    font-size: 16pt;
    color: #e9b407;
    text-align: center;
    width:25%;
    padding: 14px 0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.dropdown {
    float: left;
    overflow: hidden;
    width:25%;
}

.dropbtn {
    width: 100%;
}

.dropdown .dropbtn {
    font-size: 16pt;
    border: none;
    outline: none;
    color: #e9b407;
    padding: 14px 0;
    background-color: #687477;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    letter-spacing: 2px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #e9b407;
    color: #687477;
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #687477;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color:#e9b407;
    padding: 12px;
    width:452px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color:#e9b407;
    color:#687477;
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.row:after {
    content:"";
    display:table;
    clear:both;
}

.column {
    float: left;
}

.column.left {
    width: 10%;
}

.column.middle {
    width: 80%;
}

.column.right {
    width: 10%;
    float: right;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

div.gallery {
    margin: 11px;
    border: 1px solid #ccc;
    float: left;
    width: 350px;
}

div.gallery:hover {
    border: 1px solid #777;
    opacity: 0.5;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(12, 99, 51);
}

@media screen and (max-width: 500px) {
    .li-topnav a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    .topnav a {
        font-size: 12pt;
    }

    .dropdown .dropbtn {
        font-size:12pt;
    }

    .dropdown-content {
        width: 23%;
    }

    .dropdown-content a {
        width: 90%;
    }

    .column.left, .column.middle, .column.right {
        width: 100%;
        float:none;
    }

    .breaks {
        display:none;
    }
}