html {
  font-size: 12px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1343.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1344px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 800;
}
.big {
  font-size: 16px;
  line-height: 24px;
}
dd {
  margin-bottom: 15px;
}
a:link,
a:visited {
  color: #cc0000;
}
a:hover,
a:active {
  color: #330000;
}
hr.condensed {
  margin: 10px 0 10px 0;
}
.img-circle {
  border-radius: 50%;
}
/*----------------------
  PAGE WIDTH
 ----------------------*/
.outer,
.outer-md,
.outer-lg,
.outer-xl,
.outer-xxl,
.outer-xxxl,
.outer-xxxxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 683.98px) {
  .outer {
    width: 540px;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .outer {
    width: 648px;
  }
}
@media (min-width: 768px) and (max-width: 863.98px) {
  .outer,
  .outer-md {
    width: 720px;
  }
}
@media (min-width: 864px) and (max-width: 991.98px) {
  .outer,
  .outer-md {
    width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1115.98px) {
  .outer,
  .outer-md,
  .outer-lg {
    width: 960px;
  }
}
@media (min-width: 1116px) and (max-width: 1199.98px) {
  .outer,
  .outer-md,
  .outer-lg {
    width: 1080px;
  }
}
@media (min-width: 1200px) and (max-width: 1343.98px) {
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl {
    width: 1140px;
  }
}
@media (min-width: 1344px) {
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl,
  .outer-xxl {
    width: 1280px;
  }
}
@media (min-width: 1524px) {
  .outer-xxxl {
    width: 1440px;
  }
}
@media (min-width: 1716px) {
  .outer-xxxxl {
    width: 1620px;
  }
}
@media (min-width: 1116px) and (max-width: 1199.98px) {
  .outer-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .outer-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.spacer {
  height: 1.25rem;
}
.spacer-xs {
  line-height: 0.5rem;
  height: 0.5rem;
}
.spacer-sm {
  height: 1rem;
}
.spacer-md {
  height: 2rem;
}
.spacer-lg {
  height: 3rem;
}
.spacer-xl {
  height: 4rem;
}
/*----------------------
  LAYOUT
 ----------------------*/
.inside_body {
  background-color: #ffffff;
  padding: 2rem 1rem 4rem 1rem;
}
.inside_body_2col {
  background-color: #ffffff;
  padding: 2rem 1.75rem 4rem 1.75rem;
}
.inside_body_3col {
  background-color: #ffffff;
  padding: 4rem 1.75rem 4rem 2rem;
}
@media (min-width: 768px) {
  .inside_body {
    padding: 40px 80px 60px 80px;
  }
  .inside_body_2col {
    padding: 30px 20px 60px 20px;
  }
  .inside_body_3col {
    padding: 40px 20px 60px 25px;
  }
}
/*----------------------
  HEADER
 ----------------------*/
.top {
  background-color: #eeeeee;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #8b8584;
}
.top-phone {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 2.4rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-align: left;
}
@media (min-width: 576px) {
  .top-phone {
    text-align: right;
    font-size: 0.9rem;
  }
}
.top-phone-link {
  letter-spacing: 1px;
}
.top-phone-link:link,
.top-phone-link:visited,
.top-phone-link:focus {
  color: #660000;
  text-decoration: none;
}
.top-phone-link:hover,
.top-phone-link:active {
  color: #ff3333;
  text-decoration: underline;
}
.top-icons {
  flex-basis: 90px;
  padding-right: 2rem;
  background-color: #eeeeee;
}
.top-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
}
.top-icon img {
  display: block;
}
.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid #cc0000 2px;
}
@media (min-width: 576px) {
  .header {
    border-bottom: solid #cc0000 4px;
  }
}
.logo {
  display: block;
  width: 150px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  color: #d8d6d6;
  border-top: solid #cc0000 4px;
  background-color: #2f2b2a;
  padding: 3rem 1rem 2rem 1rem;
}
.footer a:link,
.footer a:visited {
  color: #ffffff;
}
.footer a:hover,
.footer a:active {
  color: #ff3333;
}
.footer-bottom {
  color: #8b8584;
  background-color: #141313;
  padding: 1.5rem 1rem 2rem 1rem;
}
.footer-phone {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .footer-phone {
    font-size: 1.24rem;
  }
}
.footer-phone a:link,
.footer-phone a:visited {
  text-decoration: none;
}
/*----------------------
  NAVIGATION
 ----------------------*/
.header .nav-pills {
  padding-top: 1rem;
}
@media (max-width: 575.98px) {
  .header .nav-pills .nav-item {
    width: 44vw;
    margin: 1vw;
  }
}
.header .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .header .nav-pills .nav-link {
    font-size: 1rem;
  }
}
.header .nav-pills .nav-link:link,
.header .nav-pills .nav-link:visited,
.header .nav-pills .nav-link:focus {
  color: #cc0000;
  background-color: #eeeeee;
}
@media (min-width: 576px) {
  .header .nav-pills .nav-link:link,
  .header .nav-pills .nav-link:visited,
  .header .nav-pills .nav-link:focus {
    background-color: #ffffff;
  }
}
.header .nav-pills .nav-link:hover,
.header .nav-pills .nav-link:active {
  color: #660000;
  background-color: #eeeeee;
}
.header .nav-pills .active .nav-link:link,
.header .nav-pills .active .nav-link:visited,
.header .nav-pills .active .nav-link:focus {
  color: #000000;
  background-color: #d8d6d6;
}
@media (min-width: 576px) {
  .header .nav-pills .active .nav-link:link,
  .header .nav-pills .active .nav-link:visited,
  .header .nav-pills .active .nav-link:focus {
    background-color: #ffffff;
    text-decoration: underline;
  }
}
.header .nav-pills .dropdown-menu.show {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .header .nav-pills .dropdown-item {
    font-size: 0.8rem;
  }
}
.header .nav-pills .dropdown-item.active:link,
.header .nav-pills .dropdown-item.active:visited,
.header .nav-pills .dropdown-item.active:focus {
  color: #000000;
  background-color: #d8d6d6;
}
.header .nav-pills .dropdown-item.active:hover,
.header .nav-pills .dropdown-item.active:active {
  color: #660000;
  background-color: #eeeeee;
}
/*----------------------
  SIDE NAVIGATION
 ----------------------*/
