/* website */

#header {
    max-width: 900px;
    margin: auto;
}

#header #topnav {
    height: 30px
}

#header #topnav ul {
    text-align: right;
    padding-right: 30px;
}

#header #topnav ul li {
    display: inline
}

#header #topnav ul li a {
    padding: 3px 5px 3px 15px;
    text-decoration: none;
    color: rgba(60, 60, 60, 1);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 30px;
}

#header #topnav .currentlink {
    color: rgba(0, 0, 0, 1);
}

#header #logo {
    padding-left: 30px;
    padding-top: 10px;
}

#header #logo a {
    text-decoration: none;
    color: rgba(60, 60, 60, 1);
}

#header #logoTop {
    font-family: Verdana, Geneva, serif;
    font-size: 48px;
}

#header #logoBottom {
    font-family: Verdana, Geneva, serif;
    font-size: 18px;
    margin-top: 10px;
}

#nav {
    max-width: 900px;
    margin: auto;
}

#nav ul {
    list-style-type: none;
    text-align: right;
    margin: auto;
    padding-top: 30px;
    padding-right: 30px;
}

#nav li {
    display: inline;
    padding-left: 20px
}

#nav li a {
    text-decoration: none;
    color: rgba(98, 98, 98, 1.00);
    font-family: Verdana, Geneva, sans-serif;
}

.content {
    max-width: 900px;
    margin: auto;
    padding-top: 30px
}

.centcol {
    text-align: center;
}



.content h3 {
    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    line-height: 18px;
    color: rgba(65, 65, 65, 1.00);
    font-weight: bold;
    padding-bottom: 20px;
}

.content p {
    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(65, 65, 65, 1.00);
    text-align: justify
}

#contentTwo,
#contentThree {
    margin-top: 30px;

}

#oneOne,
#twoOne {
    padding-left: 30px;
    padding-right: 30px;
}
#oneOne img,
#twoOne img{
    max-width: 100%;
}
#oneTwo,
#twoTwo {
    padding-left: 30px;
    padding-right: 30px;
}

#threeOne,
#threeTwo {
    padding-left: 30px;
    padding-right: 30px;
}

#threeOne {
    padding-bottom: 15px;
}

#contentFour {

    text-align: center;
}

#contentFour img {
    max-width: 100%;
    box-shadow: 0px 0px 6px rgba(200, 200, 200, 1.00);
}

#contentFour .gotop {
    padding-right: 15px;
}

.space {
    padding: 15px
}

.gotop {
    text-align: right;
    margin-top: 10px;
}

.gotop a {
    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.go {
    text-align: center;
}

.go .bt {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3b3b3b;
    padding: 10px 70px;
    background: -moz-linear-gradient( top,
    #d1d1d1 0%,
    #dedede);
    background: -webkit-gradient( linear, left top, left bottom,
    from(#d1d1d1),
    to(#dedede));
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0),
    inset 0px 0px 0px rgba(000, 000, 000, 0)
}

#footer {
    max-width: 900px;
    margin: auto;
}

#footer #contact {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;

    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(65, 65, 65, 1.00);
}

/* ackowledgement */

#footer .text {
    padding: 0 30px 20px 30px;
}

#footer .text p {
    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(65, 65, 65, 1.00);
}

#footer .text p span {
    font-style: italic
}

#footer h5 {
    font-family: Verdana, Geneva, serif;
    font-size: 14px;
    line-height: 14px;
    color: rgba(65, 65, 65, 1.00);
    text-align: justify;
    font-style: italic;
    margin-top: 10px;
}

.applelinksblack a {
    color: #000000 !important;
    text-decoration: none;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: 14px;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

/* pages with gallery */

 #gallery #thepage {
    padding: 5px 30px 20px 30px;
    font-family: Verdana, Geneva, sans-serif;
}

#gallery #container {    
    padding: 0 20px;
}
#gallery img{max-width: 100%}


#gallery footer {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center
}

#gallery footer p {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

/** LIGHTBOX MARKUP **/

#gallery .lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
}

#gallery .lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 90%;
    margin-top: 3%;
}

#gallery .lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
