html,
body {
  height: 100%;
}

#head {
}

#main-container {
margin: 0 auto;
width: 100%;
min-height: 100%;
}

#main {
overflow: auto;
padding-bottom: 180px;
}

#name {
    min-height: 150px;
}

#footer {
position: relative;
margin: 0 auto;
margin-top: -50px;
/* negative value of footer height */
height: 50px;
clear: both;
/* background-color: red; */
}

#contact phone a:hover, #phone-central a:hover{
    text-decoration: underline;
}
#contact phone a, #phone-central a{
    text-decoration: none;
    color: white;
}
.text-dark-blue a {
    color: #0d4e80;
    text-decoration: none;
}

#phone-central {
    padding: 170px 0;
    background: url("/engine-bg-o.jpg") center center no-repeat;
} 

.divider {
  border-top: 2px solid #0d4e80;
}
