@font-face {
  font-family: 'Larsseit';
  src: url('../assets/fonts/larsseit-webfont.woff2') format('woff2'),
       url('../assets/fonts/larsseit-webfont.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Larsseit';
  src: url('../assets/fonts/larsseit-bold-webfont.woff2') format('woff2'),
       url('../assets/fonts/larsseit-bold-webfont.woff') format('woff');
  font-weight: bold;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
	font-weight:400;
  vertical-align: baseline;
	font-family: 'Larsseit', sans-serif;
	color: #000000;
}

body{font-family:'Larsseit',sans-serif;font-size:16px;line-height:22px;-webkit-text-size-adjust:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@media (min-width: 680px){body{font-size:20px;line-height:28px}}

strong,b{font-family:'Larsseit', sans-serif;font-weight:bold}
em,i{font-family:'Larsseit', sans-serif;font-style:italic}

img,audio,video{max-width:100%;height:auto}
a{color:#000000;text-decoration:none;}

 ol, ul, li {
   margin: 0;
   padding: 0 0 0 0em;
 }

 ul {
   list-style-type: square;
 }

 hr{
   border: 0;
   height: 3px;
   background: #333;
 }


/* ------------ Container ------------ */
/* -- in this css, first line is mobile size, second line is normal screen -- */

.container{max-width:1220px;margin-left:auto;margin-right:auto;padding:0 5px}.container:after{content:" ";display:block;clear:both}
@media (min-width: 680px){.container{padding:0 55px}}

.mobile{display:none !important}
@media (max-width: 679px){.mobile{display:inline !important}}

.main{position:relative;padding:4em 30px 0 30px}
@media (min-width: 680px){.main{padding-top:1.2em;padding-bottom:1em}}

.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{margin-bottom:10px;}
@media (min-width: 680px){.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{margin-top:0em; margin-bottom:0em;}}

.footer{margin-bottom:3em;}
@media (min-width: 680px){.footer{margin-bottom:6em;}}

h1 {
	text-align:center;
	font-size:2.8em;
  line-height:1em;
	font-weight:700;
	padding:0 0 0.4em 0;
}

h2 {
	font-size:1.5em;
	font-weight:700;
	line-height:1em;
	letter-spacing:-0.05em;
  padding:1em 0 0.2em 0;
}

h3 {
	padding:0.8em 0 0 0;
	font-size:1.1em;
	font-weight:700;
	line-height:2em;
	letter-spacing:-0.05em;
}


/* ------------ Border and white shade at bottom ------------ */

#top, #bottom, #left, #right {
	background: #000000;
	position: fixed;
  z-index:500;
	}

  #bottom-shade{
     position: fixed;
     left: 0; right: 0;
     bottom: 3px;
   }

	#left, #right { top: 0; bottom: 0; width: 8px; z-index:4;}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {	left: 0; right: 0; height: 8px;}
		#top { top: 0; }
		#bottom { bottom: 0; z-index:3 }

  #bottom-shade {
     z-index:2;
     pointer-events: none; /* makes it click through the shade */
     position: fixed;
     left: 0; right: 0;
     height: 70px;
     background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
     background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
  }

  @media (max-width: 679px) {
    .information{visibility:hidden}
  }

  @media (max-height: 500px) {
    .information{visibility:hidden}
  }

  .information {
    position: fixed;
    z-index: 100;
    bottom:0;
    width: 100vh;
    height:100px;
    overflow: hidden;
    font-size: 20px;
    line-height: 50px;
  	font-weight:200;
    -webkit-backface-visibility: hidden;
  }

  .information div{
  	padding:0.5em 0 0 0;
  }

  .information-left{
    left: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg) translateX(-100px);;
    -ms-transform: rotate(-90deg) translateX(-100px);;
    -webkit-transform: rotate(-90deg) translateX(-100px);;
    transform: rotate(-90deg) translateX(-100px);;
    text-align:center;
  }

    .information-left-bottom{
      font-size:13px;
      line-height: 55px;
      padding-left:2.5em;
      text-align:left;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -webkit-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: rotate(-90deg) translateX(-100px);;
      -ms-transform: rotate(-90deg) translateX(-100px);;
      -webkit-transform: rotate(-90deg) translateX(-100px);;
      transform: rotate(-90deg) translateX(-100px);;
    }

  .information-right{
    right: 0;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: rotate(90deg) translateX(100px);;
    -ms-transform: rotate(90deg) translateX(100px);;
    -webkit-transform: rotate(90deg) translateX(100px);;
    transform: rotate(90deg) translateX(100px);;
    text-align:center;
  }


  .information-right-top{
    z-index:600;
      position: fixed;
      padding:1em 1em 0 0 ;
    top: 0;
    right:0;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }



  .information-right-bottom{
    right: 0;
    font-size:13px;
    line-height: 55px;
    padding-right:2.5em;
    text-align:right;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: rotate(90deg) translateX(100px);;
    -ms-transform: rotate(90deg) translateX(100px);;
    -webkit-transform: rotate(90deg) translateX(100px);;
    transform: rotate(90deg) translateX(100px);;
  }

  /* ------------ MAKE SIDE INFO THINGS MOVE!! ------------ */

 a#transform-left, a#transform-right, a.menu_link {
  display:inline-block; /*-- a is inline by default. this targets the a with the id name --*/
  padding:0 0.2em 0 0.2em;
  transition: transform .2s ease-out;
}
  /* interestingly, these are BOTH described as going down as they are within elements that are rotated */
 a#transform-left:hover, a#transform-right:hover, a.menu_link:hover  {
  webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

