.header-logo img {
  margin: 25px 0 0 0; /*Modified by DeS*/
  height: 150px;
  width: unset;
}

.s-about {
	background-color: #8306a8;
}

.s-about .btn--about {
	background-color: #A88E06;
}

.btn.btn--primary:hover {
    background-color: #927B05;
}

.s-social {
	background-color: #1B1B1E;
}

/* Added by DeS */
.social-list__icon--youtube_outline::before {
  background-image: url(../images/icons/social/icon-youtube_Outline.svg);
}

/* Added by DeS */
.social-list__icon--youtube_filled::before {
  background-image: url(../images/icons/social/icon-youtube_Filled.svg);
}

.s-footer{
    background-color: #8306a8;
    color: rgba(255, 255, 255,1)
}

.footer-list a {
	color: rgba(255, 255, 255, 0.8);
}

.ss-copyright {
	color: rgba(255, 255, 255, 0.65);
}