﻿.gallery-div {
    background-color: #FFEB3B;
}

.gallery-block.grid-gallery a:hover {
    opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    transition: 0.4s;
}
.headings h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Monotype Corsiva';
    font-size: 35px;
    font-weight: bold;
    color:red;
    text-decoration: underline;
}
 .headings h2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Monotype Corsiva';
    font-size: 35px;
    font-weight: bold;
    color:red;
    text-decoration: underline;

}

.sports img{
    width:100%;
    height:30vh;
}

.headings{
    color:red;
   
}
@media screen and (min-width:64px) and (max-width:320px)
{
    iframe
    {
        width:100%;
        height:100%;
        padding-bottom:20px;
    }
    .video4 {
        width: 220%;
        height: 100%;
    }
}


    
   

    @media (min-width: 576px) {
        .gallery-block.grid-gallery .scale-on-hover:hover {
            transform: scale(1.01);
        }
    }


       
    