/*
Theme Name: Mesmerize Child
Theme URI: http://example.com/mesmerize-child/
Description: Child theme for Mesmerize
Author: Jordy van de Bunt
Author URI: http://example.com
Template: mesmerize
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: mesmerize-child
*/

body, h1.title, h1, h2, h3, h4, h5, .comment-author .fn, h6 {
    font-family: Ubuntu, sans-serif;
}

.navigation-bar.coloured-nav {
    background-color: #105ab1;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
}

.navigation-bar.fixto-fixed {
    background-color: #105ab1;
}

ul.dropdown-menu li a {
    color: #fff;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 16px;
}

.navigation-bar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer-content-lists .widgets-row > * {
    border-left: none;
}

.footer-content-lists .textwidget p, .footer-content-lists a {
    color: #fff;
}