@font-face {
    font-family: HeyCFont;
    src: url(../fonts/TT\ Rounds\ Neue\ Trial\ Black.ttf);
}

html {
    /* background-color: rgb(203, 241, 255); */
    font-family: HeyCFont;
    font-size: 25px;
    /* margin: 0 30px; */
    cursor: url("../Images/ant.png"), auto;
}

body {
 background-image: url('../Images/background-purp-dots.png');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: cover;

  
}

/* .altar-scene {
    position: relative;
    max-width: 1200px;
    width: 100%;
} */
.altar-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}
.shelf-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.item {
    position: absolute;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
    pointer-events: auto;
}

.item:hover {
    transform: scale(1.1);
    /* filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.3)); */
}
.shop {
    width: 24%;
    top: 10%;
    left: 22%;
}

.incense-box {
    width: 22%;
    top: 49%;
    left: 40%;
}

.rosary-1 {
    width: 20%;
    top: 28%;
    left: 54%;
}

/* #drino_menu {
   
	
	display: grid;
	grid-template-columns: 1fr 1fr 4fr 1fr 1fr;
    grid-template-rows: 2fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr;
	
    
}

    #drino_menu img {
		width: 100%;
		height: 100%;
		transition: transform 1s ease-in-out;
		
	}
    #blog-butt {
		grid-row:1;
		grid-column: 1 / span 2;
	}

	#game-butt {
		grid-row: 3;
		grid-column: 1;

	}

	#shop-butt {
		grid-row: 1;
		grid-column: 4 / span 2;
	}

	#home-butt {
		grid-row: 3;
		grid-column: 5;
	}

    #blog {
        grid-row: 1 / span 4;
       
		grid-column: 3;
        background-color: rgb(255, 255, 255);
        overflow: scroll;
        height: 500px;
        border-radius: 10px;
        gap: 10px;
        margin-top: 10%; 
        margin-left: 2%;
        margin-right: 2%;
        padding: 5%;
    }
        #blog img{
            width: 100%;
            height: auto;
        } */

    /* #blog{
        grid-row: 1 / span 3;
        grid-column: 3;
        background-color: rgb(255, 255, 255);
        gap: 10px;
        
        border-radius: 10px;
        display: flex;
        margin-top: 10%;
        margin: 5%;
        padding: 2%;
       
        overflow: scroll;
    } */
    
.animate-butt:hover{
        animation: rotateLink 3s forwards;
    }

    @keyframes rotateLink {
        from {
        
            transform: rotate(0deg);
        }
        25%{
            transform: rotate(-30deg);
        }

        50% {
        
            transform: rotate(30deg);
        }
        to {
            
            transform: rotate(0deg);
        }
   
    }
.center {
    max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.blog {
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 450px;
  gap: 10px;
  border-radius: 10px;
  /* display: flex; */
  margin-top: 5%;
  margin-left: 10%;
  padding: 5%;
 

  /* Centers horizontally */
  /* justify-content: center;  */

   /* Centers vertically */
  /* align-items: center;     */
  
  overflow: scroll;
}
    .blog img{
        width: 100%;
        height: auto;
    }
    .blog video{
        width: 50%;
        height: auto;
        margin-left: 25%;
    }

.drinosplash{
    width: 25%;
    position:fixed;
    top:0px;
    right: 0px;
}
.pupsplash{
    width: 17%;
    position:fixed;
    bottom:0px;
    left: 0px;
}
.back-butt{
    width: 10%;
    position:fixed;
    top:2%;
    left: 2%;
    transition: transform 0.3s ease;
}
    .back-butt:hover {
    transform: scale(1.1);
    /* filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.3)); */
}


@media screen and (max-width: 650px) {
 html{
   font-size: 15px; 
 
}
.shop {
    width: 34%;
}

.incense-box {
    width: 32%;
    left: 36%;
}

.rosary-1 {
    width: 30%;
    top: 33%;
}

}
@media screen and (max-width: 380px){
.shop {
    width: 46%;
    left: 15%;
}

.incense-box {
    width: 44%;
    left: 29%;
}

.rosary-1 {
    width: 42%;
    left: 52%;
}

}
@media screen and (max-width: 350px){

html{
   font-size: 10px; 
 }
 
}
@media screen and (max-width: 350px){

html{
   font-size: 10px; 
 }
}

