.sharedaddy {
	display: none;
}

/*
	CSS Migrated from Jetpack:
*/

.sharedaddy {
	display: none;
}

.comments-area {
	display: none;
}

.menu-item-2135 {
	color: #FFA500;
}



.products  a:hover

{
        text-decoration: underline;


        background-color: #fcf3cf;
        
    
}

.recent a:hover {


        text-decoration: underline;
        


        background-color: #FCFFA6;
        
    
}





.animation a:hover {


        text-decoration: underline;
        
    

        background-color: #C1FFD7;
        
    
}








.paintingprints a:hover {


        text-decoration: underline;
        
    

        background-color: #B5DEFF;
        
    
}


.musicvideos  a:hover {


        text-decoration: underline;
        
    
 


        background-color: #fce4ec;
        
    
}

.about a:hover {


        text-decoration: underline;
        
    



        background-color: #CAB8FF;
        
    
}



.sketchbook a:hover {


        text-decoration: underline;
        
    



        background-color: #FFD6A5;
        
    
}


.popup a:hover {


        text-decoration: underline;
        
    
}


.popup {


        background-color: #79E0EE;
        
    
}

/* site title hover color KG-35813632-hc */



.site-title a:hover {
  color: #38E54D;

background-color: #F6FA70;
}



.site-title a:link
{ color: #38E54D;
background-color: #FCFFA6;

 }
h1, h2, .title { /* Replace with the actual tag or class used for the title */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; /* Ensures the title spans the full width */
}
.site-title
{ color: hotpink;

 }




.wp-block-image img, .wp-block-image.has-custom-border img {
height: auto !important;
max-width: 100%;
display: block;
}

.entry-content img, 
.post img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Restricts the images to a maximum of 800px on larger screens */
@media (min-width: 801px) {
    .entry-content img, 
    .post img {
        max-width: 600px;
    }
}

.wp-block-embed__wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}