/*
Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Work Sans','SF Pro Display','Helvetica Neue','Helvetica','Arial',sans-serif;
	font-weight: 400;
	color: #333;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.clear-fix {
	clear: both;
}


/*
Overall Styles
*/

.clear-fix {
	clear: both;
}


.container {
	margin: 0px auto;
	max-width: 1100px;
}

h1 {
	font-size: 38px;
	line-height: 52px;
	font-weight: 700;
}

sup {
	font-size: 50%;
    vertical-align: super;
    font-weight: 700;	
}

/*
Navigation
*/

.navbar {
	padding: 40px 0px;
	font-size: 14px;
}

.navbar-brand {
	display: inline-block;
	color:#000;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
}

#collapsingNavbar {
	float: right;
	margin-right: -2px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.nav-item {
	float: left;
	margin:0px 0px 0px 30px;
}

.nav-link {
	display: block;
	padding: 10px 2px;
	color: #000;
	text-decoration: none;
}

.active {
	border-bottom: 3px solid #000;
}

.nav-link:hover {
	border-bottom: 3px solid #C8C8C8;
}

.button {
	display: table;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.button:hover {
	background-color: #2B2B2B;
}

/*
Homepage Styles
*/

.personal-intro .container {
	padding: 200px 0px 80px;
	/*border-bottom: 1px solid #979797;*/
}

#contact .personal-intro .container {
	border-bottom: none;
}

.personal-intro h1 {
	width: 70%;
}
.personal-intro p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 40px 0px;
	width: 70%;
}

.project-list {
	margin: 70px 0px 0px;
}

.project-list .container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.half-project {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
}

.half-col-1 {
	margin-right: 50px;
}

.half-col-2 {
	margin-left: 50px;
}

.half-project img {
	width: 100%;
}

.half-project h2 {
	font-weight: 700;
	margin:30px 0px 0px;
	font-size: 28px;
	line-height: 34px;
}

.half-project p {
	margin:15px 0px 20px;
	font-size: 14px;
	color: #4A4A4A;
	font-weight: 500;
}

.half-project .button {
	font-size: 14px;

}

/*
Portfolio Page
*/

.projects {
	margin: 70px 0px 0px;
}

.projects hr {
	border-top: 1px solid #F2F2F2;
	margin: 70px 0px;
}

.full-project {
	width: 100%;
	float: none;
}

.full-project img {
	max-width: 100%;
}

.full-project h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	margin: 60px 0px 30px;
}

.full-project h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin: 30px 0px 40px;
}

.full-project p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 24px;
}

.full-project ol {
	font-size: 16px;
	line-height: 24px;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 30px 20px;
}

.full-project li {
	margin-bottom: 10px;
}

.video-wrapper {
	width: 100%;
	padding: 20px 0px;
	background-color: #F9F9F9;
	text-align: center;
}

.half-video {
	width: 50%;
	background-color: #F9F9F9;
	float: left;
	margin: 0px 0px 0px;
}

.half-video video {
	margin: 0px auto;
}

.app-video {
	box-shadow: 0px 0px 14px #E2E2E2;
}

.half-video p {
	text-align: center;
	font-size: 14px;
	color: #4F4F4F;
}


footer {
	clear: all;
	margin: 80px 0px 40px;
	font-size: 12px;
	line-height: 14px;
}

/*
Mobile Styles
*/


@media screen and (max-width: 1150px) {
    .container {
        margin: 0px 10%;
    }
}

@media screen and (max-width: 900px) {
	.personal-intro h1 {
		width: 100%;
	}
	.personal-intro p {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.project-list .container {
		display: block;
	}
	.half-project {
		display: block;
	}

	.half-col-1, .half-col-2 {
		min-width: 100%;
		float: none;
		margin: 0 0 80px 0;
	}
	.half-col-1 img, .half-col-2 img {
		width: 100%;
	}

}

@media screen and (max-width: 850px) {
	.half-video {
		width: 100%;
	}
	.half-video p {
		margin-top: 40px;
	}
}


@media screen and (max-width: 500px) {
	#collapsingNavbar {
		float: none;
		margin: 30px 0px 0px;
	}
	.nav-item:first-of-type {
		margin: 0px 0px 0px;
	}
	.navbar-brand {

	}
	#collapsingNavbar {
		display: none;
	}
	.personal-intro .container {
		padding: 30px 0px 50px;
	}
}

