/* Base */
/* Carousel */
/* Containers */
/* Buttons */
.hr-darker {
  border-color: #DAE3E5; }

/* raleway-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/orourke2025/assets/fonts/raleway-v36-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/orourke2025/assets/fonts/raleway-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* raleway-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/orourke2025/assets/fonts/raleway-v36-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/orourke2025/assets/fonts/raleway-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  color: #000;
  font: 1.125rem/1.6875rem "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 1.6875rem; }

b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 1.6875rem;
  font-family: "Raleway", sans-serif;
  color: #C1151B;
  font-weight: 600; }

ul,
ol {
  margin-bottom: 1.6875rem; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.625rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.375rem; }

h6 {
  font-size: 1.125rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.8rem; }

  h2 {
    font-size: 2.1rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.1rem; }

  h6, body, p {
    font-size: 1rem; } }
a {
  color: #C1151B;
  text-decoration: none; }
  a:hover {
    color: #C1151B; }
  a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 1.6875rem 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 1.6875rem; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 0.84375rem; }
form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 1.6875rem; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
  text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231E1E; }

.btn {
  border-radius: 30px;
  padding: 10px 20px;
  color: #C1151B;
  border: 2px solid #C1151B;
  border-radius: 30px;
  font-family: "Raleway", sans-serif;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold; }
  .btn:hover {
    background: #C1151B;
    border-color: #C1151B;
    color: white; }

.btn-fill {
  background: #C1151B;
  border-color: #C1151B;
  color: white; }
  .btn-fill:hover {
    background: white;
    color: #C1151B;
    border-color: #C1151B; }

.btn-narrow {
  padding: 5px 20px; }

/*# sourceMappingURL=application.css.map */
