
/*------------RULER-----------------*/
/*body::before {
  display:block;
  content:"";
  width:200px;
  height:136px;
  background:rgba(255,0,0,0.7);
  position:fixed;
  top:0;
  left:400px;
  z-index: 4000;
}*/



/* --------------  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 :)

we're messing with that - a lot.
*/

/*
*  Hard code a minimum size for small windows.
*
*  text rags are kind of wonky between 750 (when we drop to single-column)
*  and 1008 (when scaling kicks in), especially on narrow blocks.
*
*/
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 1225, stop scaling with the window. We're also setting a max width on
* the container 0f 980.
*/
@media (min-width: 1225px) {
  html {
    font-size:8.5px;
  }

  .container {
  	max-width:980;
  	/* 80% of a 1225 window */
  }


}



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 {

  padding-top:0;
  margin-top:0;

  background-color: #fce8e9;
  background-image:url(../img/yellow-swoop-top.svg), url(../img/pink-blobs.svg),url(../img/orangeBlock.svg);
  background-position:center bottom, 10vw 2vw, center top;
  background-size:110vw auto, 74vw auto, 110vw 51vw;
  background-repeat:no-repeat, no-repeat, no-repeat;
  background-blend-mode:normal, multiply, normal;

  min-height:95vh;
  min-height:calc(100vh + 20rem);
}


#hero {
  padding-top:3rem!important;
  /*TODO: fix this "important" - hsouldn't be necessary*/
}

.container.hero .row:first-child {
  margin-top:3rem;
  position:relative;
}

img#mudtype {
  /*margin-top:3rem;*/
}

img#mudpuddle {
  position:absolute;
  width:79.5vw;
  left:-2.75vw;
  top:33.75vw;
}

img#mudrobot {
  position:absolute;
  width:27.75vw;
  left:30.75vw;
  top:24.125vw;
  opacity:0.85;
}

img#mudbatons {
  position:absolute;
  width:18.6vw;
  left:-5vw;
  top:7vw  ;
}

img#mudboy {
  position:absolute;
  mix-blend-mode:normal;
  left:14.5vw;
  top:9.5vw;
  width:24.75vw;
  opacity:1;
  height:auto;
}

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

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



@media (max-width:550px) {
  .hero .falsefooter {
    margin-top:-8rem;
    text-align:center;
  }
  .tagline {
    display:block;
    width:100%;
  }

  .hero .emailCTA {
    margin-top:70vw;
  }

}


@media (max-width:550px) and (min-aspect-ratio:20/28) {
  .hero .falsefooter {
    top:126vw;
    margin-top:0;
    text-align:center;
  }
}

@media (max-width:749px) {

  .hideMobile { display:none;}
  .shrinkMobile {font-size:65%; display:block; width:100%;}


  section#home {

    padding-top:0;
    margin-top:0;
    background-position:center bottom, 10vw 2vw, center top;
    background-size:110vw auto, 74vw auto, 110vw 90vw ;
    background-color: #fce8e9;
    background-image:url(../img/yellow-swoop-top.svg), url(../img/pink-blobs.svg),url(../img/orangeBlock.svg);
    background-position:center bottom, 2vw 2vw, center top;
    background-repeat:no-repeat, no-repeat, no-repeat;
    background-blend-mode:normal, multiply, normal;

    min-height:101vh;
    min-height:calc(100vh + 8rem);
  }

  img#mudtype {
    /*margin-top:3rem;*/
  }

  img#mudpuddle {
    position:absolute;
    width:100vw;
    left:-11vw;
    top:62vw;
  }

  img#mudrobot {
    position:absolute;
    width:50vw;
    left:40vw;
    top:45vw;
    opacity:0.85;
  }

  img#mudbatons {
    position:absolute;
    width:18.6vw;
    left:-5vw;
    top:7vw  ;
  }

  img#mudboy {
    position:absolute;
    mix-blend-mode:normal;
    left:5vw;
    top:10.5vw;
    width:50vw;
    opacity:1;
    height:auto;
  }

  .hero .emailCTA {
    position:relative;
    height:auto;
    margin-top:60vw;
    text-align:center;
  }
  .hero .emailCTA p {
    font-size:1.45rem;
    margin-bottom:2.4rem;
    line-height: 2.3rem;
  }

  .hero .emailCTA .linkbutton {
  }

}

@media (min-width:551px) and (max-width:749px) {

    .hero .falsefooter {
      position:absolute;
      top:100vh;
      line-height: 3em;
      text-align: center;
    }

}

@media (min-width:551px) and (max-width:749px) and (min-aspect-ratio:55/66) {
  .hero .falsefooter {
    position:absolute;
    top:110vw;
    margin-top:0;
    text-align:center;
  }
}


