﻿h6 {
    line-height: 1.5;
}

.tabs {
   background-color: transparent;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffffff;
    will-change: left, right;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    outline: none;
    background-color: transparent;
}


.image-overlay {
    margin-top: -150px;
    margin-left: 400px;
    -webkit-transition: .3s;
    /* Safari */
    -webkit-transition: .5s;
    transition: .5s;
}
