/*-- ========================================= --
	 COLOR SCHEME FOR BUTTON AND LINKS
/*-- ========================================= --*/
.link-nextpage-top,
.link-nextpage-bottom,
.link-nextpage-top::before,
.link-nextpage-bottom::before,
.link-nextpage-top::after,
.link-nextpage-bottom::after
{
	color:#151515;
}
.highlight{
	color:#3a97d3;
}


.link-uppercase,
.button-regular::after
{
	color:#3B5998;
}
.link-uppercase::before{
	background:#3a97d3;
}
.button-regular{
	color:white;
	background:#3B5998;
	border:2px solid #3B5998;
}

/*-- ========================================= --
	 COLOR SCHEME FOR SECTION NAVIGATION
/*-- ========================================= --*/
nav a .arrow-label{
	background:#3a97d3;
	color:white;
}

/*-- ========================================= --
	 COLOR SCHEME FOR COUNTDOWN
/*-- ========================================= --*/
.countdown-container .dash{
	border:2px solid #f7001f;
	background:#f7001f;
}
.countdown-container .dash::after{
	background:#f7001f;
}
.countdown-container .digit{
	color:white;
}


/*-- ========================================= --
	 COLOR SCHEME FOR SERVICES & CONTACT
/*-- ========================================= --*/
.service-container .service .icon-container .icon,
.contact-container .contact .icon-container .icon
{
	color:white;
}
.service-container .service .icon-container,
.contact-container .contact .icon-container
{
	border:2px solid #3a97d3;
}
.service-container .service:hover .icon-container,
.contact-container .contact:hover .icon-container
{
	background:none;
}
.service-container .service .icon-container,
.contact-container .contact .icon-container,
.service-container .service .icon-container::after,
.contact-container .contact .icon-container::after,
.social-media-container a:hover::after
{
	background:#3a97d3;
}
.service-container .service:hover .icon-container .icon,
.contact-container .contact:hover .icon-container .icon,
.contact-container .contact:hover .text-container .title
{
	color:#3a97d3;
}

/*-- ========================================= --
	 COLOR SCHEME FOR WORKS
/*-- ========================================= --*/
.works-container .work .img-container .text-container{
	background:rgba(247,0,31,0.8);
}