/* ------------ header ------------ */

.nav_menu{
  display:block;
  margin-top:1em;
  text-align:center;
}

.dbbd_logo a {
  display:inline-block;
  font-size:15px;
  letter-spacing:0.2em;
  font-weight:900;
  padding-bottom:0.6em;

  transition: transform .2s ease-out;
}
.dbbd_logo a:hover{
  webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}


ul.main_menu{
  display:inline-block;
  list-style-type: none;
}

ul.main_menu li {float: left;  padding:0em 0.5em 0em 0.4em;}
@media (min-width: 680px){ul.main_menu li {float: left;  padding:0em 1em 0em 1em;}}

.main_menu a {font-size:16px;}
@media (min-width: 680px){.main_menu a {font-size:20px;}}

.main_menu a{
   transition: all 200ms ease;
}

.main_menu a:hover{
  color:#00f;
border-radius: 3px;
}

li .selected{ border-bottom:1px solid black;}


/* ------------ BOXES! ------------ */

#box_container{
margin:0 auto;
padding:0px;
overflow: hidden;
text-align:left;
}

#box_content{
  padding:5px 5px 5px 5px;
}
#box-content img {
   transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#box-content img a {
 text-decoration:none;
  border: 0 none;
}
#box-content img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.colophon a{
  border-bottom:1px solid black;
}
.colophon a:hover{
  background:black;
  color:white;
}





#box_container #index_scroller a{
text-decoration: none;
transition: transform .5s ease-in-out;
}

#box_container #index_scroller a{
border-bottom:2px solid black;
}

#box_content a:hover, #box_container a:hover{
  border-bottom:2px solid black;
background:yellow;
}

#box_container #box-work a{
text-decoration: none;
border:0;
transition: transform .5s ease-in-out;
}


#box_container a{
text-decoration: none;
border-bottom:2px solid black;
}

#box-work a:hover{
  webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  display:inline-block;
  background:yellow;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

#box_container a:hover{
}

#box_clear{
  height:1em;
  clear:both;
}

@media (min-width: 530px) {
  #box_clear{
    height:2em;
    clear:both;
  }
}

#box_clear_tall{
  height:1em;
  clear:both;
}

@media (min-width: 530px) {
  #box_clear_tall{
    height:4em;
    clear:both;
  }
}

#box_3col{
float:left;
width: auto;
font-size:11px;
line-height:18px;
}

@media (min-width: 530px) {
#box_3col{
display: block;
width: 33.3%;
margin:0 auto;
font-size:14px;
line-height:20px;
}
}

