.lightwidget, .lightwidget * {
    background-color: black;
}
.sticky{
    visibility: hidden;
}
.transit{
    transition: none;
}
.header-clear #logo-light {
    padding-top: 9px;
    color: white;
    font-size: 18px;
}

.intro-title {
	
  	text-shadow: 2px 2px 10px rgba(0,0,0, 0.7);
    font-size: 34px;

}
.intro-subtitle {
	
  	text-shadow: 2px 2px 10px rgba(0,0,0, 0.7);
    font-size: 18px;
    background-color:rgba(0, 0, 0, 0.5);

}