body {
	font-family: 'Heebo', Arial, sans-serif;
	font-size: 16px;
}

header {
	position: absolute;
}

footer {
  padding: 100px 0 20px;
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}

h1 {
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	display: inline-block;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.625rem;
	padding-left: 0.625rem;
}

article {
	font-size: 1.5em;
	line-height: 1.4em;
}
/* img {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
} */

.image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* You define this doing height / width * 100% */
  position: relative;
  background: #000;
}
.image {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.image.loaded {
  opacity: 1;
  transition: opacity .5s;
}

p {
	margin: 0;
}

.navigation a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #fff;
}

.license a {
  text-decoration: underline;
  color: #000;
}

.navigation a:hover {
	/*text-decoration: underline;*/
	color: #909090;
	border-bottom-color: #909090;
}

/*nav a:visited {
	color: #909090;
	border-bottom-color: #c6c6c6;
}*/

.navigation a.selected {
	color: #909090;
	border-bottom-color: #c6c6c6;
}

.subtitle span {
	display: inline-block;
	white-space: nowrap;
}
.container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.story-container {
	background-color: #000;
}

.about-container {
	font-family: 'Roboto', sans-serif;
	width: 70%; 
	margin: 0 auto;
}

.navigation {
	display: flex;
	padding-left: 0.875rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 100;
	font-size: 1.125rem;
}

.navigation li {
	padding-left: 1.875rem;
}

.navigation li:nth-child(1) {
	padding-left: 0;
}

.full-block {
	display: flex;
	flex-direction: column;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.half-block {
	display: flex;
	flex-direction: column;
	height: 50vh;
	align-items: center;

}

.quarter-block {
	display: flex;
	flex-direction: column;
	height: 25vh;
	align-items: center;

}

.justify-content-center {
	justify-content: center;

}	

.bottom-border {
	border-bottom: 1px solid #000;
}

.footer top-border {
	border-top: 1px solid #000;
}

.bottom-margin {
	margin-bottom: 8%;
}

.flex-content-end {
	justify-content: flex-end;
}

/*.onesixth-block{
	height: 16.6vh;
}*/

.caption {
	display: flex;
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 0.625rem;
	height: 56.25vw;
	justify-content: center;
	align-items: center;
	padding: 0 0.3125rem;
}

.subtitle {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	margin-top: 8%;
	/*margin-top: 9.375rem;*/
	padding-left: 0.125rem;
	/*line-height: 1.458em;*/
}

.subtitle-block {
	display: flex;
	flex-direction: column;
	height: 56.25vw;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.inverted-block {
	display: flex;
	width: 100%;
	flex-direction: column;
	height: 2.890em;
	background-color: #000;
	align-items: center;
	justify-content: center;
}

.inverted {
	display: inline-block;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.7rem;
	color: #fff;
	background-color: #000;
	padding-left: 0.625rem;
	margin: 0;
}

.dot {
	font-family: 'Heebo', sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-align: center;
	color: #000;
	/*vertical-align: middle;*/
}

.story {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	padding: 3.6rem 1rem;
	/*margin-top: 3.6rem;
	margin-bottom: 3.6rem;*/
	color: #fff;
	vertical-align: middle;
}

.last-bullet {
	margin-bottom: 0.6rem;
}

.first-bullet {
	margin-top: 0.6rem;
}

.quote {
	display: flex;
	font-style: italic;
	justify-content: flex-end;
	
}

.quote-column {
	width: 50%;

}

.about-container p {
	padding-bottom: 2em;
}

.about-container p.about-sign {
	padding-top: 2em;
	padding-bottom: 0;
}

/**************************
media queries
**************************/

@media screen and (min-width: 320px) and (max-width: 767px) {
	.navigation {
		font-size: 0.875rem;
	}

	.navigation li {
    padding-left: 0.9375rem;
	}

	.about-container {
		width: 80%;
	}

	h1 {
		font-size: 1em;
		letter-spacing: 0.46rem;
	}

	.letter-spacing {
		letter-spacing: 0.36rem;
	}

	article {
		font-size: 0.875em;
	}

	.quote-column {
	width: 75%;
	}

	.top-padding {
		padding-top: 1.875em;
	}

	.inverted {
		font-size: 1em;
		letter-spacing: 0.625rem;
	}

	.subtitle {
		font-size: 0.875em;
	}

	.caption {
    font-size: 0.875em;
    letter-spacing: 0.5rem;
	}

	.inverted-block {
		height: 1.48em;
	}

	.story {
		font-size: 0.875em;
	}

	.license {
		font-size: 0.625em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.navigation {
		font-size: 0.875rem;
	}

	.about-container {
		width: 80%;
	}

	h1 {
		font-size: 1.125em;
	}

	article {
		font-size: 0.875em;
	}

	.inverted {
		font-size: 1.125em;
	}

	.subtitle {
		font-size: 0.875em;
	}

	.caption {
		font-size: 0.875em;
	}

	.inverted-block {
		height: 1.6875em;
  	}

	.story {
		font-size: 0.75em;
  	}

	.license {
		font-size: 0.75em;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.navigation {
		font-size: 1rem;
	}

	.about-container {
		width: 75%;
	}

	h1 {
		font-size: 1.5em;
	}

	article {
		font-size: 1em;
	}

	.top-padding {
		padding-top: 1.875em;
	}

	.inverted {
		font-size: 1.5em;
	}

	.subtitle {
		font-size: 1em;
	}

	.caption {
		font-size: 1em;
	}

	.inverted-block {
		height: 2.25em;
	}

	.story {
		font-size: 0.75em;
  	}

  .license {
		font-size: 0.75em;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
	.navigation {
		font-size: 1rem;
	}

	.about-container {
		width: 75%;
	}

	h1 {
		font-size: 1.5em;
	}	

	article {
		font-size: 1em;
	}

	.inverted {
		font-size: 1.5em;
	}

	.subtitle {
		font-size: 1.125em;
	}

	.caption {
		font-size: 1.125em;
	}

	.inverted-block {
		height: 2.25em;
	}

	.story {
		font-size: 1em;
	}

	.license {
		font-size: 0.75em;
	}
}
