/* 
 Theme Name:   Giaronomo TPN test
 Theme URI:    
 Description:  trying to get the tpn logo in the footer
 Author:       Ella K
 Author URI:   https://giaronomo.com/
 Template:     giaronomo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.custom-tpn-logo {
    /* Replace the URL below with the actual File URL from your Media Library */
    background-image: url('https://giaronomo.com/wp-content/uploads/2026/07/TPN_Gold_Badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    /* Adjust width and height to fit your layout */
    width: 150px; 
    height: 150px; 
    display: inline-block;
}