/* Configurações para personalizar o tema */
:root {

  /* --- Fonts */
  --fontBase: 'Montserrat', sans-serif;
  --fontSpecial: 'Crimson Text', serif;

  /* ---Cores */
  /* Default */
  --black: #3F3F3F;
  --white: #ffffff;
  --gray100: #f5f5f5;
  --gray500: #9e9e9e;
  --colorPrimary: #3F3F3F;
  --sectionTitleColor: #3F3F3F;

  /* header */
  --headerBackground: #A56EC3;
  --headerLink: #ffffff;
  --headerLinkHover: #3F3F3F;
  --headerLogoWidth: 8rem;
  --headerLogoHeight: 4rem;

  /* Download */
  --downloadOverlay: #A56EC3;

  /* Widget News */
  --newsContentColor: #9e9e9e;
  --newsTitleHover: #3F3F3F;

  /* Widget Events */
  --eventsTagBackground: #3F3F3F;
  --eventsTagColor: #ffffff;
  --eventsTitleColor: #3F3F3F;
  --eventsTextColor: #9e9e9e;

  /* Message Break */
  --messageBreakOverlay: #A56EC3;
  --messageBreakFontColor: #ffffff;

  /* Worship Schedule */
  --worshipScheduleBackground: #A56EC3;
  --worshipScheduleTitleColor: #ffffff;
  --worshipScheduleDayColor: #ffffff;
  --worshipScheduleDataBackground: #ffffff;
  --worshipScheduleDataBorder: #ffffff;

  /* Banner do topo */
  --internalTopBackground: #A56EC3;
  --internalTopTitleColor: #ffffff;
  --internalTopSubtitleColor: #ffffff;
  --internalTopSubtitleFont: 'Crimson Text', serif;

  /* Home */
  --homeBannerTextColor: #ffffff;
  --homeBannerLogoHeight: 6rem;
  --homeBannerLogoWidth: 8rem;
  --homeBannerTextPadding: 30vh;

  /* About Us */
  --aboutUsTitleColor: #3F3F3F;
  --aboutUsTextColor: #9e9e9e;

  /* Slide simples */
  --simpleSlideDotColor: #3F3F3F;

  /* Equipe Pastoral */
  --pastoralTeamNameColor: #3F3F3F;
  --pastoralTeamOccupationColor: #9e9e9e;

  /* Find Us */
  --findUsPlaceTitleColor: #3F3F3F;
  --findUsPlaceTextColor: #9e9e9e;

  /* Ministries */
  --ministriesCardHeaderBackground: #3F3F3F;
  --ministriesCardHeaderTextColor: #ffffff;
  --ministriesCardTextColor: #9e9e9e;

  /* Mission */
  --missionTitleColor: #3F3F3F;
  --missionTextColor: #9e9e9e;
  --missionInterleavedBackground: #3F3F3F;
  --missionInterleavedTitleColor: #ffffff;
  --missionInterleavedTextColor: #ffffff;

  /* Buttons */
  --buttonPrimary: #3F3F3F;
  --buttonSuccess: #3F3F3F;
  --buttonLight: #ffffff;
  --btnHeaderDonationBackground: #3F3F3F;
  --btnHeaderDonationText: #ffffff;

}
