/* Enter Your Custom CSS Here */
body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial,helvetica, sans-serif;
}
.tollfree.mobile {
    display: none;
}
h1 {
    color: #C30622;
  font-family: 'Satisfy', cursive;
}
h2 {
    color: #000;
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
.su-row .su-column {
    margin: 0 !important;
}
.su-row ul li {
    text-align: left;
}
.phonebutton a {
    background-color: #C30622;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 34px;
}
.phonebutton  {
    margin-top: 30px;
}
.homebullets {
    max-width: 514px;
    margin-left: auto;
    margin-right: auto;
      margin-top: -34px;
}
#front-hero {
    background: url(http://www.dmintelisanoconstruction.com/wp-content/uploads/2016/04/hero.jpg) center;
    background-size: cover;
    max-height: 567px;
    margin: -3px 0 -3px;
    background-repeat: no-repeat;
}
nav#site-navigation {
    background-color: #560b1f;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
header#masthead {
    background-color: #560b1f;
}
.top-bar .menu a {
    background-color: #560B1F;
    font-size: 16px;
    font-weight: 300;
}
.title-bar-title a, .top-bar .menu .home a {
    font-size: 16px;
    font-weight: 300;
    color: #E6E6E6;
}
.boxes {
    height: 338px;
    background-color: #810012;
}
#featured-hero {
    height: 218px;
}
h1.entry-title {
     font-family: Arial,helvetica, sans-serif;
     font-size: 45px;
      line-height: 45px;
      margin-bottom: 30px;
}
.entry-content h2 {
    font-family: Arial,helvetica, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 36px;
}
.row.box-contain {
    padding-top: 54px;
}
#footer-container {
    border-top: 7px solid #C30622;
    background-color: #560B1F;
      margin: 100px auto 0;
      color: #FFF;
}
.tollfree {
    background-color: #000000;
    color: #b9b174;
    height: 103px;
    text-align: center;
    padding-top: 16px;
    font-size: 20px;
}
/*.tollfree {
    background-color: #000000;
    color: #FF183A;
    height: 82px;
    text-align: center;
    padding-top: 16px;
    font-size: 20px;
}*/
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
}


@media screen and (max-width: 1180px) {
#front-hero {
    max-height: 313px;
}
  .boxes {
    height: 334px;
}
  #featured-hero {
    height: 166px;
}
  .tollfree {
    height: 140px;
    line-height: 0px;
}
}
@media screen and (max-width: 768px) {
  .boxes {
    height: 273px;
}
  #featured-hero {
    height: 138px;
}
  .tollfree.mobile {
    display: block;
        line-height: 32px;
}
    .tollfree {
   display:none;
}
}
@media screen and (max-width: 640px) {
#front-hero {
    height: 264px;
}
.boxes {
    height: 221px;
}
.row.box-contain {
    padding-top: 42px;
}
  .menu {
    margin: 0;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 435px) {
#front-hero {
    height: 176px;
}
.boxes {
    height: 221px;
    background-color: #810012;
}
.row.box-contain {
    padding-top: 42px;
}
  .boxes {
    height: 122px;
}
  .row.box-contain {
    padding-top: 24px;
}
  #featured-hero {
    height: 70px;
}
  .tollfree {
    height: 122px;
    line-height: 31px;
        padding-top: 8px;
    font-size: 15px;
}
}
