/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.2.1617279672
Updated: 2021-04-01 12:21:12

/* Lebanon Heating & Cooling */

:root {
  --black: #010101;
  --grey: #e5e5e5;
  --red: #CD2027;
  --dark-red: #c72627;
  --dark: #2d2d2d;
  --white: #fff;
  --blue: #3B5BA9;
  --lt-blue: #587abb;
  --fs-blue: #2d368f;
  --fs-dark-blue: #242b72;
  --fs-orange: #e59227;
  --fs-dark-orange: #b7751f;
  --fs-gold: #f4b924;
  --fs-dark-gold: #c3941d;
	--bebas: "bebas-neue-pro-expanded", "Montserrat", sans-serif !important;
	--breakers: breakers, "Poppins" sans-serif;
}

/* GLOBAL STYLES */
/* Centered image + txt */
.vertical-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Adds drop shadow to certain images/logos */
.drop-shadow {
  filter: drop-shadow(3px 30px 14px rgb(0, 0, 0, 0.2));
}

/* FONTS */
p,
ul,
li {
  font-family: var(--breakers);
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
}

a {
  font-weight: bold;
  color: var(--red);
}

h1,
h2 {
  font-family: var(--bebas);
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}

h3 {
  font-family: var(--bebas);
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
}

h4 {
  font-family: var(--bebas);
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

/* END GLOBAL STYLES */


