/*
 * Theme Name:  Lyon2030
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


.owl-prev, .owl-next {
  color: #171738;
  background: rgba(247,85,144, 0.5);
}
.owl-prev:hover, .owl-next:hover {
  color: #000;
  background: #FFF;
}


body.single .entry-content h1,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4,
body.single .entry-content h5,
body.single .entry-content h6 {
  color: #f75590;
}

body.single .entry-content figcaption {
  color: #e5e5e5;
}

@media (max-width: 1019.98px) {
    footer .footer-info {
        text-align: center;
    }
    footer .navbar-nav li {
        display: block;
        margin-left: 0 !important;
        text-align: center;
    }
    footer .navbar-nav li a {
        display: block;
    }
}
