body {
    background: url("../img/honey-comb.png") repeat;
    color: #4f4f4f;
}
img {
    max-width: 100%;
}
.site-content {
    background: #ffffff;
}
.colorized {
    color: #2e7272 !important;
}
.color-div {
    width: 100%;
    height: 10px;
    background: #2e7272;
}
.section-title {
    margin-bottom: 20px;
    color: #2e7272;
}
.block {
    padding: 20px;
}
h1 {
    font-family: 'Righteous', cursive;
    margin-top: 0;
}
h5 {
    font-family: 'Raleway', sans-serif;
}
h1.title {
    border-bottom: 1px solid #2e7272;
}
h1.title span.t1 {
    color: #2e7272;
}
h5.tagline {
    margin-bottom: 20px;
}
h5.tagline span.t2 {
    color: #2e7272;
    font-weight: bold;
}
.img-dp {
    max-width: 100%;
    width: 100%;
    border-left: 5px solid #2e7272;
}
.profile-meta {
    margin-top: 20px;
    text-align: center;
}
.profile-meta a {
    color: #2e7272;
}
.profile .item {
    margin-bottom: 15px;
}
.item p {
    margin: 0;
}
.item p.item-header {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
}
.item p.item-content a.other-link-item {
    font-size: 25px;
    color: #2e7272;
    margin-right: 5px;
}
.item .item-list {
    margin-top: 10px;
}
.progress-item {
    margin-bottom: 10px;
}
.progress-item h5 {
    font-size: 16px;
}
.progress-item .bg-success {
    background-color: #2e7272 !important;
}
.progress-item .progress-bar {
    text-align: right;
    padding: 5px;
}
.portfolio-item {
    margin-bottom: 20px;
}
.portfolio-item .title {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
}
.p-tags {
    font-size: 14px;
    font-style: italic;
}
.profile-logo {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.profile-logo img {
    max-width: 100px;
}