
/* --------------  BASE SCALING --------------*/
/* NOTE
In skeleton, html is set to 62.5% so that all the REM measurements throughout
Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */

/*
*  Hard code a minimum size for small windows.
*
*  text rags are kind of wonky between 750 (when we drop to single-column)
*  and 1000 (when scaling kicks in), especially on narrow blocks, but we're
*  accepting that for now.
*/
html {
  font-size: 7px;
}

/*
*  NOW, for a 1440 window .694444444vw is 10px. REMs will scale down from there.
*/
@media(min-width:1008px) {
	 html{
		 font-size: 0.694444444vw;
	 }
}

/*
* Above 1440, stop scaling with the window. We're also setting a max width on
* the container 0f 1152.
*/
@media (min-width: 1440px) {
  html {
    font-size:10px;
  }
}


section .container:first-child {
  /* add some room at the top of each section to make room for sticky nav */
  padding-top:2rem;
}

body { font-family:"letter-gothic-std","Lucida Console","Monaco", monospace; font-weight:700; line-height:1.6em;}

body, #bodyContent {
  /*background-color: #e85b03;*/
}

section#home {
  background-color: #fce8e9;
  background-image:url(../img/orangeBlock.svg), url(../img/yellow-swoop-top.svg);
  background-position:center top, center bottom;
  background-size:110vw 60vh, 110vw auto;
  background-repeat:no-repeat, no-repeat;
}
section#about {
  background-color:#fff100;

}
section#events {
  background-color:#fec7c6;
  background-image:url(../img/yellow-swoop-bottom.svg), url(../img/some-blobs.svg);
  background-position:center top, 15rem 25rem;
  background-size:110vw auto, 50rem auto;
  background-repeat:no-repeat, no-repeat;
}
section#news {
  background-color:#ffe787;
  background-image:url(../img/pink-swoop-bottom.svg), url(../img/orange-swoop-1.svg);
  background-position: center top, center 90rem;
  background-size: 110vw auto,110vw auto;
  background-repeat:no-repeat, no-repeat;

  padding-bottom:30rem;
}


p,
div {padding:0; margin:0;}

h1,
h2,
h3,
.tagline {
	font-family:"Souvenir-Bold",serif;
	font-weight:bold;
	line-height:1.2em;
	text-transform:none;
	letter-spacing: 0em
}

h3 {
 font-family:"alternate-gothic-no-1-d";
 text-transform: uppercase;
 font-weight:normal;
}

h4,
.byline {
	font-family:"letter-gothic-std","Lucida Console","Monaco", monospace;
	font-size:1.8rem;
	line-height:3.2rem;
	text-transform: uppercase;
	margin-top:0rem;
	margin-bottom:0rem;
	font-weight: 700;
 }

 h4 {
   font-size:1.9rem;
 }

h1 { margin:0;padding:0; margin-bottom:0.3rem; text-align:center;}
h2 { margin:0;padding:0; margin-bottom:0.3rem;}
h3 { margin:0;padding:0; margin-bottom:0.3rem;}

h1	{font-size:5.7rem; line-height: 5.6rem; margin-top:8rem; margin-bottom:5.2rem;}
h2 {font-size:2.75rem; line-height:3.45rem;}

a { color:black; text-decoration:none;}
a:hover {color:black; text-decoration:underline;}



body,
p {font-size:1.25rem; line-height:2rem;}

#whymud p {margin-top:2.8rem;}

.team.row p {margin-top:2.8rem;}

.container {
	max-width:1152px;
	/* 80% of a 1440 window */
}

section#home {
  min-height:90vh;
  min-height:calc(100vh - 4rem);
}


.falsefooter {line-height: 3em; position:absolute; top:100vh; margin-top:-8em;}


#masthead {
  position: fixed;
  top:2rem;
  width:100%;
  max-width:100%;
  z-index:2000;
  margin-top:2rem;
  text-align: center;
  z-index:-1;
}

.mudtype {
  width:80%;
  max-width:976px;
  margin:auto;
}


.row {
	margin-top:2rem;
}

.team.row .teamEntry {
	margin-top:1em;
}

.connectLabel {
	margin:0;
	font-family:"alternate-gothic-no-1-d";
	font-weight:normal;
	text-transform:uppercase;
	font-size:3rem;
}

.connectLinks a i {
	top:-0.2rem;
	font-size:2rem;
}

.connectLinks a:hover,
.socialLinks a:hover,
.sharelinks a:hover {
	color:#F68C5A;
}


p, li { font-size:1.9rem; line-height:2.8rem;}
p { margin-bottom:2.8rem;}

p a,
li a {
	  font-family:"Souvenir-Bold",serif;
	  /*text-decoration:underline;
	  text-decoration-color:#F68C5A;
	  -moz-text-decoration-color:#F68C5A;
	  -webkit-text-decoration-color:#F68C5A;*/
}

h4 a,
.location a,
.readMoreLink a {
	font-family:"letter-gothic-std","Lucida Console","Monaco", monospace;
}

