    	/*******************/
    	/*      Mobile     */
    	/*******************/
		@media screen and (max-width: 1025px){
			.ropes{
				height: 10vh;
			}

			.shop{
    			top: auto;
    			bottom: 0;
    			left: 10px;
    		}			

    		.main-content{
    			display: none;
    		}

			.mobile{
				display: flex;
				flex-direction: column;
				background-color: #2D3A4B;
				overflow-x: hidden;
			}

			.mobileAudio{
				display: block;
			}

			.audio{
				display: none;
			}

			.mobile__logo .logo-img{
			    width: 100%;
    			height: 100%;
			}

			.mobile__catImage{
				width: 50vw;
			}

			.mobile__cat-img{
				height: 300px;
			}

			.music{
				margin: 0;
			}

			.mobile__box{
			    display: flex;
    			flex-direction: column;
    			align-self: center;
    			height: 90%;
    			width: 50%;
    			background-color: #fff;
    			box-shadow: 7px 7px 30px 0px rgba(50, 50, 50, 0.75);
    			padding: 25px;    	
    			width: 90vw;
    			margin: 50px auto;
			}

			.mobile__box__innerBox{
			    display: flex;
			    flex-direction: column;
			    justify-self: center;
			    align-self: center;
			    height: 100%;
			    align-items: center;
			    justify-content: center;
			    color: #000;
			    font-family: Lora;	
			    width: 80vw;	
			    text-align: center;
			}		

			.h3-title{
	    		margin: 20px 0 10px 0;
	    		color: #C8AB87;
	    		font-size: 25px;
			}		

			.top-h1-line-1,
			.top-h1-line-2,
			.bottom-h1-line-1,
			.bottom-h1-line-2 {
			    width: 100%;
			    background-color: rgba(55, 55, 57, .2);
			    border: 0px;
			    height: 2px;
			    margin: 5px;
			}			

 			.h1-title{
				font-family: Arial;
				color: #59717E;
	    		font-size: 50px;
	    		margin-top: 15px;
			}				

			.description{
			    display: flex;
			    justify-content: center;
			    line-height: 2;
			    font-size: 15px;
			    text-align: center;
			}		

			.img-box{
    			display: flex;
    			justify-content: center;
    			align-items: center;				
			}

			.img-box__img{
				width: 80vw;
			}   	

			.lights{
				display: flex;
				justify-content: center;
	    		align-items: center;
	    		width: 100%;	
	    		color: #fff;		
			}

			.lights img{
			    width: 30%;
	    		height: 80%;
	    		animation: lightUp 6s infinite;
	    		filter: drop-shadow(10px 10px 30px);
			}		

			@keyframes lightUp{
				0%{
					filter: drop-shadow(10px 10px 30px);
				}

				50%{
					filter: drop-shadow(0px 0px 0px);
				}

				100%{
	    			filter: drop-shadow(10px 10px 30px);
				}
			}		

			.mobile__footer{
    			display: flex;
    			justify-self: center;
    			align-self: center;
    			margin: 80px auto;		
    			position: relative;
    			color: #fff;
    			background-color: #4B5964;
    			opacity: .9;
    			font-family: Franchise;    		
			    width: 90vw;
    			left: 0;
    			text-align: center;    			
			}

			.mobile__footer-content{
    			display: flex;
    			justify-content: center;
    			align-items: center;
    			height: 100%;
    			font-size: 70px;	
    			text-align: center;			
			}

			.mobile_circle{
				margin: 100px 0;
			    display: flex;
			    flex-direction: column;
			    justify-content: center;
			    align-items: center;				
			}

			.circleTop, .circleImg, .circleBtm{
				opacity: 1;
				position: static;
				top: 0;
				left: 0;
			    height: 100px;
			    width: 200px;				
			}

			.circleTop{
				background-color: yellow;
				border-top-left-radius: 200px;
			    border-top-right-radius: 200px;
			}

			.circleBtm{
				border-bottom-left-radius: 200px;
			    border-bottom-right-radius: 200px;	
			}

			.circleImg{
				height: 200px;
			}

			.book_container{
				flex-direction: row;
				font-size: initial;
			}

			.book_title{
				margin: 0 10px;
			}
		}

		@media screen and (min-width: 600px){
			.mobile__catImage{
				margin: 0 60vw;
			}

			.book_container{
				width: 100%;
			}
		}

		@media screen and (min-width: 1365px) and (max-width: 1367px){
	    	.cat-img{
				left: calc( -6vw - 150px);			
				animation: catAni2 2s ease;	
	    	}

			@keyframes catAni2{
				0%{
					left: 25vw;
				}

				100%{
					left: calc( -6vw - 150px);
				}
			}	    	
		}

