body {
	font-family: "Raleway", sans-serif;

	overflow: hidden;
	width: 100vw;
	height: 100vh%;
	margin: 2rem auto;
	/* background-color: #475371; */
	background-image: url("../Images/rocksWater.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* background-color: #a7bec4; */

	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	/* text-shadow: 1px 1px 2px #1f8ec1; */
	/* margin: auto; */
	/* text-align: center; */
	/* background-color: lightgray; */
	background-color: #12b2e2;
	color: white;
	font-weight: bolder;
}

.address {
	font-family: Roboto;
	color: black;
	font-weight: lighter;
	font-size: 1.1rem;
	margin-left: 2rem;
}
.linkedin {
	margin-top: 2rem;
	width: 39px;
	height: 39px;
}

.git {
	width: 39px;
	height: 39px;
	padding-bottom: 1.45px;
	margin-left: 2px;
}

.item-intro {
	grid-area: intro;
	/* overflow: hidden; */
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	font-style: italic;
	background-color: transparent;
	/* background-color: lightgray; */
	align-items: center;
	/* justify-content: left; */
	/* height: 900px; */
	line-height: 1.3;
	letter-spacing: 3px;
	color: black;
	font-weight: normal;
	/* padding: 6px; */
	/* opacity: .8; */
	border: 1px 1px gray;
	margin-left: 2rem;
}

.center {
	text-align: center;
}

.item-tech {
	grid-area: tech;
}

.item-sidebar {
	/* opacity: .8; */
	grid-area: sidebar;
	background-color: rgba(196, 196, 196, 0.9);
	/* color: #4cc9f0; */
	color: #516674;
	text-align: left;

	font-size: 1rem;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 800px;

	/* background-image: url("https://www.transparenttextures.com/patterns/ecailles.png"); */
}
.nav-list {
	margin-top: 4rem;
}

.inner {
	height: 270px;
	width: auto;
}

.item-tech {
	grid-area: tech;
	line-height: 1.4;
	background-color: #ffffff;
	/* background-image: linear-gradient(to right, white, #c6eefa); */
}

.list li {
	display: inline;
	white-space: nowrap;
	padding: 0px;
}

ul li:after {
	content: "  \00b7  ";
}

ul li:last-child:after {
	content: "";
}

.item-edu {
	grid-area: edu;
	line-height: 1.4;
	background-color: #ffffff;
	/* background-image: linear-gradient(to right, white, #c6eefa); */
}

.item-main {
	grid-area: main;
	background-color: #ffffff;
	line-height: 1.4;
	/* background-image: linear-gradient(to right, white, #c6eefa); */
}

.item-proj {
	grid-area: proj;
	background-color: #ffffff;
	line-height: 1.4;
	/* background-image: linear-gradient(to right, white, #c6eefa); */
}
.item-footer {
	grid-area: footer;
	padding: 2%;
	height: 8vh;
	font-size: 0.75rem;
	font-style: italic;
	background-color: black;
	text-align: center;
	letter-spacing: 1.4px;
	color: #4cc9f0;
}
.media-noshow {
	display: hidden;
}

.sb {
	/* padding: 2%; */
}

.main,
.edu,
.tech,
.proj,
.footer {
	padding-left: 10%;
	padding-right: 10%;
}

a {
	font-size: 1.3rem;
	/* font-weight: bold; */
	margin-left: 2rem;
	line-height: 1.5;
	text-decoration: none;
	color: #1f8ec1;
	/* font-family: Roboto; */
}

a:hover {
	color: black;
}
h2 {
	/* margin-left: 1rem; */
	opacity: initial;
}

.container {
	margin: 0 auto;
	/* background-color: #475371; */
	margin: 0 auto;
	/* background-image: url(http://www.transparenttextures.com/patterns/triangles.png); */
	/* background-color: black; */
	border-radius: 10px;
	overflow: scroll;
	height: 800px;
	width: 1100px;
	display: grid;
	grid-template-columns: 250px 850px;
	grid-template-rows: 100vh;
	grid-template-areas:
		"sidebar intro"
		"sidebar main"
		"sidebar main"
		"sidebar tech"
		"sidebar edu"
		"sidebar proj"
		"sidebar footer";
}