@media(min-width:750px) {

  .hero .emailCTA {
    position:absolute;
    top:20vw;
    margin-left: 40vw;
    width:38.3vw;
    height:auto;
  }
  .hero .emailCTA p {
    font-size:1.45rem;
    margin-bottom:2.4rem;
    max-width:28vw
  }

  .hero .emailCTA .linkbutton {
    margin-left:5.5rem;
  }

}

@media (min-width:749px) and (max-width:1007px) and (min-aspect-ratio:75/46) {
  .hero .falsefooter {
    position:absolute;
    top:55vw;
    margin-top:0;
  }
}

@media(min-width:1008px) {

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

  .hero .emailCTA {
    position:relative;
    top:-5rem;
    margin-left: 61.5rem;
    width:38.3rem;
    height:auto;
  }
  .hero .emailCTA p {
    font-size:1.45rem;
    margin-bottom:2.4rem;
    line-height: 2.3rem;
  }

  .hero .emailCTA .linkbutton {
    margin-left:5.5rem;
  }

}

@media (min-width:1008) and (min-aspect-ratio:1008/573) {
  .hero .falsefooter {
    line-height: 3em;
    position:absolute;
    top:55vw;
    margin-top:-4em;
  }
}

@media(min-width:1008px) {

  section#home {

    background-position:center bottom, 10vw 2vw, center top;
    background-size:110vw auto, 98rem auto,110vw 68rem;

  }

  img#mudpuddle {
    position:absolute;
    width:106rem;
    left:6.6rem;
    top:45rem;
  }

  img#mudrobot {
    position:absolute;
    width:37.7rem;
    left:43rem;
    top:33.5rem;
    opacity:0.85;
  }

  img#mudbatons {
    position:absolute;
    width:24.8rem;
    left:-6rem;
    top:12rem;
  }

  img#mudboy {
    position:absolute;
    left:21rem;
    top:14rem;
    width:33rem;
    height:auto;
    mix-blend-mode:normal;
  }

}

section#about {

  padding-top:0;
  margin-top:0;

  background-color:#fff100;
  background-image:url(../img/pink-swoop-top.svg);
  background-position:center bottom;
  background-size:101vw auto;
  background-repeat:no-repeat;

  padding-bottom:15rem;

}
section#events {

  margin-top:0;
  padding-top:0rem;

  background-color:#fec7c6;
  background-image: url(../img/some-blobs.svg), url(../img/pale-yellow-swoop-top.svg);
  background-position:15rem 5rem, center bottom;
  background-size:50rem auto, 101vw auto;
  background-repeat:no-repeat, no-repeat;
  background-attachment: scroll, scroll;

  padding-bottom:5rem;
}

.fixed-nav.show section#events {
  background-image: url(../img/some-blobs.svg);

}

#events {position:relative;}


section#news {

  padding-top:0;
  margin-top:0;

  background-color:#ffe787;
  background-image: url(../img/orange-swoop-1.svg);
  background-position: center 60rem;
  background-size:100vw auto;
  background-repeat:no-repeat;

  padding-bottom:10rem;

}

.fixed-nav.show section#news {
  background-position:center 200rem;

}

section#contact{
  background-color:#f7e5e5;
  background-color:#fce8e9;

	position:relative;
	min-height:50vh;
}

#underwaterrobots {

  margin-bottom:6rem;
}

#girlpeeking {
  height:49rem;
  background-image:url(../img/girl-peeking-large.jpg);
  background-size:cover;
  mix-blend-mode:multiply;
  margin:0;
  overflow: hidden;
  height:45rem;
  mix-blend-mode:multiply;
  filter:contrast(1.4);
}

#girlpeeking img {
  mix-blend-mode:hard-light;
  opacity:0.7;

}

section#footer{
  /*background-color:#59541d;*/

  background-color:#7c7527;
  padding-top:3rem!important;
  padding-bottom:13.3rem!important;
}

.home #footer {
}

#footer .columns {
  position:relative;
}

#footer form {
  border:2px solid black;
  display:inline-block;
  padding:0;
  position:relative;
}

#footer label {
  position:absolute;
  top:1.2rem;
  left:.5rem;
  color:rgba(0,0,0,.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  transition-property:all;
  transition-duration:50ms;
}
@media(max-width: 750px) {

  #footer label {
    font-size: 12px;
  }

}


#footer input[type="text"]:valid + label,
#footer input[type="text"]:focus + label {
  opacity:0;
}

#footer input[type="text"] {
  border:none;
  display:inline-block;
  border-right:2px solid black;
  background:transparent;
  height:5rem;
  width:25rem;
  margin:-2px;
  font-size:2rem;
  padding:.8rem;
  font-family:"letter-gothic-std","Lucida Console","Monaco", monospace;
  font-weight:bold;
  box-sizing: border-box;
}