.readMoreLink a:hover {
  color:#F68C5A;
  mix-blend-mode:multiply;
  text-decoration:none;
}

#nextPrevious p.articleTitle {
  font-family:"Souvenir-Bold",serif;
  font-size: 2.1rem;
	line-height:2.4rem;
}

#nextPrevious .readMoreLink {
	font-size:1.7rem;
  text-transform: uppercase;
	margin-bottom:0;
}


a#readPrevious:hover,
a#readNext:hover {
	text-decoration: none;
}


a#readPrevious:hover .readMoreLink,
a#readNext:hover .readMoreLink {
	text-decoration: none;
	color:#F68C5A;
}

a#readPrevious:hover .articleTitle,
a#readNext:hover .articleTitle {
	text-decoration: underline;
}

#contact {
	position:relative;
	min-height:100vh;
}

#loop-thing {
	position: absolute;
	top:-3.5rem;
	left:-18rem;
}

.tagline{ display:inline-block; font-size:2.2rem;}
.comingsoon { display:inline-block; text-transform: uppercase; font-size:1.7rem;}
.socialLinks i.fa {margin:0rem; font-size:1.9rem;}


.contentWrapper {}
.contentWrapper img {max-width:100%; height:auto;}

.eyebrow,
.sharelinks,
.subscribeLink,
.eventListing .location {
	font-size:1.8rem;
	text-transform:uppercase;
	margin-bottom:.8rem;
}

.readMoreLink {
	text-transform:uppercase;
}

.eventListing {
	margin-top:2.5rem;
}

.eventListing h2{
	line-height:3.8rem;
}

.eventListing.four.columns {
	line-height: 0rem;
}

.eventListing .dateTime {
	font-family:"Souvenir-Bold";
	margin-bottom:0rem;
	font-size:1.5rem;
}

.eventListing .sharelinks {
	margin-top:4rem;
}

.blogArticles {
	margin-top:4.5rem;
}

.blogArticle img,
.featuredInstallation img,
.eventListing img {
	display:block;
}

.featuredInstallation h4 {
	margin-bottom:0.4rem;
}


.blogArticle .clip {
	max-width:32rem;
	max-height:32rem;
  margin:auto;
}

.blogArticle .clip.circle {
	display:block;
	border-radius:50%;
	overflow: hidden;
}

.blogArticle h2 {
 margin-bottom:1.8rem;
 margin-top:5rem;
 line-height:3.8rem;
}

.blogArticle p {
	margin-bottom:1.8rem;
	font-size:1.7rem;
	line-height:2.5rem;
}

.featuredInstallation h2 {
	font-size:4.2rem;
	/*line-height:4.4rem;*/
  line-height:4.6rem;
}

.featuredInstallation h2,
.featuredInstallation p {
	margin-bottom:2.5rem;
}

.featuredInstallation p {
	font-size:1.9rem;
}

.rule {
	border-bottom: 2px solid black;
	margin-top:2.5rem;
}

#home {padding-top:4rem; margin-top:0;}
#events {position:relative;}

.jumbo {
	font-size:2.75rem;
	line-height:3.45rem;
	font-family:"Souvenir-Bold", serif;
	font-weight:bold;
	text-transform:none;
	padding-top:8rem;
}

.jumbo a {
	text-decoration: underline;
}
.jumbo a:hover{
	color:#F68C5A;
}

/*.jumbo a.nat:hover {
	color:pink;
}
.jumbo a.sup:hover {
	color:orange;
}
.jumbo a.inst:hover {
	color:pink;
}*/

/*.clip img {
	transition-property:filter, mix-blend-mode;
	transition-duration:500ms;
  transition-timing-function: linear;
}

.clip {
  transition-property:filter, mix-blend-mode;
  transition-duration:500ms;
  transition-timing-function: linear;
}*/


.tint.orange {
  mix-blend-mode:normal;
  background-color:chocolate;
  opacity:0.5;
}

.tint.orange img {
  filter:grayscale(100%);
  mix-blend-mode:screen;
}

.tint.orange:hover {
  mix-blend-mode:normal;
  opacity:1;
}

.tint.orange:hover img {
  filter:grayscale(0%);
  mix-blend-mode:normal;
}

.grayscale {
	filter: grayscale(100%);
  mix-blend-mode:multiply;
	-webkit-filter: grayscale(100%);
}


.grayscale:hover {
	filter: grayscale(0%);
  mix-blend-mode:normal;
	-webkit-filter: grayscale(0%);
}

.grayscale.keepOverprint:hover {
	filter: grayscale(0%);
  mix-blend-mode:multiply;
	-webkit-filter: grayscale(0%);
}

.tight {margin-top:0;}

.archiveLinks .columns p {
	text-align: center;
}

.subscribeLink {
	margin-top:1em;
	margin-bottom:1.8em;
}

.fa-long-arrow-right {
	overflow:hidden;
}
.fa-long-arrow-right:before
{
	position:relative;
	left:-1.25rem;
	top:.15em;
}

