/*!
/*
 Theme Name:   Core Theme Child
 Description:  A child theme for the Your Theme Name theme
 Author:       James Gundry
 Template:     core-theme-parent
 Version:      1.1.3
*/
footer {
  background-color: var(--background-colour);
}
footer #footer-address p a {
  color: #fff !important;
}

p a {
  color: var(--primary-colour) !important;
}
p a:hover {
  text-decoration: underline;
}

.contact-info {
  margin: 0;
}
.contact-info a {
  display: inline-block;
}
.contact-info a:hover i {
  color: #333333 !important;
}
.contact-info a i {
  font-size: 2rem;
}
.contact-info .icons {
  display: flex;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

h1 {
  font-size: var(--step-4);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-size: var(--step-2);
}

table {
  font-weight: normal;
  text-align: left;
  border-collapse: collapse;
  width: 100% !important;
}
table td, table th {
  padding: 0.5rem;
  width: 100%;
}
table tr:nth-of-type(odd) {
  background-color: #dddddd;
}

.button {
  color: #fff !important;
  background-color: var(--primary-colour) !important;
}