#footer input:focus { outline: none; }

#footer input[type="text"]:focus {
  background-color:rgba(255,255,255,.25);
}

#footer .linkbutton {
  border:none;
  margin:-1px 0;
  height:5rem;
  border-left:2px solid black;
  box-sizing: border-box;
  padding-top:1.5rem;
  box-sizing: border-box;
  cursor:pointer;
}

#footer input[type="button"]:focus,
#footer .linkbutton:focus,
#footer .linkbutton:hover {
  color:white;
  background-color:black;
}

#footer h3 {
  margin-bottom:2rem;
}

#footer a:hover {
  color:#F68C5A;
  text-decoration:none;
  filter:brightness(0.9);
}

#footer .socialLinks {
  text-transform: uppercase;
}

#footer ul {
  list-style: none;
}
#footer li {
  margin-bottom:0.7rem;
}
#footer li a {
  font-family:inherit;
  text-transform: uppercase;
}

img#pinkcircle {
  width:26.4rem;
  position:absolute;
}
img#boyflying {
  width:32.3rem;
  left:3rem;
  top:2rem;
  mix-blend-mode:multiply;
  position:absolute;

}

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

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

h3 {
 text-transform: none;
 font-weight:normal;
 font-size:2.2rem;
}

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: 1.1em; margin-top:4rem; margin-bottom:5.2rem;}
h2 {font-size:2.75rem; line-height:1.1em;}

a { color:black; text-decoration:none;}
a:hover {
  color:black;
  text-decoration:underline;
}
.whymud a:hover,
.team a:hover,
.article a:hover {
  text-decoration:none;
  border-bottom:1px solid #EF8A4C;
  mix-blend-mode:multiply;
}


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

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

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






.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;*/
}

#about p .connectLabel a {
  font-size:1.9rem;
}

.connectLinks a {
	top:-0rem;
	font-size:1.1rem;
  font-family:inherit;
}

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


p, li { font-size:1.9rem; line-height:1.5em;}
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 {
  min-height:20rem;
}

#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;
}


.moreinfolabel,
.location p.locationName,
.location p.maplink {
  text-transform: uppercase;
}

p.maplink a:hover {
  text-decoration: none;
	color:#F68C5A;
}

.moreinfolabel {
  margin:0;
}

.moreinfolink {
  font-size:2.2rem;
}


#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;}

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

.eventListing .eventTime {
  font-size:1.8rem;
  text-transform: uppercase;
  margin-bottom:0rem;
}

.eventListing .dateBox {
  font-family:"alternate-gothic-no-1-d";
  font-size:5rem;
  margin-bottom:1.1rem;
}
@media (min-width:400px) and (max-width:749px) {
  /*swap positions of the event date box and the image*/

  .eventListing .dateBox {
    font-family:"alternate-gothic-no-1-d";
    font-size:5rem;
    position:relative;
    top:57vw;
  }

  .eventListing .clip {
    position:relative;
    top:-3.3vw; /* line-height of the eyebrow */
  }

  .eventListing h2 {
    margin-top:4.5rem;
  }

}


.readMoreLink {
	text-transform:uppercase;
}

.eventListing {
	margin-top:2.5rem;
}

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

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

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

.eventListing h2 {
  font-size:5rem;
}

@media (min-width:750px) {
  .eventListing .dateBox {
    padding:0;
    padding-top:3rem;
    padding-bottom:2rem;
    border:1px solid rgba(0,0,0,1);
    text-align: center;
    background-color:rgba(0,0,0,0.0625);
    background-blend-mode:multiply;
    position:relative;
  }

  .eventListing .dateBox.past::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }

  .eventListing .dateBox .dayofMonth {
    font-family:"Souvenir-Bold";
    letter-spacing:-.1em;
    font-size:4.5rem;
    display:block;
    text-align:center;
    margin-bottom:1rem;;
  }
  .eventListing .dateBox .month {
    font-family:"alternate-gothic-no-3-d";
    text-transform:uppercase;
    font-size:3.3rem;
    display:block;
    text-align:center;
    margin:0;
  }

}

.blogArticles {
	margin-top:4.5rem;
}

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

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


.blogArticle .© {
	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;
}

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

.featuredInstallation {
  position:relative;
}

.featuredInstallation h2 {
	font-size:4.2rem;
}

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

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