.nav-side .col-8 {
  padding-left: 0;
}
.nav-side h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .nav-side h6 {
    font-size: 1rem;
  }
}
.nav-side a.active:link,
.nav-side a.active:visited {
  color: #000000;
}
.nav-side-row {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*----------------------
  TEXT
 ----------------------*/
blockquote {
  font-size: 14px;
}
blockquote span {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 16px;
  }
}
.heading {
  margin-top: 0;
}
.hd {
  margin-bottom: 20px;
}
.service-heading {
  font-size: 16px;
  line-height: 68px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-heading {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-heading {
    font-size: 20px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) {
  .service-heading {
    font-size: 22px;
    line-height: 60px;
  }
}
/*----------------------
  HOME PAGE
 ----------------------*/
.home_graphic_content_heading {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
  color: #990000;
}
.home_graphic_content_col {
  min-height: 250px;
  padding-bottom: 2rem;
}
/*----------------------
  PROJECTS PAGE
 ----------------------*/
.projects-list .active img {
  border: solid #cc0000 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.projects-list .active .project-list-title {
  font-weight: 800;
}
.projects-list .active .project-list-title a:link,
.projects-list .active .project-list-title a:visited {
  color: #000000;
}
.project-list-title {
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
.project-list-title a:link,
.project-list-title a:visited {
  text-decoration: none;
}
/*----------------------
  CONTACT PAGE
 ----------------------*/
.icon-list-item {
  height: 2rem;
  line-height: 2rem;
}
.icon-list-item-link {
  display: flex;
  align-items: center;
  height: 2rem;
}
.icon-list-item-image {
  display: block;
  width: 2rem;
  height: 2rem;
}
.icon-list-item-text {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 1em;
}
.contact-form {
  background-color: #eeeeee;
  padding: 1rem;
}
/*----------------------
  TESTIMONIALS PAGE
 ----------------------*/
.testimonial {
  background-color: #eeeeee;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
/*----------------------
  BACKGROUND IMAGES
 ----------------------*/
.main-photo {
  position: relative;
  display: flex;
  background-color: #e6ddc9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  height: 75vw;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-photo {
    height: 66.66666667vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-photo {
    height: 56.25vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-photo {
    height: 45.45454545vw;
  }
}
@media (min-width: 1200px) {
  .main-photo {
    height: 33.33333333vw;
  }
}
.main-photo-general {
  position: relative;
  display: flex;
  background-color: #514a49;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding-top: 2rem;
}
.main-photo-home {
  background-image: url("../images/home_photo_lily_exterior.jpg");
}
.main-photo-about {
  background-image: url("../images/about_photo_multi2025.jpg");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-photo-about {
    background-image: url("../images/about_photo_multi2025_desktop.jpg");
  }
}
@media (min-width: 1200px) {
  .main-photo-about {
    background-image: url("../images/about_photo_multi2025_desktop_lg.jpg");
  }
}
.main-photo-contact {
  background-image: url("../images/about_photo_rhom_building.jpg");
}
.main-photo-testimonials {
  background-image: url("../images/testimonials_photo_oxbow.jpg");
}
.main-photo-services {
  background-image: url("../images/markets_photo_flag2.jpg");
}
.main-photo-services-retail {
  background-image: url("../images/home/culvers_eau_claire_west_patio2.jpg");
}
.main-photo-services-community {
  background-image: url("../images/home/flag_hill1.jpg");
}
.main-photo-services-educational {
  background-image: url("../images/home/augusta1.jpg");
}
.main-photo-services-governmental {
  background-image: url("../images/projects/courthouse1.jpg");
}
.main-photo-services-industrial {
  background-image: url("../images/home/chippewa_valley_airport1.jpg");
}
.main-photo-services-commercial {
  background-image: url("../images/home/lily1.jpg");
}
.main-photo-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 75vw;
  background-repeat: no-repeat;
  background-image: url("../images/rhom_overlay_shade.png");
  background-size: cover;
  background-position: left bottom;
}
.main-photo-images {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 75vw;
}
.main-photo-image-container {
  width: 100vw;
  height: 75vw;
}
.main-photo-image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.main-photo-slideshow-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear 0;
}
.main-photo-slideshow-image.current {
  opacity: 1;
  z-index: 2;
}
.main-photo-slideshow-image.next {
  opacity: 1;
  z-index: 3;
}
.main-photo .outer-xl {
  position: relative;
  z-index: 3;
  width: 100%;
}
.main-photo-title {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 24px;
}
.section-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.section-bg h3 {
  color: #660000;
}
.section-bg-gray-light {
  color: #514a49;
  background-color: #eeeeee;
  box-shadow: inset 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}
.section-inner {
  max-width: 840px;
  margin: 0 auto;
}
.page_title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  padding: 30px 0 10px 25px;
  font-weight: 800;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 5px 0;
  background-image: url("../images/rhom_logo_up_arrow_red.svg");
  background-size: 60px 30px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.page_subtitle {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  padding: 0.5rem 2rem 0 2rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .page_subtitle {
    font-size: 2rem;
    max-width: 840px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .main-photo-title {
    padding-left: 48px;
    padding-bottom: 36px;
  }
  .page_title {
    padding: 40px 0 13px 32px;
    background-position: 7px 0;
    background-size: 76px 38px;
  }
}
@media (min-width: 1200px) {
  .main-photo-title {
    padding-left: 40px;
    padding-bottom: 44px;
  }
  .page_title {
    font-size: 60px;
    padding: 48px 0 16px 38px;
    background-position: 8px 0;
    background-size: 90px 45px;
  }
}
