.header {
	height: 60px;
}

h1, h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}

p, body, li {
	font-family: "calluna", Georgia, Times, serif;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(0,0,0,0.65) !important;
	letter-spacing: .01rem;
}

h1 {
	font-size: 40px;
	color: rgb(29, 29, 29) !important;
}

h2 {
	font-size: 25px;
	color: rgb(29, 29, 29) !important;
}

hr {
	border-color: rgba(0,0,0,0.2) !important;
}

a {
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	text-decoration: none;
	color: rgb(29, 29, 29);
}

p a, ul a, li a {
	color: rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hr-margin {
	margin-bottom: -20px;
}

.footer-right, .footer-left {
	margin-bottom: 10px;
}

.footer-right {
	float: right;
}

.footer-left {
	float: left;
}

.item {
	margin-bottom: 30px;
}

.grey {
	color: rgb(230,230,230);
}

.info {
	margin: 20px 0 40px 0;
}

.wide-photo {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}

.lower-project-photo {
	margin-top: 40px;
}

#megif {
	margin-top: 75px;
}

h1.project-title {
	margin-top: -7px;
	text-align: center;
}

.sidebar-item p {
	margin-top: -5px;
}

.sidebar {
	position: fixed;
	width: 250px;
}

.project-break {
	display: inline;
}

.project-dot {
	display: none;
}

.bottombar {
		display: none;
}
.sidebar-bottom {
		display: none;
}

.responsive-title {
	display: none;
}

.project-table {
	margin-top: -20px;
}

.container {
	display: none;
	width: 100%;
}

.resume-top {
	margin-top: -7px;
}

.horiz {
	display: none;
}

.google-header {
	margin-top: -10px;
}

div.project {
	margin-top: 55px;
}

h1.project {
	margin-top: 5px;
	font-weight: 100 !important;
}

p.project {
	font-weight: 100 !important;
}

p.project-info {
	margin-bottom: 50px;
}

.header-row {
	margin-bottom: 25px;
	border-bottom: 1px solid black;
}

.res-header {
	display: none;
}
.header-zero-top {
	margin-top: 0px;
}
.header-33-top {
	margin-top: 33px;
}
.project-list {
	margin-top: -30px;
}
.project-list-two {
	margin-top: 0px;
}

@media (min-width: 991px) {
	h1.project-title {
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.shrink {
		display: none;
	}
	.header {
		height: 40px;
	}
	.sidebar {
		position: relative;
		width: auto;
	}
	.project-break {
		display: none;
	}
	.project-dot {
		display: inline;
	}
	.sidebar-bottom {
		display: inline;
	}
	.bottombar {
		display: inline-block;
	}
	.sidebar-item {
		display: none;
	}
	.responsive-title {
		display: inline-block;
	}
	.responsive-top {
		margin-top: 30px;
	}
	.top-about {
		margin-bottom: 0px;
	}
	.bottom-info
	{
		margin-bottom: 10px
	}
	.horiz {
		display: inline-block;
	}
	.header-items{
		margin-left: 60px;
		text-align: center;
		display: none;
	}
	.header-title {
		text-align: center;
		margin-bottom: -10px;
	}
	.res-header-items {
		display: inline-block;
		text-align: center;
		list-style: none;
	}
	.res-header-items a {
		color: rgb(29, 29, 29);
		border-bottom: none;
	}
	.res-header {
		display: inline-block;
		margin-top: 5px;
	}
	#left-res-header-items {
		padding-left: 0px;
	}
	.hide-small {
		display: none;
	}
	.bio {
		margin-top: -15px;
	}
	.project-list {
		margin-top: -40px;
	}
	.project-list-two {
		margin-top: 0px;
	}
	div.project-img {
		display: none;
	}
	h1.project {
		margin-top: -15px;
	}

}

@media (max-width: 417px) {
	.header {
		height: 20px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 22px;
	}
	p, li {
		font-size: 17px;
	}
	#top-row{
		margin-top: -30px;
	}
	.container {
		padding: 0px;
	}
	.col-xs-10 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}
