/*
Theme Name: Page Builder Metis
description: >-
 Page Builder Child Theme
Author: Nik
Template: page-builder-framework
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:500,700|Source+Sans+Pro:400,500,400i&display=swap');

html {
  font-size: 17px;
}

// 1024 - Tablets
@media screen and (max-width:1024px) {
h1 {
    font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}
}





body {
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1,h2,h3,h4,h5 {
  font-family: 'Roboto Condensed','Futura','Trebuchet','Helvetica','Arial','Sans-Serif';
  color: #111111;
}

h1 {
    font-weight: 700;
    font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
  font-weight: 500;
}

h3 {
  font-size: 1.33rem;
    font-weight: 400;
}

h4 {
  font-size: 1.125rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

a, a:link, a:visited {
  
  text-decoration: none;
  color: #914547;
}

a:hover, a:active {
  
  text-decoration: underline;
  
}

#footer-section {
  
  color: #fff;
  
}

#footer-section a, #footer-section a:link, #footer-section a:visited, #footer-section a:active {
  color: #fff;
}

.hero-banner h1 {
  font-size: 2.5rem;
}

.hero-banner h2 {
  font-size: 2rem;
}

.elementor-popup-modal {
  font-size: 17px;
}