/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

body {
	color: #111;
}

p {
	font-size: 1rem;
	color: #111;
	margin-bottom: 0.5rem;
}

ul {
	margin-bottom: 0.5rem;
}

ul li {
	color: #111;
	font-size: 16px;	
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 700;
}

strong {
	font-weight: 700
}