.header .logo a img.l-black{
  opacity: 0;

}
.header .logo a img.l-white{
  opacity: 1;
}

h2.h2 {
  letter-spacing: 5px;
}
.bg-img-about {
    background-image: url("../images/AboutPage.jpg");
}

.bg-img-home {
    background-image: url("../images/IDesignHomePage1.jpg");  /* url("../img/full/02.jpg");*/
}

.bg-img-faq {
    background-image: url("../images/Idesign-FAQ.jpg");
}
.bg-img-services {
    background-image: url("../images/Comp2_1.jpg");
}

h2{
color: #eee;

}

h5{
  color: #DBDBDB;
  text-transform: none;
}
.navigation > ul > li > a{
	color: #eee;

}
].header.sticky .navigation ul li a{
  color: #323232;
}

.overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before {
  opacity: 0.0;
}

/*video sizes*/
.item-box iframe {
  width: 250px;
}

@media (max-width: 767px){
  .item-box iframe {
    /*width: 100%;*/
  }
}