.custom_choose_your_experience .header-row {
    text-align: center;
    margin-bottom: 15px;
}

.custom_choose_your_experience .header-row .title {
    font-family: 'Lavanderia', sans-serif;
    color: #a32c24;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom_choose_your_experience .header-row .subtitle {
    color: #8177b7;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}


/**** EXPERIENCE GRID ****/

.custom_choose_your_experience .experience-grid .columns {
    padding: 0px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.custom_choose_your_experience .experience-grid .columns a {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.custom_choose_your_experience .exp-text {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    transition: all ease .5s;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_choose_your_experience .ship-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease .5s;
}

.custom_choose_your_experience .color-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.custom_choose_your_experience .experience-grid .columns:nth-child(1) .color-overlay {
    background-color: rgba(0, 179, 219, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(2) .color-overlay {
    background-color: rgba(239, 65, 53, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(3) .color-overlay {
    background-color: rgba(252, 176, 52, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(4) .color-overlay {
    background-color: rgba(129, 119, 183, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(5) .color-overlay {
    background-color: rgba(176, 123, 37, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(6) .color-overlay {
    background-color: rgba(153, 153, 153, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(7) .color-overlay {
    background-color: rgba(175, 189, 34, .6);
}

.custom_choose_your_experience .experience-grid .columns:nth-child(8) .color-overlay {
    background-color: rgba(0, 114, 143, .6);
}

.custom_choose_your_experience .imgcont {
    position: relative;
    height: 100%;
}

.custom_choose_your_experience .imgcont img {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/**** END EXPERIENCE GRID ****/

.custom_choose_your_experience .footer-row {}

.custom_choose_your_experience .footer-row a {
    display: block;
    margin: 30px auto;
    background-color: #00afdb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 240px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}

@media (max-width: 64em) {
    .custom_choose_your_experience .header-row .title {
        font-size: 52px;
    }
    .custom_choose_your_experience .exp-text {
        font-size: 20px;
        line-height: 24px;
    }
    .custom_choose_your_experience .row.experience-grid {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (max-width: 40em) {
    .custom_choose_your_experience .header-row .title {
        font-size: 35px;
        line-height: 35px;
    }
    .custom_choose_your_experience .header-row .subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .custom_choose_your_experience .experience-grid .columns {
        height: 90px;
    }
    .custom_choose_your_experience .ship-overlay,
    .custom_choose_your_experience .ship-overlay img {
        height: 100%;
    }
    .custom_choose_your_experience .imgcont img {
        position: absolute;
    }
    .custom_choose_your_experience .exp-text {
        font-size: 27px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 64.063em) {
    /*.custom_choose_your_experience .row.experience-grid {
        padding-bottom: 50%;
        height: 44.875rem;
    }*/

    /* Hover States */

    .custom_choose_your_experience .experience-grid .columns:hover .exp-text {
        opacity: 0;
    }
    .custom_choose_your_experience .experience-grid .columns:hover .ship-overlay {
        opacity: 1;
    }
    .custom_choose_your_experience .footer-row a:hover {
        text-decoration: underline;
    }
}
