/* 
Theme Name: RVC Bare Bones with Plugins
Theme URI: https://github.com/elementor/hello-theme-child/
Description: RVC Bare Bones is a child theme of Hello Elementor, created by Rodriguez Valle Creative, LLC
Author: Rodriguez Valle Creative
Author URI: https://rodriguezvalle.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
    --Red: #EC1D24;
    --White: #ffffff;
    --Black: #000000;
    --Grey: #a3a3a3;
    --LGrey: #f1f1f1;
}
html {font-family:"Satoshi", sans-serif; font-size:16px;}
body:not([class*=elementor-page-]) .site-main { max-width:1400px;padding: 0; }

p {
  margin:.75rem 0;
}

a {color:var(--Red);}

h1 {
  font-family:'Erode', Times, serif;
  font-size:3rem;
  font-weight:400;
}

h2 {
  font-family:'Erode', Times, serif;
  font-size:2.5rem;
  line-height:2.5rem;
  font-weight:400;
}


/* Global */
.hide-this { display: none; }
.sitecredit { margin: 0 0 0 30px; }

/* Media Queries */
@media only screen and (max-width: 1400px) {
  body:not([class*=elementor-page-]) .site-main { max-width: 1400px; padding: 10px; }
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 767px) {
  
}

@media only screen and (max-width: 500px) {

}