/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Colors ::
Black - #000000
Dark Blue - #1E61AB
Light Blue - #179DD8
White - #FFFFFF
*/
/* Font Styling */
@font-face {font-family: 'Roboto Slab', serif; src: url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700');}
@font-face {font-family: 'Roboto', sans-serif; src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400');}

/* Paragraph and Header Styles */
h1 {
	font-size: 38px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #000000;
    font-family: "Roboto Slab";
	font-weight: 700;
	font-style: bold;
	text-transform: none;
}
h2 {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #000000;
    font-family: "Roboto";
	text-align: center;
	font-weight: 400;
	font-style: none;
	text-transform: none;
}
	p {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #000000;
    font-family: "Roboto";
	text-align: center;
	font-weight: 300;
	font-style: none;
	text-transform: none;
}