/* main.css */

/* CORE COLORS
deep blue:  1f3f7a
red:        bf0a30
yellow:     f9f608
gold:       b18b11
teal:       1383a1
light blue: 1f3f7a
*/

/* CORE ELEMENTS */
html {
	box-sizing: border-box;
	font-family: sans-serif;
 	ms-text-size-adjust: 100%;
 	webkit-font-smoothing: antialiased;
 	webkit-text-size-adjust: 100%;
}
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
	margin: 0;
	overflow-x: hidden;
}
ul {
	display: block;
	list-style-type: none;
}
a {
	text-decoration: none;
	transition: .25s;
}
a:active, a:hover {
    outline-width: 0;
}
img {
	border-style: none;
}
*, :after, :before {
	box-sizing: inherit;
}


/* PAGE ELEMENTS */
.core-container {

}
.core-content {
	/* background-image: url(../images/coast__jenner-ca--2017.jpg); */
	background-position: center 20%;
	background-size: cover;
	opacity: 0.7;
	border: 15px solid #fff;
	height: 100vh;
}


/* CLEARFIX */
.clearfix::after,
.clearfix::before {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}


/* HEADER */
header,
.header {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	width: 1000px;
}
nav {
	display: block;
}
.main-nav {
	float: right;
	margin: 0;
	padding: 5px 0;
}
.main-nav li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-left: 15px;
	text-shadow: 0 1px 2px rgba(255, 255, 255, .5);
}
.main-nav a {
	/* color: rgba(11, 18, 29, .5); */
	color: #000;
	display: inline-block;
	padding: 4px;
}
.main-nav a.active {
	/* #f9f608 */
    border-bottom: 2px solid #adab22;
	color: rgba(11, 18, 29, .8);
    display: inline-block;
}
.main-nav a:hover {
    color: rgba(11, 18, 29, .8);
}
/* HEADER DARK */
.header.dark {
    background-color: #222;
    /* #08f9f0;  #b18b11; #1f3f7a; #18191c; */
    border-top: 2px solid #fff;
    color: #f9f608;
}
.header.dark .main-nav a {
    color: rgba(255, 255, 255, .9);
}


/* MAIN CONTENT */
.profile .footer {
	display: none;
}
.main-container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.main-container .main-content {
	max-width: 800px;
	position: relative;
}
.main-container .main-content .large {
	color: #000;
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -1.0px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 40px;
}
.main-container .main-content .blurb {
	color: #444;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	position: relative;
}
.main-container .main-content p::after {
	background-position: -47px -11px;
	content: "";
	position: absolute;
	height: 23px;
	width: 112px;
	bottom: -60px;
	left: 0;
}


/* RESUME */
.resume {
	background-color: #f9f9f9;
    border: 15px solid #fff;
    padding: 30px 200px;
}
.resume .quick-overview {
	border-bottom: 1px solid #444;
	margin-bottom: 15px;
    padding: 0;
}
.resume .quick-overview h2,
.resume .quick-overview h2 a {
    margin: 0;
    color: #335f6f;
    /* color: #1f3f7a; */
}
.resume .quick-overview .position {
    font-weight: 400;
}
.resume .quick-overview p {
    margin: 5px 0;
}
.resume .quick-overview .download-links {
	font-size: 15px;
    float: right;
}
.resume .quick-overview .download-links .pdf img {
    vertical-align: baseline;
}
.resume .overview {
    border-bottom: 1px dotted #444;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.resume .overview:last-of-type {
    border-bottom: none;
}
.resume .overview h2 {
	margin: 7px 0;
}
.resume .overview h3 {
	margin: 7px 0;
}
.resume .overview h4 {
	margin: 10px 0 0;
}
.resume .overview p {
    color: #8a8a8a;
    margin: 0;
    line-height: 1.3;
}
.resume .overview .title {
	font-size: 16px;
	font-weight: 400;
}
.resume .overview .company,
.resume .overview .university {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 7px;
}
.resume .overview ul {
    display: block;
    list-style-type: square;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}
.resume .overview ul li {
    color: #8a8a8a;
    line-height: 1.3;
}
.resume .columns-2 .col {
	width: calc(50% - 20px);
}
.resume .col {
	float: left;
    box-sizing: border-box;
    margin: 0 40px 0 0;
}
.columns-2 .col:last-of-type {
    margin: 0;
}
.columns-2:after {
    clear: both;
}
.columns-2:before,
.columns-2:after {
    content: ' ';
    display: table;
}


