@charset "utf-8";
/* CSS Document */

/* USING COLORS: 
	DUSTY 		#96858F
	LAVENDER 	#6D7993
	OVERCAST 	#9099A2
	PAPER 		#D5D5D5
*/

/* --CUSTOM FONTS-- */
@font-face {
	font-family: Roboto-Regular;
	src: url("https://fonts/Roboto-Regular.ttf") format('truetype');
	src: url("https://madhatprogrammers.com/fonts/roboto-regular.woff") format('woff');
	src: url("https://madhatprogrammers.com/fonts/roboto-regular.woff2") format('woff2');
}

@font-face {
	font-family: Roboto-BoldCondensed;
	src: url("https://fonts/Roboto-Regular.ttf") format('truetype');
	src: url("https://madhatprogrammers.com/fonts/roboto-boldcondensed.woff") format('woff');
	src: url("https://madhatprogrammers.com/fonts/roboto-boldcondensed.woff2") format('woff2');
	
}

@font-face {
	font-family: Roboto-Light;
	src: url("https://fonts/Roboto-Light.ttf") format('truetype');
	src: url("https://madhatprogrammers.com/fonts/roboto-light.woff") format('woff');
	src: url("https://madhatprogrammers.com/fonts/roboto-light.woff2") format('woff2');
}

@font-face {
	font-family: Roboto-Bold;
	src: url("https://fonts/Roboto-Bold.ttf") format('truetype');
	src: url("https://madhatprogrammers.com/fonts/roboto-bold.woff") format('woff');
	src: url("https://madhatprogrammers.com/fonts/roboto-bold.woff2") format('woff2');
}


/* FOR ALL SCREENS */

* {
 margin: 0;
 padding: 0;
}

body {
	background-color:#9099A2;
	font-family: "Roboto-Light, Times New Roman, Serif";
}


.paralax {
	background-image: url("../images/green-electronic-circuit-board-background-header.jpg");
	top: 0;
	width:100;
	min-height: 150px;
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

	
h1, h2, h3, h4, h5 {
	margin: 1.5% 0% 0% 0%;
	font-family: "Roboto-BoldCondensed";
}

h1 {
	color: #6D7993;
	font-size:3em;
	border-bottom: 2px solid #6D7993;
}

h2 {
	
	color: #96858F;
	font-size:2em;
}

p {
	font-family: "Roboto-Light";
	font-size: 1.25em;
	color: #2D2D2D;
	margin-bottom: 1.5%;
}

ul, ol {
	margin-bottom: 1.5%;
}

ul, ol, li {
	font-family: "Roboto-Light";
	color: #2D2D2D;
	font-size:1.1em;
}

li {
	margin-left: 3%;
}

a {
	color: #6D7993;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



input {
	margin: 1%;
}

#content {
	background-color:#D5D5D5;
	margin: 0% 5%;
	padding: 0.5%;
}

#container {
	background-color:#D5D5D5;
	width:100%;

}

#navigation ul {
	color: #ffffff;
	display: inline;
	list-style-type: none;
	maring: 0;
	padding: 0;
}

#navigation li {
	color: #ffffff;
	float: left;
	margin: 1%;
	padding: 1%;
	border: 3.5px solid #ffffff;
	background-color: #96858F;
	opacity: 0.75;
}

#navigation a {
	display: block;
	color:#ffffff;
	font-family: "Roboto-Bold";
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
}

#navigation li:hover {
	opacity: 1;
}

#footer {

	bottom: 0;
	left: 0;
	background-color: #9099A2;
	width: 98%;
	text-align: left;
	padding: 1%;
	color: #2D2D2D;
}

#login {
	background-color: #efefef;
	margin: 2%;
	padding:2%;
	width: 25%;
	box-shadow: 3px 3px 5px;
	
}

#crumbs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#crumbs ul a {
	color: #96858F;
}

#crumbs li{
	display: inline;
	font-size: 1.2em;
}

.submit 
{
	padding: 1%;
	font-size: 1.1em;
	font-family: "Roboto-Light, Times New Roman, Serif";
}

.resultMsg 
{
	color: #cd0000;
}

select {
	font-size: 1.1em;
}

input {
	font-size: 1.1em;
}

.callout {
	background-color: #efefef;
	margin: 2%;
	padding:2%;
	width: 50%;
	box-shadow: 3px 3px 5px;
}

.callout select {
	width: 40%;
}

button {
	margin: 1%;
	padding:1%;
}

.grid {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 1em;
	grid-template-columns: 100px 1fr;
}

.width-1\/12 {
	grid-column: span 1;
}

.width-2\/12 {
	grid-column: span 2;
}

.width-3\/12 {
	grid-column: span 3;
}

.width-4\/12 {
	grid-column: span 4;
}

.width-5\/12 {
	grid-column: span 5;
}

.width-6\/12 {
	grid-column: span 6;
}

.width-7\/12 {
	grid-column: span 7;
}

.width-8\/12 {
	grid9-column: span 8;
}

.width-9\/12 {
	grid-column: span 9;
}

.width-10\/12 {
	grid-column: span 10;
}

.width-11\/12 {
	grid-column: span 11;
}

.width-12\/12 {
	grid-column: span 12;
}

/* TABLE STRUCTURE - ADDED BY C.PHELAN ON 11/24/2019 */
/*
table, th, td, tr {
    border: solid 1px #9099A2;
    border-collapse: collapse;
    
    font-family: "Roboto-Light";
	font-size: 1em;
	color: #2D2D2D;
}

table {
    margin-bottom: 2%;
    padding: 1%;
}

th {
    background-color: #6D7993;
    color: white;
}


th, td {
    padding: 2%;
}

tr.alt {
    background-color: #ffffff;
}
*/

