ul.menu-list {
    list-style: none;
}

ul.menu-list li {
    display: block;
}

ul.menu-list li a:link,
ul.menu-list li a:active,
ul.menu-list li a:visited {
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    color: #fff;
    background: rgba(70, 68, 68, 0.336);
}

ul.menu-list li a:hover {
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
}

ul.menu-list li.active a:link,
ul.menu-list li.active a:active,
ul.menu-list li.active a:visited {
    width: 100%;
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
}

ul.menu-list li.active a:hover {
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    color: #fff !important;
    background: #aaa9a9e7;
}

.photoBox h2 a,
.photoBox h2 a:link,
.photoBox h2 a:active,
.photoBox h2 a:visited {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.photoBox h2 a:hover {
    font-size: 25px;
    font-weight: bold;
    color: #ccc;
}

.blog {
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .6);
}

.blog-img {}

.blog-content {
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.blog-content h1 {
    font-size: 11px;
    margin: 0;
    color: white;
}

.blog-content a:link,
.blog-content a:active,
.blog-content a:visited {
    color: white;
}

.blog-content:hover {
    color: white;
    background: rgba(253, 1, 1, 0.932);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.article-details {
    font-size: 11px !important;
}

.blog-article {
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .6);
    position: relative;
}

.blog-article-img {}

.blog-article-content {
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-article-content h1 {
    font-size: 11px;
    margin: 0;
    color: white;
}

.blog-article-content a:link,
.blog-article-content a:active,
.blog-article-content a:visited {
    color: white;
}

.blog-article-content:hover {
    color: white;
    background: rgba(253, 1, 1, 0.932);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
}