/*!
Theme Name: LeadAgency.com
Theme URI: http://underscores.me/
Author: Kristian Kalajdzic
Author URI: https://www.linkedin.com/in/kristiankalajdzic/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: leadagency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.text-gradient-san-blue-new-york-red {
    background-image: linear-gradient(
        to right,
        #f6c1c7,  /* soft blush pink */
        #f4a7b9,  /* pink */
        #f2a3c7,  /* pink/lilac */
        #f6c6a8,  /* peach */
        #f7d27a   /* gold */
    );
}
@media (max-width: 991px) {
    .navbar.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar-full-screen-menu-inner.bg-transparent {
        background-color: #ffffff00 !important;
    }
}
a:hover {
    color: #ef82c5!important;
    text-decoration: none;
}
.bg-gradient-solitude-blue-fair-pink {
    background-image: linear-gradient(to bottom, #e7d4e5, #eddbea, #eed6e7, #e5d0e9, #e7d2e2)!important;
}
.bg-gradient-blue-ironstone-brown {
    background-image: linear-gradient(to right, #ee84c4, #ea8ece, #e599d7, #e0a6e2, #dbaee7)!important;
}
html {
  scroll-behavior: smooth!important;
}
@media (max-width: 1199px) {
    [data-parallax-background-ratio], .fix-background {
        background-position-x: 660px !important;
    }
}