.mainDiv {
	position: fixed;
	width: 100%;
	height: 120%;
    background-image: url(../img/harmandirSahib.JPG);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #40567f;
}

#titleimg {
	position: fixed;
	width: 70%;
	top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

h1 {
	text-align: center;
}
audio {
	display: none;
}
.controlls {
	width: 100%;
	position: fixed;
    left: 50%;
    top: 70%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.playButton {
	max-width: 40%;
	opacity: 0.5;
	/*position: relative;
    left: 50%;
    bottom: 0px;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}

.playButton:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.audioButtons {
	max-width: 20%;
	bottom: 50px;
}

.leftButton {
	left: 10%;
}

.rightButton {
	right: 10%;
}

@media screen and (max-width: 1000px) {
	.mainDiv {
		height: 100%;
	}

}
