/*
Theme Name:     O Canada
Theme URI:      n/a
Template:       kadence
Author:         Thread Connected Marketing
Author URI:     n/a
Description:    Child Theme Description
Version:        3
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


body {
  font-family: museo, serif;
}

hr.kt-divider {
  height: 1px;
}

.main-content-column {
  max-width: 950px !important;
}

.logo-section > div > div {
  position: relative;
}

.logo-section > div > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 1262px;
  width: 236%;
  height: 1168px;
  top: -250px;
  left: -323px;
  
  background-image: url(/wp-content/uploads/2025/07/OutLineMapleLeaf.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

}

.contact-info > p {
  padding-right: 15px;
}

.contact-info > :not(:first-of-type) {
    border-left: solid 1px #70707080;
    padding-left: 15px;
}

.sponsor-logos > figure {
  padding-right: 15px;
  height: 51px;
}

.sponsor-logos > figure:not(:first-of-type) {
  border-left: solid 1px #70707080;
  padding-left: 15px;
}

.bottom-images {
  margin-top: -1px;
}

@media screen and (max-width: 992px) {
  h1 > br {
    display: none;
  }
}