.text-color-red {
    color: #c1272d;
}
.text-color-blue {
    color: #2e3192;
}
.divider {
    width: 100%;
    height: 2px;
    background-color: #2e3192;
}
header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: black;
}
.header-img {
    background-image: url('./images/barbershop1.jpg');
    min-height: 100vh;
}
header nav {
    text-align: right;
}
header nav ul {
    list-style: none;
    padding-top: 20px;
}
header nav ul li {
    text-decoration: none;
}
header nav ul li a {
    display: inline-block;
    color: white;
    padding: 5px 40px;
    font-weight: bold;
}
header nav ul li a:hover {
    color: #ccc;
}
header img {
    position: absolute;
    bottom: 0;
}
section.info-groomed {
    background-color: #eee;
    padding: 60px 0;
}

.book-now-top-bar {
    padding: 15px 15px 10px;
    background-color: #ffffff;
    width:100%;
}
.book-now-top-bar.header-fixed {
    position: fixed;
    top: 0px;
    box-shadow: 2px 2px 2px #cccccc;
    left: 0;
	animation: smoothScroll 1s forwards;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    z-index:999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}



/* INFO */
.info img {
    width: 100%;
}
.info .col-lg-6 {
    padding: 0;
}
.info {
}
.info .text-flex-container {
    display: flex;
    align-items: center;
    height: 100%;
}
.info .text-container {
    padding: 80px;
}
.info .text-padding {
    padding: 30px 0;
}

button
{
    padding: 10px 50px;
    background-color: #c1272d;
    border-radius: 50px;
    color:white;
    border:0px;
    margin-bottom:20px;
}
/* CALL TO ACTION */
.call-to-action {
    background-image: url('./images/barbershop5.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px;
}
.call-to-action h2,
.call-to-action p,
.call-to-action a {
    color: #fff;
}
.call-to-action p {
    padding: 20px 0;
}

.call-to-action a {
    padding: 10px 50px;
    background-color: #c1272d;
    border-radius: 50px;
}
.call-to-action .text-container {
    max-width: 400px;
}

/* FOOTER */

footer {
    background-color: black;
    color: white;
    padding: 40px;
    text-align: center;
}

footer p {
    margin: 0;
}

/* LOCATION */
.location header {
    background-image: none;
    min-height: 0;
}
header .small-logo-img {
    top: 0;
    width: 200px;
}
.location .col-lg-6 {
    padding: 0;
}
.location .location-info {
    min-height: 75vh;
}
.location .location-text {
    margin-top: 20vh;
    padding: 0 80px;
}
.location .location-info table {
    margin-top: 40px;
}
.location .location-info p {
    font-style: italic;
    margin-top: 40px;
}
.nav-padding {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.max-text-width {
    max-width: 500px;
    margin: 0 auto;
}

/* ABOUT */
.about-img {
    background-image: url('./images/A20I5034-2.jpg');
    background-size: cover;
    min-height: 75vh;
    overflow: hidden;
}
.about-padding {
    padding: 100px 40px;
}
.padding-header-bottom {
    padding-bottom: 50px;
}

.about-info {
    min-height: 75vh;
}
.about-info h3 {
    padding-bottom: 20px;
}
.about-info p {
    line-height: 2em;
}

.gallery-image {
    background-size: cover;
    background-position: center;
    height: 500px;
}
.gallery .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 992px) {
    .hide-mobile {
        display: none;
    }
    .gmap_canvas {
        margin-top: 0;
        display: none;
    }
    .about-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .info .text-container,
    .call-to-action {
        padding: 40px;
    }
    .gmap_canvas {
        width: 100% !important;
        margin-top: 50px;
    }
    .location .col-lg-6 {
        padding: 0;
    }
    .location .location-text {
        margin-top: 0;
        padding: 40px 20px;
        text-align: center;
    }
    .location table {
        width: 100%;
    }
    .location .note {
        padding: 0 20px;
    }
    .gmap_canvas {
        margin-top: 0;
    }
}