@media (max-width:749px) {
  .featuredInstallation,
  .blogArticle {
    text-align:center;
    border-bottom:2px solid black;
    margin-bottom:5.3rem;
    padding-bottom:5.3rem;
  }
  .featuredInstallation {
    margin-top: 6rem; /* standard for .row is 2rem .. Add another 4rem for the eyebrow */
  }
  .featuredInstallation .clip {
    margin-bottom:2.3rem;
  }
  .featuredInstallation h4 {
    position:absolute;
    top:-4rem;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .featuredInstallation h2,
  .blogArticle h2 {
    font-size:5rem;
  }
  .featuredInstallation p,
  .blogArticle p {
    font-size:2.3rem;
  }
}
@media (max-width:550px) {
  .blogArticle .clip {
  	max-width:75vw;
  	max-height:75vw;
    margin:auto;
  }
}
@media (min-width:551px) and (max-width:749px) {
  .blogArticle .clip {
  	max-width:60vw;
  	max-height:60vw;
    margin:auto;
  }
}



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


.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;
  mix-blend-mode:multiply;
}

.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,
.tint.orange:hover {
  mix-blend-mode:normal;
  opacity:1;
}
.tint.orange.hover img,
.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,
.grayscale:hover {
	filter: grayscale(0%);
  mix-blend-mode:normal;
	-webkit-filter: grayscale(0%);
}
.grayscale.keepOverprint.hover,
.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.03em;

}


/* 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:inline-block;
		text-align:right;
		font-size:3rem;
    cursor:pointer;
    z-index: 5000;
    top:0.5rem;
    right:0.5rem;
	}

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

  #navSection {
    position:fixed;
    top:0;
    width:100%;
    background-color:white;
    z-index: 2999;
    border-bottom:1px solid black;
    -webkit-box-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
            box-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);

  }

  #navSection .row {
    margin:0;
    padding:0;
  }

  #navContainer {
    width:95%;
    margin-top:0;
    padding-top:0;
    top:0;
    left:0;
  }

  #navContainer ul {
    list-style-type: none;
    margin:0;
    padding:1.3rem 0;

  }

  #navContainer li {
    margin:0;
    padding:1.3rem;
    border-top:1px solid rgba(0,0,0,0.125);
  }

  #navContainer li:first-child {
    border:0;
  }
  #navContainer li:last-child {
    padding-bottom:.3rem;
  }

  #navContainer li a {
    display:block;
  }

	.team.row {margin-top:0;}

}

@media (min-width: 750px) {

  .hideNonMobile {
    display:none!important;
  }

  #bodyContent .container:first-child,
  .fixed-nav.show #bodyContent .container:first-child {
    padding-top:7.6rem;
  }

  .fixed-nav #bodyContent .container:first-child {
    padding-top:0.5rem;
  }

  #navSection .container:first-child {
    padding-top:0.5rem;
  }

	#hbgz { display:none;}

  #navSection {
    width:100%;
    margin:0;
    padding:0;

    position:absolute;
    top:0;
    z-index:2000; /* two thousand is a big number, right dad? */

    background-color:transparent;
    transition: background-color 0.125s ease;
  }

  body.fixed-nav #navSection {
    position:fixed;
  }

  body.fixed-nav #navSection .navLogo,
  body.fixed-nav #navSection .rulerow {
    display:none;
  }

  body.fixed-nav.show #navSection .navLogo,
  body.fixed-nav.show #navSection .rulerow {
    display:block ;
  }


  #navSection.about {
    background-color:#FFF100;
  }

  #navSection.events {
    background-color:#fec7c6;
  }

  #navSection.news {
    background-color:#ffe787;
  }

  #navSection.contact {
    background-color:#f7e5e5;
    background-color:#fce8e9;
  }

  #navContainer {
	  right:0;
		left:0;
		margin:0 auto;
		margin-top:2rem;
	}

  .column.navLogo {
    width:16rem;
    position:absolute;
    top:.7rem;
  }
  .navLogo img {
    width:100%;
    box-sizing: border-box;
  }

  #navContainer .rulerow {
    margin-top:2rem;
    margin-bottom:0;
  }

  #navContainer .rulerow .rule {
    margin-top:0;
    margin-bottom:0;
    border-bottom-width:0.1rem;

  }


  #nav ul {margin:0; text-align:right;}
	#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 1rem;}

	#nav li 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;}


}

@media (min-width:750px) {

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

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

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

	body,
	p {font-size:1.7rem; line-height:1.5em;}
	#whymud p {font-size:1.9rem; line-height:1.7em; margin-top:2.1rem;}
	.team.row p {font-size:1.8rem; line-height:1.55em; 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 i {
    font-size:2.2rem;
  }
	.socialLinks a i,
	.sharelinks a i {
		font-size:2rem;
		position:relative;
	}



  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;}
	/*h3	{font-size:3rem;}*/
	.blogArticle h2 {font-size:3.4rem;}
	p { font-size:1.7rem; line-height:1.55em; }
	.about p {font-size:1.9rem; line-height:1.7rem}
	.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;}


}
