body, p, dt {
    font: 16px Lato, Arial, Helvetica, sans-serif;
    color: #a9a9a9;
    line-height: 20px;
}
.container {
    margin: 40px auto 40px auto;
    width: 100%;
}

.container .full-page-image {
    text-align: center;
}
.container .full-page-image img {
    width: 100%;
    max-width: 1053px;
    height: auto;
}

/*
@media (min-width: 1055px) {
    .container {
        width: 1055px;
    }
}
@media (max-width: 790px) {
    .container {
        width: 790px;
        height: auto;
    }
    .container  .full-page-image img {
        width: 788px;
        height: auto;
    }
}
@media (max-width: 525px) {
    .container {
        width: 525px;
    }
    .container .full-page-image img {
        width: 520px;
    }
}
*/
.header {
    margin-bottom: 55px; 
}
.header h2 {
    width: 460px;
    text-align: center;
    margin: auto;
    padding: 0;
}
@media (max-width: 460px) {
    .header h2 {
        width: auto;
    }
}

.header .name {
    font-size: 38px;
    line-height: 38px;
    color: #808080;
    letter-spacing: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
}
.header .topic {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.menu li {
    list-style-type: none;
    display: inline;
    padding: 0 20px;
    border-left: 1px solid #cbcbcb;
}

.menu li:first-child {
    border-left: none;
}

.menu a {
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: none;
}
.menu a:active,
.menu a:hover,
.menu a.active {
    color: #808080;
}

.clear  {
    clear: both;
}

.content {
    border-top: 1px solid #cbcbcb;
    padding-top: 35px;
}
.index-page .content {padding-top:0; border-top: none;}

h1 {
    font-size: 30px;
    font-weight: normal;
    color: #808080;
    padding: 0;
    margin: 0 0 30px 0;
}
.content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 30px 0;
}
.content p,
.content dd {
    padding: 0;
    margin: 0 0 25px 0;
}
.content a {
    color: #bcd0dd;
}
.content ul {
    list-style: none;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 0;
}
.content ul li {
    padding-bottom: 32px;
}
.content ul li:before {
    content: '\25b6';
    color: #505050;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
}

.content div.experience ul {
    width: 250px;
    float: left;
}

.content dl.expanding dt {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 35px;
}
.content dl.expanding dt:hover {
    color: #d1d1d1;
}

.content .location {
    margin-bottom: 60px;
}
.content .location .location-map {
    width: 100%;
    height: auto;
    max-width: 506px;
}
@media (min-width: 800px) {
    .content .location .location-map {
        float: left;
        margin-right: 30px;
    }
    .content .location {
        height: 330px;
    }
}

.content .location address {
    color: #808080;
    font-weight: bold;
    font-style: normal;
}

.content .contact-form {
    width: 300px;
    margin-right: 125px;
}
@media (min-width: 800px) {
.content .contact-form {
    float: left;
    width: 430px;
    margin-right: 60px;
}
}
.content .contact-form input,
.content .contact-form textarea {
    width: 425px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    font: 16px Lato, Arial, Helvetica, sans-serif;
}
@media (max-width: 425px) {
.content .contact-form,
.content .contact-form input,
.content .contact-form textarea {
width: 90%;
float: none;
margin-right: 0;
}
}
.content .contact-form textarea {
    height: 155px;
}
.content #form-result-message {
    border: 1px solid block;
    padding: 5px;
}
.content .contact-details {
    padding-top: 20px;
}
.content .contact-details address p {
    color: #b3cddc;
    font-size: 25px;
}


.footer {
    margin-top: 40px;
}
.footer .copyright {
    font-size: 12px;
    color: #d8d8d8;
    text-align: center;
}
@media (max-width: 525px) {
    ul.menu li {
        line-height: 35px;
    }
    .header h2.topic {
        letter-spacing: 0;
    }
    address p {
        font-size: 20px;
    }
}

