/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }

.jumbotron {
  /*background-image:url('img/banner.jpg');*/
    background-image:url('img/Death_to_Stock_Equinox_2.jpg');
    color: #ffffff;
    background-size: cover;
    padding-left: 10%;
    border-bottom: thick solid #000000;
    text-shadow: 2px 2px 4px #000000;
}


/* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: lightgrey;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
#carousel {
    margin-top: -150px;
}

.img-responsive {
    margin: 0 auto;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.navbar-brand > img {
    max-height: 250%;
    height: 250%;
    -o-object-fit: contain;
    object-fit: contain;
    padding-bottom: -10px;
    padding-top: -10px;
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
}

#map {
    height: 400px;
    width: 100%;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #taximage {
        margin-top: -35px;
        margin-right: 30px;
        margin-bottom: -35px;
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#cpa {
    margin-top: -100px;
    /*background-color: #f1f1f1;*/
    width: 100%;
}



#service {
    margin-bottom: 15px;
}

#taximage {
    margin-right: 50px;
    margin-bottom: -30px;
}

#cpaImage {
    margin-top: 20px;
}

.modal-content {
    text-align: left;
}

/*Hover*/


figure:hover+span {

    opacity: 1;
}

.column div span {

    color: #444;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
figure {
    background: #fff;
    overflow: hidden;
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover12 figure:hover img {
    opacity: .5;
}

 .links {
    color: black;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 130px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 130px;
    /*background-color: #f5f5f5;*/
}

/*.box{*/
    /*background-image: url('img/fadedLogo.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
/*}*/


/*    Safari only          */

@media not all and (min-resolution:.001dpcm) { @media
{
    #logo {

        height: 50px;
        width: 50px;
    }
}}