/*
Theme Name: A Rubidium Web Theme
Description: Child Theme for HelloElementor - Last version up to date for the RubidiumWeb Project
Author: RubidiumWeb Team
Author URI: http://www.rubidiumweb.fr
Template: hello-elementor
Version: 1.0
*/


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #333232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


a {
  background-color: transparent;
  text-decoration: none;
  color: #61CE70; }
  a:hover, a:active {
    color: #6A8B65; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }


    h1, h2, h3, h4, h5, h6 {
      margin-top: .5rem;
      margin-bottom: 1rem;
      font-family: inherit;
      font-weight: 400;
      line-height: 1.2;
      color: inherit; }

    h1 {
      font-size: 2.5rem; }

    h2 {
      font-size: 2rem; }

    h3 {
      font-size: 1.75rem; }

    h4 {
      font-size: 1.5rem; }

    h5 {
      font-size: 1.25rem; }

    h6 {
      font-size: 1rem; }
