/*.dance{
    font-family: 'Dancing Script', cursive;

}*/

#vid1{
    max-height: 700px;
}

.or{
	color: #dd4377 !important;
}

#video .modal-dialog {
    width: 80%;
}

.gallcustom img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallcustom:hover img {
opacity: .5;
}
iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}

a {
cursor: pointer;
}

.checkbox:checked:before{
background-color:green;
}

.with_frame_image2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 4px solid #dd4377;
    border-radius: 5px;
    z-index: -1;
}


@media (min-width: 768px){
.with_frame_image2:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 40px;
    width: 100%;
    height: 100%;
    border: 4px solid #dd4377;
    border-radius: 5px;
    z-index: -1;
}
}


.with_line2:before {
    content: "";
    position: absolute;
    top: 116%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #dd4377;
    z-index: -1;
    width: 80%
}
