/* 
Theme Name:		 travel-child
Theme URI:		 http://childtheme-generator.com/
Description:	 travel-child is a child theme of Travel Agency, created by ChildTheme-Generator.com
Author:			 Webmaster VIN
Author URI:		 http://childtheme-generator.com/
Template:		 travel-agency
Version:		 1.0.0
Text Domain:	 travel-child
*/

:root {
    --primary-color: #2A3491;
    /*used in fonts*/
    --primary-color-rgb: 42, 52, 145;
    /*primary color rgb value*/
    --secondary-color: #00A751;
    /*used in links and buttons*/
    --secondary-color-rgb: 0, 167, 81;
    /*secondary color rgb value*/
    --tac-primary-color: #2A3491 !important;
    --tac-primary-color-rgb: 0, 167, 81 !important;
}
.header-b {
    padding: 0px !important;
}
.site-branding .custom-logo-link img {
    max-width: 60%;
}