.navbar {
    margin-bottom: 0px;
}

.banner-background {
    background-color: #31A3DD;
    box-shadow: 0px 5px 5px rgba(0,0,0,.265);
}

.banner-box {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}

.item img, .icon-circle img, a .dummy-container img:active {
    margin: 0 auto;
}

.content .header-wrapper {
    width: 100%;
    text-align: center;
}

.content .header-wrapper h1 {
    display: inline-block;
    text-align: center;
    border-bottom: solid 2px #31A3DD;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.explore-section {
    margin-top: 30px;
    margin-bottom: 150px;
}

.dummy-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.dummy {
    margin-top: 100%;
}

.icon-circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #31A3DD;
    border-radius: 100%;
    box-shadow: 4px 4px 0px rgba(0,0,0,.265);
    text-align: center;
}

.icon-circle:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.icon-circle:hover, .icon-circle:active {
    background-color: #FF9F2A;
}

.icon-circle:active {
    box-shadow: 2px 2px 0px rgba(0,0,0,.265);
}

.icon-circle img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: auto;
}

.explore-title {
    margin-left: 0;
}

.explore-description {
    margin-left: 0;
}

.explore-section a:link, .explore-section a:visited {
    text-decoration: none;
    color: #31A3DD;
}

.explore-section a:hover, .explore-section a:active {
    text-decoration: none;
    color: #FF9F2A;
}

.off-row {
    background-color: #F3F3F3;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.post {
    width: 100%;
    height: 100%;
    margin: 0px;
    box-shadow: none;
}

.post .post-title a:link, .post .post-title a:visited {
    text-decoration: none;
    color: #31A3DD;
}

.post .post-title a:hover, .post .post-title a:active {
    text-decoration: none;
    color: #FF9F2A;
}

.link-more {
    display: none;
}

#mixgrid2 .mix .flat-button {
    font-size: 20px;
}

.post hr {
    margin-top: 0px;
    margin-bottom: 5px;
}

#mixgrid2 .mix {
    padding: 10px;
}

#mixgrid2.mix-container {
    margin-top: -10px;
}

@media screen and (max-width: 991px) {
    .explore-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .explore-title {
        font-size: 32px;
    }
    
    .explore-description {
        font-size: 24px;
    }
}