
.sidebar-container {
		position: fixed;
		height: 100%;
		width: 280px;
		background-color: gray;
		-webkit-transform: translateX(-280px);
		-webkit-transition: all 0.3s;
}
.sidebar-item {
		font-weight: 700;
		font-size: 16px;
		color: white;
		padding: 15px 20px;
}

.sidebar-image {
	padding: 15px 20px;
	height: 20px;
	width: 20px;
}

.section {
	width: 100%;
	height: 100%;
	position: relative;
}
#name-section {background: #512DA8;}
#project-section {background:#2c3e50;}
#reading-section {background: #607D8B;}

#book {background-color: #FF9E80; opacity: .5; margin-bottom: 16px; color: maroon;}

.fade {
  margin: 50px;
  padding: 50px;
  background-color: lightgreen;
  opacity: 1;
}

body, html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-width: 960px;
	background-color: black;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: Lato;
}

a {
	text-decoration: none;
	color: yellow;

}

.clear {
	clear: both;
}

.img-scaled {
	width: 100%;
	height: 100%;
}

.img-scaled-wh {
	width: 100%;
	height: 100%;
	position: relative;
}


#nav-toggle {
	position: absolute;
	left: 50%; top: 50%;
}

#nav-toggle {
	padding: 10px 30px 15px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}


#sidebar-button {
	position: fixed;
	z-index: 100;
	left: 15px;
	top: 15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.sidebar-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.projects-container ul {
	position: relative;
	list-style: none;
	/*margin-top: 10px;*/
}
.project-item {margin-left: 22%; margin-bottom: 5%; background: maroon; width: 380px; color: white; opacity: .5}


.name-header {
	top:50%;
	-webkit-transform: translateX(0%) translateY(-350%);
	transform: translateX(0%) translateY(-350%);}
.page-wrapper {
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.text {
	position: absolute;
	/*height: 100%;*/
	font-size: 36px;
	color: white;
	font-weight: 700;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
   	transform: translateX(-50%) translateY(-50%);
}


.no-scroll {
	overflow: hidden;
}

.wrapper-active, .button-active {
	-webkit-transform: translateX(280px);
	-moz-transform: translateX(280px);
	transform: translateX(280px);
}

.sidebar-active {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
}
