

.button-primary {
    border-radius: 0.3rem;
    border: 2px solid var(--color_one);
    font-size: 1.2rem;
    background-color: #F0F0F0;
    transition: 0.3s all ease-in-out;
    color: var(--header_font_color); 
    padding: 10px 20px;   
    font-weight: bold; 
    text-align: left; 
    display: inline-block; 
    text-decoration: none; 
    cursor: pointer;   
  }
  
  .button-primary:hover, .button-primary:focus {
    background-color: #ddd; 
    color: var(--header_font_hover_color); 
  }
  
  .button-secondary {
    border-radius: 0.3rem;
    border: 2px solid var(--color_one);
    font-size: 1.2rem;
    background-color: #F0F0F0;
    transition: 0.3s all ease-in-out;
    color: var(--header_contact_font_color); 
    padding: 10px 20px;   
    font-weight: bold; 
    text-align: left; 
    display: inline-block; 
    text-decoration: none; 
    cursor: pointer;   
  }
  
  .button-secondary:hover, .button-secondary:focus {
    background-color: #ddd; 
    color: var(--header_contact_font_hover_color); 
  }
  
  .py-lg-5 {
    position: relative !important;
    min-height: 80vh !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  @media (min-width: 768px) {
    .custom-img {
      height: 600px;
    }
  }
  
  /* CSS for small screens: sm */
  @media (max-width: 768px) {
    .custom-img {
      height: 400px;
    }
    .custom-img2 {
      height: 300px;
    }
  }
  
  @media (min-width: 768px) {
    .custom-img2 {
      height: 400px;
    }
  }
  
  @media (min-width: 992px) {
    .custom-img-padding-lg {
      padding-left: 100px;
    }
  }
  
  
  
  /* BACKGROUNDS */
  .main-bg {
    background-color: var(--front_header_color);
  }
  
  .hero-bg{
    background: var(--hero_color);
  }
  
  
  .btn-theme-style {
    border: 2px solid var(--ast-global-color-0);
    font-size: 1.2rem;
    background-color: #F0F0F0 !important;
    transition: 0.3s all ease-in-out;
    color: black !important;
    padding: 10px 20px;
    font-weight: bold;
  }
  
  .btn-theme-style:hover {
    border: 2px solid var(--ast-global-color-0) !important;
    color: white !important;
    background-color: #ddd !important;
  }
  
  .sloganTitleColor {
    color: var(--sloganTitleColor) !important;
  }
  
  .sloganDescColor {
    color: var(--sloganDescColor) !important;
  }
  