.fa-long-arrow-right:before
{
	position:relative;
}

/*BLACK OUTLINE LINK BUTTON*/
.linkbutton {
	display:inline-block;
	border:0.3rem solid black;
	padding:1.1rem 3.8rem 0.7rem 3.8rem;
	line-height:2.4rem;
	text-decoration: none;
	background-color:none;
	font-family:"alternate-gothic-no-1-d";
	font-weight:normal;
	text-transform:uppercase;
	font-size:2.7rem;
	color:black;

  letter-spacing: 0.01em;
  
}


/* YELLOW LINK BUTTON*/
/*.linkbutton {
	display:inline-block;
	border:0.3rem solid transparent;
	padding:1.1rem 3.8rem 0.7rem 3.8rem;
	line-height:2.4rem;
	text-decoration: none;
	background-color:#fff100;
	font-family:"alternate-gothic-no-1-d";
	font-weight:normal;
	text-transform:uppercase;
  letter-spacing: 0.01em;
	font-size:2.7rem;
	color:black;
}*/

.linkbutton.fixedwidth
{
  min-width:22rem;
}

.linkbutton:hover {
	text-decoration: none;
	color:white;
	background-color: black;
}

.caption {
	font-size:.9em;
	color:blue;
}

.comingsoon {margin:0 1.8rem 0 1.8rem; padding:0;}


@media (max-width:749px) {

#hbgz {
		position:fixed;
		display:block;
		width:100%;
		text-align:right;
		font-size:3rem;
	}

	#hbgz i {
		margin-right:2rem;
		margin-top:2rem;
	}

	.hideMobile { display:none;}
	.team.row {margin-top:0;}

}

@media (max-width:800px) {
	#nav li {padding:0 1rem;}
}

@media (min-width: 750px) {

	#nav ul {margin:0;}
	#nav li {display:inline-block; font-size:2.1rem; font-family:"Souvenir-Bold", serif; font-weight:bold; line-height:1em;text-transform:none; margin:0; padding:0 2rem;}

	#nav a {border-bottom:0.6rem solid transparent;color:black; text-decoration:none;}
	#nav a.active,
	#nav a:hover {text-decoration:none; border-bottom-color:black;}

	#hbgz { display:none;}


	body.fixed-nav-logo #navContainer {
	  right:0;
		left:0;
	  max-width:953px;
	  position:fixed; top:0;
		margin:0 auto;
	  z-index:2000;
		margin-top:2rem;
	}
	body.fixed-nav-logo #nav {
		width:100%; margin:0 auto; position:fixed; margin:auto;
		text-align: center;
	}

	body.fixed-nav #navContainer {
	  width:100%;
	  max-width:100%;
	  position:fixed; top:0;
	  z-index:2000;
		margin-top:2rem;
	}
	body.fixed-nav #nav {
		width:100%; margin:0 auto; position:fixed; margin:auto;
		text-align: center;
	}

}

@media (min-width:750px) {

	#about p a {
		font-size:2rem;
	}

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

	.eventListing .dateTime {font-size:2.4rem;}

	#nav {margin-top:5rem;}

	body,
	p {font-size:1.7rem; line-height:2.5rem;}
	#whymud p {font-size:1.9rem; line-height:3.2rem; margin-top:2.1rem;}
	.team.row p {font-size:1.8rem; line-height:2.8rem; margin-top:2.8rem;}


	.footer {text-align:center; margin-top:2rem;}
	.footer a {margin:0 0.5rem; padding:0; display:inline;}


	.archiveLinks .columns p {
		text-align:right;
	}
	.centered,
	.centered {
		text-align:center;
	}

	.team.row .teamEntry {
		margin-top:6rem;
		display:block;
		min-height:11.3rem;
	}

	.connectLinks a i,
	.socialLinks a i,
	.sharelinks a i {
		font-size:2rem;
		position:relative;
	}



	section { padding-top:4rem;}
  section#bodyContent {padding-top:0;}

	.jumbo {font-size:4.7rem; line-height:5.8rem;}
  h1	{font-size:5.7rem;}
  /*h1	{font-size:4.2rem;}*/
	h2	{font-size:3.6rem; line-height:4.4rem;}
	h3	{font-size:3rem;}
	.blogArticle h2 {font-size:3.4rem; line-height:4.1rem;}
	p { font-size:1.7rem; line-height:2.8rem; }
	.about p {font-size:1.9rem;}
	.about .teamEntry p {font-size:1.75rem;}

}

@media (min-width:840px) {


}


@media (min-width: 1000px) {

	.subscribeLink {
		margin-top:2em;
		margin-bottom:.8em;
	}



	.about p {font-size:1.9rem;}
	.about .teamEntry p {font-size:1.75rem;}


}

@media (min-width: 1125px) {
	.heroShift{margin-left:-16rem; padding-left:10rem}
}

@media (min-width: 1200px) {
	.bigpad	{padding-top:23rem;}

}
