html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	height: 100%;
}

.jumbotron {
	max-height: 100%;
	min-height: 100%;
	background-color: #C0DFD9;
	color: white;
	padding-top: 100px;
}

.jumbotron h1 {
	font-weight: 100px;
	font-family: "Courier New", Courier, monospace
	}

.navbar {
	position: fixed;
	top: 100px;
	right: 10px;
	margin-left: 10px;
	font-weight: 600;
}

.navbar li.active a{
	background-color: #3B3A36 !important;
	color: #FFFFFF !important;
	}
	
.navbar li a {
	color: #3B3A36 !important;
	}

.background-light {
	background-color: #FFFFFF;
}

.background-dark {
	background-color: #E9ECE5;
}

.background-dark .section_header {
	border-color: white !important;
}

.contact {
	background-color: #3B3A36;
}

.contact h1 {
	color: white;
	}
	
.contact ul {
	font-size: 16px;
	list-style: none;
	}
	
.contact li {
	padding-bottom: 8px;
	}
	
.contact-list {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #FFFFFF;
	}
	
.section_header {
	border-bottom: 1px solid #E4E4E4;
}

#more_about_me {
	padding-top: 20px;
	margin-top: 40px;
}

.supporting {
	padding-top: 80px;
	padding-bottom: 80px;
	}
	
.experiences h3 {
	margin-top: 0px;
	padding-top: 0px;
}

.experiences {
	margin-top: 40px;
	}

.location {
	color: #3C948B;
	}
	
.skills {
	margin-top: 40px;
	}

.skills ul {
	list-style-type: none;
	}

.ability-title {
	font-size: 18px;
	}

.ability-score {
	margin-right: 100px;
	}
	
.experience {
	padding-bottom: 20px;
	}

.experience ul {
	margin-right: 100px;
	}

.project-description {
	margin-top:70px;
	margin-bottom:20px;
}

.filled {
	color: #3C948B !important;
}

.glyphicon-star {
	color: #F7F7F9;
}

.da-thumbs li {
	list-style-type: none;
	float: left;
	margin: 20px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs img {
	}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
	color: white;
}

.da-thumbs li a div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    border-top: 2px white solid;
    border-bottom: 2px white solid;
}

