.customLink{
    background-color: red;
    color: white;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    hover:none;
    }
    customLink:hover {
    background-color: #000000;
    }
    .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    }
    .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    }
    .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    }
    .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    }
    .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    }
    .thumbline
    {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    }
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
    }
  
    /* ------------------- Carousel Styling ------------------- */
    .carousel-inner {
    /* //border-radius: 15px; */
    }
    .carousel-caption {
    /* //background-color: rgba(0,0,0,.5); */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
    }
    .carousel-indicators {
    position: absolute;
    bottom:-44px;;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: center;
    /* //background:red; */
    }
    .carousel-control.left,
    .carousel-control.right {
    background-image: none;
    }
    /* ------------------- Section Styling - Not needed for carousel styling ------------------- */
    .section-white {
    padding: 10px 0;
    }
    .section-white {
    background-color: #fff;
    color: #555;
    }