a {
  background-color: transparent;
}
a:hover {
  outline: 0;
  text-decoration: none;
    color: greenyellow;
}
a.howA:hover {
    color: green;
}
a:visited 
{
    text-decoration: none; 
    decoration: none; 
}
a:active
{
    text-decoration: none; 
    decoration: none; 
}
a:focus
{
    color: greenyellow;
    text-decoration: none; 
    decoration: none; 
}
a.howA:focus {
    color: green;
}

.section {
  position: relative;
  padding: 35px 0;
}

.section .background-image {
  z-index: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section .background-image.background-image-fixed {
  background-attachment: fixed;
}
.section-primary {
  background-color: #337cbb !important;
  color: #ffffff;
}
.section-primary .background-image {
  opacity: 0.5;
}
.section-info {
  background-color: #5bc0de !important;
  color: #ffffff;
}
.section-info .background-image {
  opacity: 0.5;
}
.section-success {
  background-color: #5cb85c !important;
  color: #ffffff;
}
.section-success .background-image {
  opacity: 0.5;
}
.section-warning {
  background-color: #f0ad4e !important;
  color: #ffffff;
}
.section-warning .background-image {
  opacity: 0.5;
}
.section-danger {
  background-color: #d9534f !important;
  color: #ffffff;
}
.section-danger .background-image {
  opacity: 0.5;
}

/* Custom css starts here */
video.fillWidth {
        position:absolute;
        top: 0;
        left: 0;
        z-index:0;
        width: 100%;
        min-width: 700px;
}
#headerVidDiv{
    background-color: orange;
    padding: 1px;
    min-height: 400px;
    background-image:linear-gradient(10deg, hsla(0, 100%, 50%, 1), hsla(40, 100%, 58%, 1));
}
#headerVid{
    background-color:orange;
}
#logo{
    z-index:1; position:absolute; top: 5px; left: 5px; width: 300px;
}
#orderNow{
    z-index:3;
    position: fixed;
    top: 5px;
    right: 10px;
    margin: 0;
    text-decoration:none; 
}
#freeShipping{
    top: 6px;
    padding: 3px;
    position: relative;
    font-size:25px;
    background-color:rgba(255, 255, 255, 0.5);
    font-family:'Paytone One',sans-serif;
    color: limegreen;
   -webkit-text-fill-color: #ff0;
    -webkit-text-stroke-width:1px;
    -webkit-text-stroke-color:#000
}
#topText {
    margin-top: 200px;
}
#FartByMailIs{
    max-width: 700px;
}
#justLikeDad{
    width: 300px;
    position: absolute;
    bottom: -40px;
    right: 10px;
    z-index: 1;
}
#cardOpenVid{
    width:100%;
    margin-bottom: 5px;
}
.whyImg {
    max-width: 200px;
}
.why {
    color:yellow;
}
.whyP{
    margin-left: 20px;
    margin-right: 20px;
}
#accordionHow{
    color: black;
}
.pressImg {
    width: 115px;
    margin: 10px;
}
#socialLinks a{
    color: white;
} 
footer a{
    color: white;
}
.headingA{
    color:white;
}
#dog{
    width: 75%;
}

@media (max-width: 767px) {
  #headerVid {
    display: none;
  }
  #headerVidDiv {
      background-color: orange;
      height: auto;
      width: 100%;
  }
    #orderNow {
        right: 0;
        left: 0;
        margin-left: auto;
        width: 300px;
    }
    #orderNowTop{
        padding: 2px;
        font-size: 15px;
    }
    #logo{
        display: block;
        position: relative;
        margin-right: auto;
        margin-top: 30px;
        left: 0;
    }
    #topText {
        margin-top: auto;
    }
    #justLikeDad{
    display: block;
    position: relative;
    margin-left: auto;
    bottom: 0;
    right: 0;
    }
    #dog{
        width: 50%;
    }
   #freeShipping{
    top: 3px;
      font-size: 15px;
   }
    .whyImg{
        width: 100px;
    }
}