/* Enter Your Custom CSS Here */

.super-container.header.desktop {
background-color: #00007f;
}

.super-container.header {
margin-top: 0;
margin-bottom: 0;
}

/* change phone number color*/
.super-container.header .header-phone a {
color: #ffffff;
}

/* this adds the shadow behind the front page buttons i usually delete the border*/
.super-container.boxes-holder .box {
text-align: center;
 -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.39);-moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.39); box-shadow:4px 4px 12px 0px rgba(50, 50, 50, 0.39); }

.super-container.boxes-holder .box h2 {
font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .portrait {
    padding-left: 50px;
  }
  .portrait_text {
 margin-left: 39px;
  }
}