/*
Theme Name:   ChildThemeAstra
Description:  Personalización de theme
Author:       Giroldi Marketing Online
Author URL:   giroldi.com.ar
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildThemeAstra
*/

/* Write here your own personal stylesheet */

/*NAVBAR*/
.main-header-bar {
    background-color: #09c!important;
    border-bottom-color: #09c!important;
}
.menu-link {
    color: #fff!important;
}
.menu-link:hover, .current-menu-item {
    font-weight:bold;
}

@media (max-width:767px) {
	h1 {font-size:40px!important;}
	h2 {font-size:30px!important;}
	.menu-link {color: #000!important;}
	section {padding-left:20px!important; padding-right:20px!important;}
}