/* WORK */
.work {
	background-color: #bfd1de;
    border: 15px solid #fff;
    margin: 0 auto;
    padding: 30px 200px;
    position: relative;
}
.work .about {
    max-width: 520px;
}
.work p {
    margin: 0 0 15px;
}
.work a, .work h1, .work p {
    position: relative;
    z-index: 1;
}
.work .project {
    margin-bottom: 20px;
}
.work .project h3 {
    margin: 30px 0 0;
    padding-bottom: 7px;
}
.work .images-container {
	background-color: #eee;
	border: 1px solid #bbb;
    border-top: none;
    border-left: none;
    border-right-width: 3px;
    border-bottom-width: 2px;
    margin-bottom: 15px;
    max-height: 150px;
    /* max-width: 80%; */
    min-height: 130px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 10px;
	padding-bottom: 10px;
    white-space: nowrap;
    /* width: 4000px; */
	width: 100%;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.75);
}
.work .images-container a {
    padding: 10px;
}
.work .images-container a:focus {
    outline: 0;
}


/* FOOTER */
footer {
	display: block;
}
.footer {
	background: #fff;
	min-height: 150px;
	padding: 60px 0 40px 0;
	position: relative;
	text-align: center;
}
.footer:after {
	background-position: 0 -420px;
	content: "";
	height: 100px;
	width: 285px;
	bottom: 0;
	left: 50%;
	margin-left: -142px;
	position: absolute;
}
.footer-wrapper {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.footer-wrapper nav {
	padding-bottom: 15px;
}
.footer .under {
	margin: 0 auto;
	position: relative;
}
.footer .under li {
	display: inline-block;
	margin: 0 12px;
}
.footer .under a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px;
	position: relative;
	text-transform: uppercase;
}
.footer .under a::after {
	background: rgba(255, 255, 255, .3);
	content: "";
	height: 1px;
	opacity: 0;
	position: absolute;
	right: 6px;
	bottom: -4px;
	left: 6px;
	transform: scale(.7) translateY(-3px);
	transition: .3s;
}
.footer .copyright {
	color: #5A5A5A;
	display: block;
	font-size: 13px;
	position: relative;
	z-index: 1;
}


/* MEDIA QUERIES */
/*
1460
1320
1124 --> 1024
768
540

576
768
992
1200
1400
*/
@media screen and (min-width: 1460px) {
    .header,
    .footer,
    .main-container {
        padding-left: 100px;
        padding-right: 100px;
        width: 100%;
    }
}

@media (max-width: 1459px) {
    .header {
        width: 100%;
    }
}

@media (max-width: 1320px) {
    .header {
    	padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
	.footer {
        width: 100%;
    }
	.footer {
		color: #fff;
	}
	.footer nav {
		margin-bottom: 15px;
	}
}

@media (max-width: 1124px) {
    .header {
    	width: 100%;
    }
    /* .main-container, */
    .footer,
	.footer-wrapper {
        width: 100%;
    }
	.footer {
		color: #fff;
	}
	.footer nav {
		margin-bottom: 15px;
	}
    .core-container .core-content {
        max-height: 720px;
    }
    .main-container .main-content {
    	padding-left: 15px;
    }
	.main-container .main-content p.blurb {
		/* color: #fff; */
	}
    .large {
        margin-bottom: 30px;
    }
	/* work */
	.work {
	    padding: 30px 75px;
	}
	.work .images-container {
		max-width: 100%;
	}
	/* resume */
	.resume {
		padding: 30px 75px;
	}
}

@media (max-width: 768px) {
    .large {
        font-size: 48px;
        letter-spacing: -1.5px;
        line-height: 48px;
    }
    p.blurb {
        font-size: 18px;
        line-height: 30px;
    }
    .core-container .core-content {
        max-height: 550px;
    }
    .main-container .main-content {
    	max-width: 425px;
    }
	/* profile */
	.profile .footer {
		display: block;
	}
	/* work */
	.work {
		padding: 25px 50px;
	}
	/* resume */
	.resume {
		padding: 25px 50px;
	}
}

@media (max-width: 540px), (max-height: 500px) and (max-width: 667px) {
    .header {
        display: none;
    }
    .main-nav li {
    	font-size: 12px;
        margin-left: 10px;
    }
    .main-nav li:first-child {
        margin-left: 0;
    }
    .large {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    p.blurb {
        font-size: 15px;
        line-height: 1.6em;
    }
    .core-container .core-content {
        max-height: 320px;
    }
    .core-container .core-content .main-content {
        margin-top: 0;
        padding-top: 30px;
    }
    .footer {
    	min-height: auto;
        padding: 30px 0 20px 0;
    }
    .under li {
        margin: 0 4px;
    }
    .under a {
        font-size: 11px;
    }
	/* work */
	.work {
		padding: 20px 30px;
	}
	/* resume */
	.resume {
		padding: 20px 30px;
	}
}
