/*
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... */ 

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, p,
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
/* 	font-family: 'poppinsregular'; */
} 

h1, h2, h3, h4, h5, h6, .fl-logo-text {
/* 	font-family: 'poppinssemibold'; */
	font-style: italic;
}

.fl-page-header-logo {
	max-width: 256px;
}

.navbar-nav a {
	font-style: italic;	
}

.fl-page-nav-right .fl-page-nav-search {
	top: 6px;
}


.btn {
	background: blue;
	display: inline-block;
	padding: 4px 10px;
	color: white;
	font-size: 20px;
}