/*
Theme Name: MSM evolve
Author: Liz
Description: Your description goes here
Version: 1.0
Template: evolve

This is the child theme for evolve theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Liz Jan 2019 remove 2rem bottom margin to fix background image */
#wrapper,
.wrapper-customizer {
    margin: 0 auto 0rem;
}

/* Liz Jan 2019  change animation from .3s to .02s */

.navbar-nav .dropdown-menu.animated {
    animation-duration: .02s;
    -webkit-animation-duration: .02s;
}
/* Liz Jan 2019  change margin from 2rem to 1.5rem */

.widget-content {
    margin: 0 0 1.5rem;
}
