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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body{
  font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, td, th, input, textarea, select, button, label, .fl-heading-text, .fl-heading-text *{
  font-family: 'Roboto', sans-serif !important;
}

p{
  color: #4A4A4A;
}

a{
  color: #2596be;
}

a:hover{
  text-decoration: underline;
}

h3.fl-heading{
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

h3{
  color: #2596be;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

h4{
  color: #2596be;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

h5{
  color: #2596be;
  font-weight: bold;
  font-size: 16px;
}

h6{
  font-weight: bold;
  font-size: 14px;
}

.fl-button{
  background-color: #000;
  border: solid 2px #fff;
}

.fl-button-text{
  color: #fff;
}

#banner_cta .fl-cta-title{
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}

.main_navigation li{
  text-align: left;
}