/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/


.site-logo img {
    width: 95px;
    object-fit : contain;
}

/*@media (max-width : 769px) {*/
/*    .site-logo img {*/
/*    width: 50px;*/
/*}*/
/*}*/

.text-main {
    color : #FFCC2A;
}

.text-sec {
    color : #01437D;
}
.text-dark {
    color : #373334;
}

.bg-main {
    background-color : #FFCC2A;
}

.bg-sec {
    background-color : #01437D;
}

.mobile-menu {
    z-index : 10000000000000000 !important;
}