#box_2col{
  float:left;
  width: auto;
  font-size:11px;
  line-height:18px;
}
@media (min-width: 530px) {
  #box_2col{
  display: block;
  width: 49%;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
  }
  }

#box_4col{
display: inline-block;
float:left;
text-align:left;
width: 80vw;
padding:10px;
font-size:14px;
line-height:18px;
}

@media (min-width: 680px) {
#box_4col{
display:inline-block;
width: 22%;
margin:0 auto;
font-size:14px;
line-height:20px;
}
}


#index_scroller{
}
@media (min-width: 680px) {
#index_scroller{

}
}

h3.box_highlight_title{
  display:inline;
}

.box_highlight_big{
  font-size:1.5em;
  line-height:1.5em;
}

.box_highlight_mid p{
  width:90%;
  font-weight:600;
  font-size:1.2em;
  line-height:1.3em;
  padding-bottom:1em;
}

.box_highlight_mid{
  font-weight:bold;
  font-size:1.1em;
  line-height:1.1em;
}

.box_highlight{
  padding: 1em 1em 0 1em;
  font-size:14px;
  line-height:18px;
}

.box_highlight_pre, .box_highlight_name, .box_highlight_date{
  display:inline;
}
.box_highlight_pre{
  font-size:16px;
}
.box_highlight_name{
  font-weight:500;
  letter-spacing:-0.02em;
  font-family: Garamond, Times New Roman, serif;
  font-style: oblique;
  font-size:18px;
}
.box_highlight_date{
  font-size:10px;
}

hr.index_hr{margin:10px 10px 10px 0;}

hr.index_hr{width:95%; float:left; border:0; height:0px;background-color:#aaa;}




.box_index_list li{
  list-style-type: none;
  margin-left:10px;
}

#box_container .box_highlight a{
  display:block;
  color:black;
  text-decoration:none;
  border:2px solid black;
  padding:2px;
}

.box_index_list li a{
  color:black;
  text-decoration:none;
  border:0;
}
.box_index_list li a:hover, #box_container .box_highlight a:hover {
  background:yellow;
}




#portfolio-title{
padding-top:5px;
font-size:20px;
line-height:25px;
}

#portfolio-subtitle{
  display:none;
}

@media (min-width: 830px) {
  #portfolio-subtitle{
    display:inline-block;
    font-family:Garamond, Times New Roman, serif;
    font-style: oblique;
    font-size:18px;
    font-weight:500;
    letter-spacing:-0.02em;

  }
}

#portfolio-year{
}
@media (min-width: 630px) {
  #portfolio-year{
    display:block;
  }
}



table{
  width:100%;
  padding-top:1.5em;
  padding-bottom:1em;
  padding-left:4em;
  line-height:1.5em;
  border-collapse: collapse;
}

td.bio{
  padding:0.5em;
  border-top:1px solid black;
}
td.year {
  padding-left:2em;
  font-size:1.1em;
  text-align:left;
  padding-right:10px;
  width:30%;
}
td.detail {
  font-size:1.1em;
}

.underlined{
  border-bottom:2px solid black;
}

.serifed{
  display:inline;
  font-size:1em;
  font-weight:500;
  letter-spacing:-0.02em;
  font-family: Garamond, Times New Roman, serif;
  font-style: oblique;
}




.quotation h4{
}
@media (min-width: 900px) {
.quotation h4{
  width:100%;
  left:50%;
  font-style:oblique;
  font-size:1.2em;
  line-height:1.2em;
  }
}

hr#post-quotation{
  visibility: hidden;
}
@media (min-width: 900px) {
hr#post-quotation{
  visibility:visible;
  border: 0;
  height: 4px;
  width:30%;
  background: #333;
  }
}

hr#pre-colophon{
  {
  margin-top:10em;
  visibility:visible;
  border: 0;
  height: 4px;
  width:100%;
  background: #333;
  }
}


.caption {
font-size:15px;
line-height:20px;
font-style:italic;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}

a[target='_blank']:after {content: '\29C9';}

