html {
  scroll-behavior: smooth;
}
p {
  font-size: 1em;
  line-height: 1,25em;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
h1 {
  font-size: 2em;
  line-height: 1,25;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
h2 {
  font-size: 1,625em;
  line-height: 1,15em;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
h3 {
  font-size: 1,375em;
  line-height: 1,15em;
  font-family: 'Roboto', sans-serif;
}
h4 {
  font-size: 1,125em;
  line-height: 1,10em;
}
a {
  color: #9c0a00;
}
a:hover {
  color: #9c0a00;
  text-decoration: none;
}
li {
  font-size: 1em;
  line-height: 1,25em;
  font-family: 'Roboto';
  color: rgba(0, 0, 0, 0.5);
}
.mt-four,
.my-four {
  margin-top: 1.5rem !important;
}
.mb-four,
.my-four {
  margin-bottom: 1.5rem !important;
}
.logo {
  margin-bottom: 10px;
  width: 150px;
}
.navbar--link {
  font-family: 'Roboto', sans-serif;
  color: #000000 !important;
}
.navbar--link:hover {
  color: #9c0a00 !important;
}
.active {
  color: #9c0a00 !important;
}
#ccm-region-flag-fr {
  margin-left: 30px;
}
#ccm-region-flag-us {
  margin-left: 10px;
}
.jumbotron--background {
  background-image: url('/application/themes/drummer_days_theme/img/drummer.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.button__black {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
.button__black:hover {
  background-color: #D6DF22;
  color: #000000;
}
.homepage-banner__one {
  background-image: url('/application/themes/drummer_days_theme/img/drummer.jpg');
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 0-;
  padding-bottom: 50px;
}
.homepage-banner__two {
  background-image: url('/application/themes/drummer_days_theme/img/drumsimage.jpg');
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.accordion--header {
  color: #000000;
}
.simple-accordion-title-shell {
  text-align: center;
  background-color: #ffffff !important;
}
.simple-accordion-description {
  text-align: center;
}
@media (min-width: 576px) {
  .logo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  p {
    line-height: 1,375em;
  }
  h1 {
    font-family: 'ABeeZee', sans-serif;
    font-size: 2,5em;
    line-height: 1,1,25em;
  }
  h2 {
    font-size: 2em;
    line-height: 1,25em;
  }
  h3 {
    font-size: 1,5em;
    line-height: 1,25em;
  }
  h4 {
    line-height: 1,22em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
    line-height: 1,05;
  }
  h2 {
    font-size: 2,25em;
  }
  h3 {
    font-size: 1,75em;
  }
}
