/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@media (min-width: 992px) {
  .homeHelp {
    padding-top: 75px !important;
  }
}

@media (max-width: 922px) {
  .homeHelp {
    padding-top: 0px !important;
  }
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.tablePrice{
    font-size: 30px;
    font-weight: bold;
    color: #001ee1;
}

.hours{
    font-weight: bold;
    font-size: 25px;
}

.checks{
    color:#001ee1;
}

.alignMiddle{
    vertical-align: middle !important;
}

.tablePadding{
    border-left: 10px solid white;
    border-right: 10px solid white;
}

.trLead{
    width: 40%
}

.trFollow{
    width: 20%
}

.angular-google-map-container {
        height: 400px;
}

.divContent{
    padding-top: 50px;
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #333;
}

.business-header {
    height: 350px;
    background: url('../pics/background.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

.center-image{
    width:100%;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.noPointer{
    cursor: default;
}

footer {
    margin: 50px 0;
}

#success_message{ 
    display: none;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.serviceLink{
    text-decoration: none; 
    color: #333;
}
.serviceLink:hover{
    text-decoration: none;
    color: black;
}
.serviceLink:hover .fa-inverse{
    text-decoration: none;
    color: black;
}