html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* For sticky footer */
  font-family: 'Roboto', sans-serif; font-size: 0.9rem;
}

 
.services div div {border: 1px solid #e5e5e5; }

#top {background: #B22222;  text-transform: uppercase; font-weight: bold;}
#companyName {list-style-type: none; padding: 0;}
#companyName a {color: #ffffff; font-size: 1.2rem; font-weight: bold;}
#top a {color: #ffffff;}
#topinner {height: 60px; padding: 10px 0 0 0;}
h2 {font-size: 1.4rem;}


.fubu {display:none !important;}


#footer-pipe {margin: 0 0.8rem 0 0.8rem;}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #640909;
  color: #ffffff;
}

.btn-primary.custom-btn {background-color: #800606;border-color: #910c0c;}
.btn-primary.custom-btn:hover {background-color: #B22222; border-color: #910c0c;}

.sticky-offset {margin-top: 80px;}
@media only screen and (max-width: 600px) {
    .sticky-offset {margin-top: 125px;}
}