/* Montserrat / Source Sans Pro / Letter Gothic Std
-------------------------------------------------- */

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('../fonts/source-sans-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* Letter Gothic Std*/
@font-face {
  font-family: 'Letter Gothic Std';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/letter-gothic-std-bold.otf');
}


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
				box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
	display: block;
}

::-moz-selection {
  background: #29235C;
  color: #FFFFF9;
}

::selection {
  background: #29235C;
  color: #FFFFF9;
}

/* Browser Update
-------------------------------------------------- */
.browserupdate {
	display: block;
	margin-bottom: 3em;
	padding: 2em;
	color: #fff;
	background-color: red;
	text-align: center;
}
.browserupdate a {
	color: #fff;
	text-decoration: underline;
}
.browserupdate a:hover {
	color: #fff;
	font-weight: 700;
}


/* Media
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	display: block;
	border-style: none;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
figcaption {
	font-size: .75rem;
	line-height: 1.5rem;
	color: #999;
}
iframe { max-width: 100% }
figure.video {
	margin: 0 0 4%;
	position: relative;
	padding-bottom: 55%;
	height: auto;
	overflow: hidden;
}
figure.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Links
-------------------------------------------------- */
a{
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	color: #29235c;
	border-bottom: 1px;
	border-style: solid;
	border-color: #fffff8;
	transition: border-color 0.15s ease-out;
}

a:hover {
	border-bottom: 1px;
	border-style: solid;
	border-color: #29235c;
	text-decoration: none;
	transition: border-color 0.15s ease-out;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
	content: "";
	display: table;
	clear: both;
}


/* Hidden
-------------------------------------------------- */
.uniform__potty,
.hidden {
	position: absolute !important;
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  left: -9999px !important;
}


/* Site
-------------------------------------------------- */
html {
	height: 101%;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 1.5em;
	max-width: 85rem;
	background: #FFFFF9;
	color: #29235C;
}

@media screen and (min-width: 55em) {
	body {
		padding: 3em;
	}
}

p{
  font-size: .85em;
  line-height: 1.6em;
  margin: 0 0 0.6em 0;
}


