body {
    background-color: #fafafa;
}

.homepage_image {
    width: 70%;
    height: auto;
    margin: auto !important;
    margin-top: 30px !important;
}

.pkp_structure_content {
    background-color: #fff;
}

.pkp_structure_footer_wrapper {
    background-color: #303e4f;
    color: #fff;
}

.thumb a img {
    border-radius: 5px; 
    box-shadow: 0 0 10px #ededed;
}

ul.links li.view {
    padding-top: 10px;
}

ul.links li.view a {
    background-color: #303e4f;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

ul.links li.view a:hover {
    background-color: #3b4d63;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

ul.links li.current a {
    background-color: #fff;
    border: 1px solid #303e4f;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

ul.links li.current a:hover {
    background-color: #303e4f;
    border: 1px solid #303e4f;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
