* {
	font-family: "roboto mono", sans-serif;
	color: #fff;
	font-size: 15px;
	background: #010304;
	padding: 0;
	margin: 0;
	position: relative;
	font-weight: 200;
	transition: all .08s ease-in;
	-webkit-transition: all .08s ease-out;
  	-moz-transition: all .08s ease-out;
}

br {
	display: block;
	height: .5em;
}

title {
	display: none !important;
}

a {
	text-decoration: none;
	font-size: inherit;
}

p {
	font-size: 1.75em;
}

ul li {
	display: inline-block;
}

header {
	position: fixed;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #8f8f8f;
	z-index: 100;
	padding: 9px 0;
	background: #010304;
}

header h1 {
	vertical-align: center;
	font-size: 1.75em;
}

header h1 a {
	position: relative;
	display: inline-block;
	font-weight: 350;
}

header h1 span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

#home-featured h1 {
	font-size: 1.75em;
	line-height: 0;
	text-transform: uppercase;
}

#home-featured div span a {
	text-decoration: underline;
	font-weight: 400;
}

#last-name #pronunciation {
	display: none;
}

#last-name:hover > span#spelling {
	display: none;
}

#last-name:hover > span#pronunciation {
	display: inline-block;
}

header a {
	position: fixed;
}

header a:hover {
	font-weight: 350;
}

header a#about, header a#resume {
	top: 15px;
}

header a#about {
	left: 18px;
}

header a#resume {
	right: 120px;
}

header a#contact {
	top: 14px;
	right: 15px;
	cursor: pointer;
}

header a#contact, header a#contact span {
	border-radius: 4.5px;
	background: #747474;
}

header a#contact span {
	border: solid 1px #747474;
	position: relative;
	background: #010304;
	display: block;
	padding: 3px 9px;
	top: -3px;
	right: 3px;
}

a#contact span:hover {
	transform: translate(3px, 3px);
  	-webkit-transform: translate(3px, 3px);
  	-moz-transform: translate(3px, 3px);
  	font-weight: 350;
}

#back {
	position: fixed;
	left: 21px;
	top: 75px;
	text-decoration: underline;
}

ul#portfolio-nav {
	position: fixed;
	z-index: 100;
	width: 100%;
	bottom: 0;
	border-top: solid 1px #747474;
	background: rgb(255, 255, 255, .5e);
}

ul#portfolio-nav li {
	border-left: solid 1px #747474;
	text-align: center;
	float: left;
	cursor: pointer;
}

ul#portfolio-nav li a {
	display: inline-block;
	padding: 15px 0;
	width: 20vw;
}

ul#portfolio-nav li#marquee {
	width: 40vw;
}

#portfolio-nav li.portfolio-link {
}

#portfolio-nav li.portfolio-link:hover {
	background: #010304;
	transition: all .08s ease-in;
}

#portfolio-nav li.portfolio-link:hover a {
	color: #fff;
	background: #747474;
	font-weight: 350;

}

li#marquee {
	margin-left: -4px;
}

li#marquee marquee {
	cursor: initial;
}

li#marquee a {
	text-decoration: underline;
	width: initial !important;
}

section {
	display: block;
	width: 100%;
	height: auto;
}

.text-section {
	height: 100vh;
	text-align: center;
}

.text-section p {
	display: inline-block;
	width: 87%;
	max-width: 1150px;
	text-align: left;
	margin-top: 22.5vh;
	margin-bottom: 25vh;
}

#contact-page p {
	margin-top: 40vh;
	text-align: center;
}

.text-section a {
	display: inline;
	text-decoration: underline;
}

/* CSS GRID */

/* container */
.responsive-two-column-grid {
    display:block;
    padding: 2em 0 0;
    text-align: center;
    margin-bottom: 12em;
}

/* columns */
.responsive-two-column-grid > * {
	margin: 3em 3em 0;
    text-align: center;
    display: inline-block;
}

.responsive-two-column-grid img {
	width: 100%;
	height: auto;
	display: inline-block;
}

#home-featured span {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.5em 0 0;
	text-align: center;
}

#home-featured h2 {
	font-size: 1.75em;
	font-weight: 600;
	text-transform: uppercase;
}

#home-featured h3 {
	font-size: 1.25em;
}

#page-title.span-columns {
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 350;
}

.responsive-two-column-grid .span-columns, .responsive-two-column-grid .desktop-thumbnail {
    grid-column: 1 / span 2;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.mobile-thumbnail {
	display: none !important;
}

@media (max-width:768px) {

	* {
	font-size: 12px;
	}

    .responsive-two-column-grid .left, .responsive-two-column-grid .right {
			text-align: center !important;
		}

		#home-featured span {
			position: relative;
			display: inline-block;
		}

		#last-name {
			display: none;
		}

		ul#portfolio-nav li {
			background: #fff;
		}

		ul#portfolio-nav li#marquee {
			width: 100vw;
			border-bottom: solid 1px #747474;
			margin-left: 0;
		}

		ul#portfolio-nav li a {
			width: 33vw;
		}
		
		.mobile-thumbnail {
			display: inline-block !important;
		}

		.desktop-thumbnail {
			display: none !important;
		}

		#resume {
			display: none;
		}
		
}
