/*
Theme Name: Dog Training Katy
Theme URI: https://dogtrainingkaty.com/
Version: 1.0
Description: Dog training katy
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/*
brown: #D49337
black: #000000
Raisin black: #382F31
Wenge: #5A4C4B
Munsel blue : #2D93AD
 * */

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
h1{color: #D49337!important;font-size:32px!important;}
h2{color: #382F31!important;font-size:30px!important;}
h3{color: #382F31!important;font-size:28px!important;}
h4{color: #000000!important;font-size:26px!important;}
h5{color: #000000!important;font-size:26px!important;}
h6{color: #000000!important;font-size:24px!important;}


/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}


/* CTA button styles */
.de-menu-cta a {
    color: #fff!important; /* Change button text color here */
    background-color: #D49337; /* Change button background color here */
    font-size: 16px!important; /* Change text size here */
    border-radius: 0px; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-align: center;
    line-height: 9px;
    font-weight: 200;
    padding: 6px 6px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;
    border: 0px;
}

/* Media query to ensure hover styles are only applied to desktop */

@media (min-width: 981px) {
    
    /* Hover styles for our CTA Button */
    .de-menu-cta a:hover {
        opacity: 1!important;
        color: #fff!important; /* Change hover button text color here */
        background-color: #382F31; /* Change hover button background color here */
/*        transform: scale(1.1); /* If you don't want the button to get bigger when you hover on it, delete this line */
    }
}
    
/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}