
/* ------------------------------------------------------------------------------------------------
	TYPOGRAPHY STYLES
------------------------------------------------------------------------------------------------ */

* {
	font-family: 'Source Code Pro';
	font-size: 1em;
	color: #222428;
}

body {
	background-color: #f2f2f2;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 2em;
}

h4 {
	margin-top: 0;
}



/* ------------------------------------------------------------------------------------------------
	SECTIONS
------------------------------------------------------------------------------------------------ */

section {
	padding: 3rem 0;
}

/* HEADER */

#header {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
#header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#header .video-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}
#header .container {
	position: relative;
	z-index: 2;
}
#header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
#header * {
	color: #f2f2f2;
}
#header h1 {
	font-size: 3em;
}
#header h2 {
	font-size: 1.5em;
}

/* LEAD SECTION */

#welcome {
	background-color: #144057;
	min-height: 30vh;
	padding: 60px 0;
}
#welcome * {
	color: #ffffcc;
}
#welcome h3 {
	margin-top: 0;
}

img.logo {
	width: 100%;
	max-width: 50px;
	height: 100%;
	min-height: 50px;
}

/* CARD CONTROLS */

.card {
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.card-body {
	padding: 2rem;
}
.card-footer {
	padding: 0 2rem 1rem 2rem;
}

.card-title {
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	font-size: 1.5rem;
}

.card-subtitle {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h5.card-title {
	margin-top: 3rem;
	font-size: 1.3rem;
}

.card-footer {
	border-top: 0;
	background-color: inherit;
}


/* SKILL SECTION */

.skillitem, .networkitem {
	margin-top: 50px;
}
.skillitem .progress {
	margin-bottom: 1.5rem;
}

.skillitem dt {
	font-weight: normal;
	margin-left: 0.25rem;
}

.workitem {
	margin-top: 50px;
}
.workitem-date {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 4px;
	background-color: #2c3759;
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.workitem-date * {
	color: #fff;
}
.workitem-body p {
	padding-bottom: initial !important;
}

.progress {
	margin-top: 5px;
	height: 3px;
}
.progress-bar {
	background-color: #144057;
	text-align: left;
	padding-left: 1em;
}
.progress-bar-danger {
	background-color: #3876bc;
}

hr {
	border-top: 2px solid #ccc;
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#header h1 {
		font-size: 3em;
	}
	#header h2 {
		font-size: 1.5em;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#header h1 {
		font-size: 3em;
	}
	#header h2 {
		font-size: 1.5em;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
#header h1 {
		font-size: 5em;
	}
	#header h2 {
		font-size: 3em;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
#header h1 {
		font-size: 5em;
	}
	#header h2 {
		font-size: 3em;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#header h1 {
		font-size: 5em;
	}
	#header h2 {
		font-size: 3em;
	}
}