html {
	height: 100%;
	width: 100%;
	min-height: 100%;
	bottom: 0;
	overflow: auto;
}

::-webkit-scrollbar { 
    display: none; 
}

body {
	background: white;
	display: block;
	font-family: Helvetica;
	/*position: fixed;*/
}

a.link:link {
    color: black;
    text-decoration: underline;
}

a.link:visited {
    color: black;
}

a.link:hover {
    text-shadow: -0.1em 0 red, 0.1em 0 cyan;
}

.container {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

#nav-bar {
	background: black;
	width: 70px;
	height: 100vh;
	position: absolute;
	top: 0px;
	z-index: 3;
	min-height: 500px;
	left: 0px;
	text-align: center;
	position: fixed;
}

@media screen and (max-width: 900px) {
    #nav-bar {
		width: 250px;
	}
}

.nav-text {
	visibility: hidden;
	text-decoration: none;
}

.nav-item:hover .nav-text {
	visibility: visible;
}

.nav-item a:hover{
    text-decoration: none;
}

.nav-icon {
	text-shadow: none;
}

.nav-item:hover .nav-icon {
	text-shadow: -0.1em 0 red, 0.1em 0 cyan;
}

.nav-item a.current .nav-icon {
	text-shadow: -0.1em 0 red, 0.1em 0 cyan;
}

.nav-item a.current .nav-text {
	visibility: visible;
}

#home {
	width: 97%;
	position: relative;
	left: 60px;
	height: 100vh;
	padding: 50px;
	top: 0px;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#home-text {
	padding-right: 10%;
}

#home-picture-wrapper {
	padding-right: 10%;
}

#home-picture {
	height: 200px;
	border-radius: 50%;
}

#about, #skills, #work, #contact {
	position: relative;
	width: 96%;
	margin-left: 4%;
	height: 100vh;
	align-items: center;
	display: flex;
	justify-content: center;
}

#contact {
	height: 115vh;
}

#work {
	height: 100vh;
}

#about-text {
	left: 100px;
	line-height: 1.4;
	top: 200px;
	width: 75%;
}

#skills-text {
	line-height: 1.4;
	width: 75%;
}

#skills-columns {
	display: flex;
	width: 100%;
}

#work-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#home-container, #about-container, #skills-container, .work {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#skills-container {
	width: 100%;
	justify-content: center;
}

.nav-icon {
	padding: 2px 0px 2px 0px;
	color: white;
	font-size: 30px;
	width: 70px;
	height: 40px;
	text-align: center;
}

.nav-text {
	color: white;
	font-size: 12px;
	font-family: Helvetica;
	top: -10px;
	position: relative;
	height: 5px;
	text-align: center;
}

#js-icon-text {
	color: white;
	font-size: 35px;
	font-family: Helvetica;
	top: 0;
	margin-top: 10px;
	text-align: center;
}

#js-icon:hover{
    text-decoration: none;
}

#js-icon:hover #js-icon-text {
	text-shadow: -0.1em 0 red, 0.1em 0 cyan;
}

.nav-icon-sm {
	width: 20px;
	height: 20px;
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	color: white;
	text-align: center;
}

.nav-item-ext:hover .nav-icon-sm {
	text-shadow: -0.1em 0 red, 0.1em 0 cyan;
}

#links {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 170px;
	display: block;
}

#page-nav {
    position: absolute;
    height: 280px;
    top: 50%;
    margin-top: -195px;
    background-clip: padding-box;
}

#languages, #software, #frameworks{
	width: 33%;
}

#work-text {
	width: 75%;
}

#contact-text {
	width: 75%;
}