﻿
body {
    text-align: right;
    margin: 0;
    padding: 0;
    font: 18px/23px ReformaNarrowRegular, Tahoma,sans-serif;
    color: #fff;
    background-color: #8FBC8F;
}

a {
    border: 0;
}

.width {
    margin: 0 auto;
    width: 960px;
}

header {
    background-color: #556B2F;
    width: 100%;
    height: 120px;
    font-weight: bold;
}

.logo {
    float: right;
    margin-top: 50px;
}

    .logo a {
        font-size: 32px;
        color: #8FBC8F;
        text-decoration: none;
    }

nav {
    float: left;
    margin-top: 30px;
}

    nav a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    nav li {
        list-style: none;
        margin-right: 40px;
        float: right;
    }

.photo {
    background-color: #8FBC8F;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 {
    padding-top: 20px;
    margin: 0;
    font-size: 28px;
}

p {
    font-size: 20px;
    width: 70%;
}

.photo img {
    border-radius: 50%;
    border: 5px solid #556B2F;
    float: right;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.about {
    float: left;
    width: 50%;
}

    .about p {
        border-bottom: 2px dotted #fff;
        padding-bottom: 2px;
        font-size: 18px;
    }

.container {
    padding-top: 20px;
    padding-bottom: 20px;
}



.gallery {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .gallery table {
        margin: 0 auto;
    }

        .gallery table tr td {
            padding-left: 20px;
            padding-right: 10px;
        }

            .gallery table tr td a {
                opacity: 0.5;
            }

                .gallery table tr td a:hover {
                    opacity: 1 !important;
                }

            .gallery table tr td img {
                width: 200px;
                height: 200px;
                border: 5px solid #556B2F;
                border-radius: 20px;
            }

.left {
    float: left;
    width: 30%;
}

.container .left p {
    margin-right: 40px;
}

.left ul {
    list-style: none;
}

    .left ul li {
        margin-bottom: 5px;
    }

.right {
    float: right;
    width: 70%;
}

.container dl {
    margin: 0;
    margin-bottom: 20px;
}

.container dt {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 30px;
}

.container dd {
    margin-top: 5px;
}

footer {
    background-color: #16a085;
    padding-top: 40px;
}

.info {
    border-bottom: 1px dotted #fff;
    padding-bottom: 8px;
}

form input[type="text"] {
    border: 0px;
    border-radius: 5px;
    width: 70%;
    height: 30px;
}

form textarea {
    border: 0px;
    border-radius: 5px;
}

form input[type="submit"] {
    background-color: #556B2F;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
}

.copy-content {
    background-color: #556B2F;
    padding: 15px 20px 10px 10px;
    margin-top: 40px;
}

    .copy-content a {
        color: #fff;
        text-decoration: none;
        float: left;
        margin-left: 15px;
    }

        .copy-content a img {
            margin-left: 5px;
        }

.clear {
    clear: both;
}

@media screen and (max-width: 1020px) {
    .width {
        width: 95% !important;
    }

    nav {
        margin-left: 30px;
    }

    .left {
        width: 27%;
        padding-left: 23px;
    }

    .right {
        width: 68%;
    }

    .gallery table tr td img {
        width: 150px !important;
        height: 150px !important;
    }

    form textarea {
        width: 80% !important;
    }
}

@media screen and (max-width: 768px) {
    .about {
        width: 100% !important;
    }

    .gallery table tr td img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 690px) {
    .left {
        float: none;
        width: 95% !important;
    }

    .right {
        float: none;
        width: 95% !important;
    }

    .logo {
        float: none;
        padding-top: 40px;
        margin-top: 0 !important;
        text-align: center;
    }

    nav {
        float: none;
        margin-top: 0;
        text-align: center;
    }

        nav li {
            margin-right: 10% !important;
        }
}

@media screen and (max-width: 600px) {
    .gallery table tr td img {
        width: 50px !important;
        height: 50px !important;
    }

    .photo img {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    nav li {
        margin-right: 5% !important;
    }
}

@media screen and (max-width: 390px) {
    nav li {
        margin-right: 3% !important;
    }

    .gallery table tr td {
        padding-left: 0px !important;
    }

        .gallery table tr td img {
            width: 40px !important;
            height: 40px !important;
        }
}


table {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
