/*
Theme Name:   Pentecost Books
Theme URI:    https://pentecostbooks.com
Description:  Child theme of GeneratePress for Pentecost Books - custom homepage, brand colors, and typography.
Author:       True Potential Media
Author URI:   https://truepotentialmedia.com
Template:     generatepress
Version:      1.0.0
Text Domain:  pentecost-books
*/

:root{
  --pb-red:#A6222E;
  --pb-red-dark:#7A1620;
  --pb-black:#1A1A1A;
  --pb-gold:#C9A961;
  --pb-cream:#FBF8F3;
}

body{
  color:var(--pb-black);
}

a{
  color:var(--pb-red);
}
a:hover{
  color:var(--pb-red-dark);
}

.site-title,
.site-title a{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:700;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a{
  color:var(--pb-red);
}

.button,
button,
input[type="submit"]{
  background-color:var(--pb-red);
  border-color:var(--pb-red);
}
.button:hover,
button:hover,
input[type="submit"]:hover{
  background-color:var(--pb-red-dark);
  border-color:var(--pb-red-dark);
}
