.path-holder {
    border: 2px solid #6b5835;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.75);
}
.path-inner {
    -webkit-box-shadow: inset 0 0 10px 5px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 0 10px 5px rgba(0,0,0,1);
    box-shadow: inset 0 0 10px 5px rgba(0,0,0,1);
    overflow: hidden;
}
.path-title {
    background: #000;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #c9aa71;
    -webkit-box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
    -moz-box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
    box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
    position: relative;
    z-index: 2;
}
.path-content {
    position: relative;
    padding: 30px 15px 15px;
}
.path-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.path-content.domination {
    background: url("../img/runes-image.jpg") center center;
    background-size: cover;
}
.path-content.inspiration {
    background: url("../img/inspiration.jpg") center center;
    background-size: cover;
}
.path-content.precision {
    background: url("../img/precision.jpg") center center;
    background-size: cover;
}
.path-content.resolve {
    background: url("../img/resolve.jpg") center center;
    background-size: cover;
}
.path-content.sorcery {
    background: url("../img/sorcery.jpg") center center;
    background-size: cover;
}
.path-content img {
    display: block;
    width: 64px;
    height: 64px;
    border: 2px solid #6b5835;
    border-radius: 50%;
    background: #000;
    margin: 0 auto;
}
.path-content.domination img {
    border-color: #d64142;
}
.path-content.inspiration img {
    border-color: #44acb5;
}
.path-content.precision img {
    border-color: #c6aa73;
}
.path-content.resolve img {
    border-color: #7baa63;
}
.path-content.sorcery img {
    border-color: #7b8eef;
}
.rune-item {
    text-align: center;
    margin-bottom: 15px;
}
.rune-item a {
    color: #f1e6d0;
    text-decoration: none;
    outline: none;
}
.rune-item hr {
    border-top: 1px solid #c9aa71;
}
@media(max-width: 575px) {
    .path-content .col-3 {
        padding: 0 5px;
    }
    .path-content img {
        width: 50px;
        height: 50px;
    }
}
