@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed|Oswald');
.overly:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/44ga9qid.png);
    width: 100%;
    height: 100%; /*height of the image*/
    z-index: 0;
}
.TohiLogo{
    width: 100px;
}
.greyEffect{
    filter: grayscale(50%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
.space-right{
    margin-right: 10px;
}
.video-BG{
    background: url("../img/patt.png");
    background-repeat: repeat;
    color: #fff;
}
.song-BG{
    background: url("../img/song-BG.png");
    background-repeat: repeat;
    color: #fff;
}
.bio{
    color: #fff;
}
.lowerText{
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #fff;
    letter-spacing: 3px;
}
.section-heading{
    font-family: 'Oswald', sans-serif;
}
.footCopy {
    font-family: 'Encode Sans Condensed', sans-serif;
    padding-top: 40px;
}
.footCopy span{
}
#contact{
    padding-bottom: 10px;
}
#contact a span, #contact a{
    transition: all .5s;
}
#contact a:hover{
    color: #671f4e;
}
#contact a:hover span{
    color: #671f4e;
    font-size: 18px;
}
.bottomtxt{
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 3px;
}
.bottomtxt a:hover, .bottomtxt a:visited, .bottomtxt a:active, .bottomtxt a:link{
    color: #fff;

}
.bottomtxt a:hover{
    text-decoration: underline;
}

.game021-btn{
    background-image: url("../img/Game021-btn.png");
    width: 89px;
    height: 25px;
    display: block;
    transition: all .4s ease-in-out;
}
.game021-btn:hover{
    background-image: url("../img/Game021-btn-color.png");
    background-color: #000;
    width: 89px;
    height: 25px;
    display: block;
}

.navbar-toggler{
    background-color: #ffffff69;
}


.latetsSong_Module {
    position: relative;

    width: 120px;
    height: 120px;
    border: 1px solid #000;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #0000009e;
}

.latetsSong_Module:hover .overlay {
    opacity: 1;
}

.icons {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.latetsSong_Module a:hover {
    color: white;
}