html,
body {
	margin: 0;
	padding: 0;
	font: 400 18px/1.8 "Lato", sans-serif;
	color: #111;
}

a:link {
	text-decoration: none;
	/* color:hwb(240 0% 7%); */
	color:#fe2712;
}
a:visited{
	/* color:#0000EE; */
	color: #fe2712;
}

a:hover {
	text-decoration: underline;
}

/* Top-Level Nav */
#nav {
	background-color: #282E34;
	position: fixed;
	/* height: 50px; */
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	/* border: 1px solid green; */
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
}

#nav a:link {
	text-decoration: none;
}

#nav a:link,
#nav a:visited {
	color: #fff;
}

#nav a:hover,
#nav a:active {
	color: #fff;
}

#nav .navLink {
	margin-left: 10px;
	margin-right: 10px;
}

.navleft {
	padding-left: 30px;
	float: left;
	/* position: fixed; */
	width: 40%;
	/* border: 1px solid red; */
}

.navright {
	width: 40%;
	float: right;
	padding-right: 30px;
	text-align: right;
	/* border: 1px solid red; */
}


hr {
	width:80%;
	margin-left: 10%;
	border: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}

#header h1,
#header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#toolQuote {
	padding:20px;
	font: 400 24px/1.8 "Lato", sans-serif;
	color:#777;
}

.anchor {
	scroll-margin-top: 110px;
}


/* Portfolio Projects */

#portfolioHeader{
	margin-top: 45px;
}

.portfolioProject{
	/* background-color: red;*/
	/* border: 1px solid blue; */
	margin-bottom: 30px;
	/* background-color: #eee; */
	border-radius: 25px;
	padding:15px;
	/* background-color: rgb(243, 243, 237);
	background-color: #EEF5F6; */
}

.portfolioProject h3 {
	/* margin: 0; */
	padding: 0;
	margin-top: 0;
	background-color: #eee;
	padding: 15px;
	border-radius: 10px;
}

.profolioImage{
	float: right;
	max-width:40%;
}

.profolioImage img{
	max-width:100%;
}

.profolioDescription{
	width:55%;
	float: left;
}
.profolioDescription p{
	padding-top: 0;
	margin-top: 0;
}

/* .portfolioProject h3 a {
	color: #0000EE;
} */