a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #5D5353;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    overflow: hidden;
}

header img {
    width: 100%;
    background: url(../img/turulogo_header.png) 0 0 no-repeat;
}

nav ul {
    position: absolute;
    top: 70%;
}

.header_link {
    text-align: center;
    margin-bottom: -30px;
    position: relative;
}

.header_link a {
    color: lightgray;
}

.header_link h1 {
    font-size: 0.9em;
}

section h2 {
    margin-bottom: 8px;
    padding: 2px 2px 2px 0;
    color: #5D5353;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 3px double #5D5353;
}

.section h2 {
    margin: 0;
    padding: 3px 10px;
    font-size: 0.88em;
    font-weight: bold;
    color: #fff;
    background: #5D5353;
}

.section li {
    margin: 0;
    padding-left: 18px;
    font-size: 0.75em;
    line-height: 1.8;
    background: #fff url(../img/bg_list.gif) 0 4px no-repeat;
    list-style: none;
}