/*  GLOBAL SETTINGS  */
	body {
		font-family: "Montserrat";
		font-weight: 300;
		color: #212529;
	}


/*  PAGE HEADER  */
	div.top-bar {
		background: rgb(0,153,255);
		background: linear-gradient(90deg, rgba(0,153,255,1) 0%, rgba(180,0,255,1) 33%, rgba(0,119,255,1) 67%, rgba(52,0,132,1) 100%);
	}

	div.header {
		background: rgb(55,79,113);
		color: #FFF;
	}

		/* Header Background */
		div.header::before {
			background-image: url(media/circuit-bg.svg);
			background-position: center center;
			background-size: cover;

			/*filter: invert(99%) sepia(2%) saturate(1757%) hue-rotate(224deg) brightness(114%) contrast(88%);*/
			opacity: 1;
		}

		div.header::after {
			background: linear-gradient(180deg, rgba(55,79,113,1) 0%, rgba(14,48,101,1) 72%, rgba(29,63,113,1) 100%);
			opacity: 0.10;
		}


/*  FOOTER  */
	div.footer {
		color: #FFF;
		background-color: #2C3747;
	}