/* Header
-------------------------------------------------- */
.header {
	margin-bottom: 1.5em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.logo {
  line-height: 1.1;
  margin-bottom: 0;
  max-width: 200px;
  border: none;
}

.logo:hover{
	border: 0;
	text-decoration: none;
}

.baseline{
	margin: 0;
	font-family: 'Letter Gothic Std';
	font-size: 16px;
	position: absolute;
	margin: 50px 0 0 200px;
}

@media screen and (max-width: 35em) {
	.baseline {
		display: none;
	}
}

@media screen and (max-width: 30em) {
	.logo{
		max-width: 150px;
	}
}


@media screen and (min-width: 35em) {
	.header {
    height: 3em;
	}
}


/* Navigation
-------------------------------------------------- */
.menu{
	text-align: right;
}

.menu a {
	color: #29235c;
	text-decoration: none;
}
.menu a:hover {
	color: black;
}

.menu .active {
	color: #29235c;
	font-weight: 700;
}
.menu li {
	list-style: none;
	display: inline-block;
	text-align: right;
}
.menu > li {
	position: relative;
}
.menu > li > a {
	padding: .15em 0;
	font-weight: 500;
}

.menu > li {
	float: ;
}
.menu > li > a {
	padding: .35em .1em .35em 1em;
	border: 0;
}

@media screen and (max-width: 35em) {
	.menu li {
		display: block;
	}
}



/* Headings
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	word-wrap: break-word;
	font-family: 'Montserrat', 'sans-serif';
	margin-top: 2.5em;
	margin-bottom: 1.75em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2rem;
	margin-top: 3em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.17em;
	line-height: 2rem;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	font-weight: 500;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.67em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	border: 0 !important;
}

@media screen and (max-width: 55em) {
	h1{
		font-size: 1.5em;
	}
	h2{
		line-height: 1em;
		font-size: 1.1em;
    	margin-top: 1.5em;
	}
	h3{
		font-weight: 700;
	}
}


/* Main
-------------------------------------------------- */
.main {
	padding-bottom: 1.5em;
}
.main hr {
	margin: 3em 0;
	height: 2px;
	background: #ddd;
}
.main p:first-of-type,
.main ul:first-of-type,
.main ol:first-of-type {
	margin-top: 0;
}

.main figure:first-of-type{
	margin-top: 2.5em;
}

.main p,
.main figure,
.main ul,
.main ol {
	margin: 1rem 0;
}

.main li {
	margin-bottom: .5rem;
}
.main a:not(.pagination a) {
	border-bottom: 2px solid #ddd;
}
.main a:hover:not(.pagination a) {
	border-color: #222;
}

/* Text blocks */
.text ul, .text ol {
	margin-left: 1em;
}
.text strong, .text b {
	font-style: normal;
	font-weight: 700;
}
.text em, .text i {
	font-style: italic;
}
.text blockquote {
	margin-bottom: 1em;
	padding-left: 1em;
	font-style: italic;
	border-left: 3px solid #111;
}
.text ol {
	list-style: decimal;
}
.text ul {
	list-style: square;
}
.text .amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
.text sup, .text sub {
	font-size: 65%;
	font-weight: 700;
	vertical-align: super;
}
.text sub {
	vertical-align: sub;
}
.text pre, .text code {
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1rem;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 4px;
}
.text pre {
	margin-top: 20px;
	padding: 10px 15px;
	overflow-x: scroll;
}
.text code {
	margin: 0 2px;
	padding: 3px 5px 2px 5px;
}
.text pre code {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
	border: none;
	background: none;
}

.right{
	text-align: right;
	max-width: 1000px;
	margin-left: 20%;
}

.right-full{
	text-align: right;
}

.text-intro{
	text-align: right;
	max-width: 1000px;
	margin-left: 20%;
	clear: right;
}

.left{
	max-width: 80%;
}

@media screen and (max-width: 800px){
	.right{
		margin-left: 0;
	}
	.left{
		max-width: 100%;
	}
}

/* Footer
-------------------------------------------------- */
.footer {
	border-top: 1px !important;
	border-style: solid !important;
	border-color: silver !important;
	padding-top: 1em;
	max-width: 66%;
}

.footer a{
	color: #29235c;
	border-bottom: 1px;
	border-style: solid;
	border-color: #fffff8;
	font-weight: 400;
}

.footer a:hover {
	border-bottom: 1px;
	border-style: solid;
	border-color: #29235c;
	text-decoration: none;
	transition: border-color 0.25s ease-out;
}

.row-rs{
	float: left;
	padding-top: 0.2em;
	padding-bottom: 1.5em
}

.column-rs-facebook {
  float: right;
  width: 50%;
  padding: 5px;
  opacity: .8;
}

.column-rs-instagram {
  float: left;
  width: 50%;
  padding: 5px;
  opacity: .8;
}

.column-rs-instagram:hover {
	opacity: 1;
	transition: opacity 0.15s ease-out;
}
.column-rs-facebook:hover {
	opacity: 1;
	transition: opacity 0.15s ease-out;
}

/* Clear floats after image containers */
.row-rs::after {
  content: "";
  clear: both;
  display: table;
}

/* Images
-------------------------------------------------- */

.caption{
	float: right;
	font-size: 16px;
}

.project-tags{
	color: #29235c;
	float: right;
	text-align: right;
	font-size: 12.5px;
	margin-bottom: -5em;
	line-height: 1.5em;
	font-weight: 400;
}

.project-tags a:hover{
	color: #29235c;
}

@media screen and (max-width: 600px){
	.caption{
		font-size: 14px;
	}
	.project-tags{
		font-size: 12px;
		line-height: 1.2em;
	}
}