/*-------------------------------

    Custom stylesheet (custom.css)

    Project: Eight Template
    Version: 1.0
    Author: By Themanoid
    Last change: 31 July 2016

    --

    This stylesheet is meant for
    your own custom styles, on
    top of The Eight Template

    Happy styling!
    - Themanoid

----------------------------*/

.logo-img {
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 992px) {
  .l1:before, .l2:before, .l3:before  {
    border: none !important;
  }
  .l1:after, .l2:after, .l3:after  {
      border: none !important;
    }
}

.dog a:hover
{
  text-decoration: none !important;
}

.vidOverlay {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #181818;
    opacity: 0.0;
}

.vidOverlay:hover
{
	opacity: 0.8;
	-webkit-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}