@import url('header.css');
@import url('fonts.css');
@import url('works-gallery.css');
@import url('work-detail.css');
@import url('button.css');

body {
    background-image: url("/img/textures/grey_wash_wall.png");
    background-repeat: repeat;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

main {
    clear: left;
    margin-bottom: 20px;
}

h1 {
    margin: -10px 0px 30px 0px;
    text-align: center;
    color: #ddd;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    font-family: 'CaviarDreams';
}

h2 {
    margin: 0px;
    text-align: center;
    color: #eee;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    font-family: 'CaviarDreams';
}

h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Candara';
    line-height: 150%;
    color: #ddd;
}

h4 {
    font-size: 17px;
    font-weight: 800;
    font-family: 'Candara';
    line-height: 150%;
    color: #ddd;
}

.inline-link {
    padding: -2px 2px;
    text-decoration: none;
    color: #ddd;
    border-bottom: 2px solid #ccc;
    display: inline-block;
}

.inline-link:link {
    color: #ddd;
}

.inline-link a:visited {
    color: #666;
}

.inline-link:hover {
    color: #4bb675;
    border-bottom: 2px solid #4bb675;
    cursor: pointer;
}

.inline-link:active {
    color: #666;
}

.work .inline-link {
    margin-top: 16px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.work .inline-link:hover {
    border-bottom: 2px solid #4bb675;
}

footer {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-family: 'CaviarDreams';
}

@media only screen and (max-width: 820px) {
    main {
        padding-top: 16px;
    }
}