pre{
  width: 92%;
    overflow: auto;
    margin: 2rem 0;
    padding: 1rem 0.8rem 1rem 1.2rem;
    color: #00f;
    border: 1px solid #00f;
    border-left: 1rem solid #00f;
    font: lighter 1.2rem/2rem Monaco,'MonacoRegular',monospace;
    background: url(../assets/bg/pre.png) repeat 0 -0.9rem;
    background-size: 1px 4rem;
}

@media (max-width: 900px) {
pre{
  width: 80%;
  overflow: auto;
  font: lighter 0.6rem/1.3rem Monaco,'MonacoRegular',monospace;
  background: url(../assets/bg/pre.png) repeat 0 -0.3rem;
}
}


.youtubeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.reloadbutton {
  font: bold 20px,sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 0.4em 0.6em 0.5em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 1px solid;
  border-color: #bbbbbb #a2a2a2 #888888;
  background-color: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
  background-image: -moz-linear-gradient(#eeeeee, #d5d5d5);
  background-image: -webkit-linear-gradient(#eeeeee, #d5d5d5);
  background-image: linear-gradient(#eeeeee, #d5d5d5);
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.reloadbutton:hover {
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
}
.reloadbutton:active {
  margin-top: 0.1em;
  border-color: #a2a2a2 #bbbbbb #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#e1e1e1, #eeeeee);
  background-image: -webkit-linear-gradient(#e1e1e1, #eeeeee);
  background-image: linear-gradient(#e1e1e1, #eeeeee);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 10ms;
  -o-transition: all 10ms;
  -webkit-transition: all 10ms;
  transition: all 10ms;
}


#protestContainer, #mwbContainer, #ppstContainer, #statementContainer {
display:inline-block;
}

#protest {
  margin: 0 auto;
  border:4px solid black;
  padding:1em;
  width:80%;
  font-size:1.6em;
  line-height:1.5em;
  text-align:center;
}

#statement {
  margin: auto;
  border:4px solid black;
  padding:1em;
  font-size:1.6em;
  line-height:1.5em;
}

#statement_prose{
  margin: auto;
  padding:1em;
  font-size:1em;
  line-height:1.5em;
}

#statement_duologue{
  margin: auto;
  padding:1em;
  font-size:1em;
  line-height:1.5em;
  text-align:left;
}

#mwb {
  margin: 0 auto;
  border:2px solid black;
  padding:2em;
  width:50%;
  font-size:1em;
  line-height:1.2em;

}
@media (max-width: 860px) {
  #mwb {
    width:70%;
    padding:1.4em;
  }
}

#mwb hr {
  border: 0;
  height: 4px;
  width:30%;
  background: #333;
}


#ppst {
  margin: 0 auto;
  border:2px solid black;
  padding:2em;
  width:65%;
  font-size:1em;
  line-height:1.2em;
  text-align:left;
}
@media (max-width: 860px) {
  #ppst {
    width:65%;
    padding:1.4em;
    text-align:left;
  }
}


#familylinks{
  text-align:center;
font-size:5em;
line-height:1.4em;
}

#familylinks a, #familylinks-menu a{
  text-decoration:none;
  border-bottom:4px solid black;
}

#familylinks a:hover, #familylinks-menu a:hover{
  background:black;
  color:white;
}

#familylinks-menu {
  text-align:center;
font-size:2em;
line-height:1.4em;
}


#experimentlinks-menu {
  text-align:center;
font-size:1em;
line-height:1.5em;
}



.az_btn, .chrono_btn{
  padding:5px;
  display:inline-block;
  color:#ccc;
}

.highlightIndex{
 font-weight:bold;
 color:black;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}
.highlightDivider{
  display:inline-block;
   font-weight:100;
   color:#eee;
}


.box_index_col, .box_index_col_2{
text-align:left;
font-size:11px;
line-height:18px;
}

@media (min-width: 680px) {
.box_index_col, .box_index_col_2{
font-size:13.5px;
line-height:19px;
}
}


#related_projects{
  padding-top:5em;
  text-align:center;
}


.supernote {
  vertical-align: super;
  font-size:0.8em;
}

#box_container a.supernote  {
  text-decoration: none;
  border-bottom:20px;
}

.url_highlight{
  display:inline;
  background:yellow;
}
