@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
@font-face {
    font-family: 'dejavu';
    src: url('../fonts/DejaVuSansMono-webfont.eot');
    src: url('../fonts/DejaVuSansMono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSansMono-webfont.woff') format('woff'),
         url('../fonts/DejaVuSansMono-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSansMono-webfont.svg#dejavu_sans_monobook') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  font-family: 'Roboto', sans-serif;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

html{
  
}

body {
  margin: 0;
  /*background-image: -webkit-linear-gradient(#FFFFFF 0%, #484848 100%);
  background-image: linear-gradient(#FFFFFF 0%, #484848 100%);*/
  background-color: #2F2F2F;
  background-size: 100% 100vh;
  background-repeat: no-repeat;
  overflow-x: hidden;
  font-size: 18px;
  text-rendering: geometricPrecision !important;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*List Items*/
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*links*/
a{
  color: #00FF64;
  text-decoration: none;
  cursor: pointer;
}

figure{margin: 0}


/*TYPOGRAPHIC STYLES*/
b,
strong {
  font-weight: 700;
}

i{
  font-style: italic;
}

ol {list-style: none; counter-reset: li}

.markup{

}

.markup h1, .markup h2, .markup h3{
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.markup h1{
  font-size: 1.4em;
}

.markup h2{
  font-size: 1.2em;
}

.markup h3{
  font-size: 1em;
}

.markup p{
  margin-top: 0;
}

.markup p:first-of-type{
  margin-top: 1em;
}

.markup ol li::before {content: counter(li); color: red;
    display: inline-block; width: 1em; /*margin-left: -1.5em;*/
    margin-right: 0.5em; text-align: left; direction: rtl}

  .markup ol li {counter-increment: li}

.markup ol li:before{
  padding-right: 0px;
  display: inline-block;
 
  color: rgb(0, 255, 100);
  /*margin-bottom: 0.5em;*/
}

.markup ul li:before{
  content: "+";
  padding-right: 0px;
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  /*margin-left: -1em;*/
  color: rgb(0, 255, 100);
  /*margin-bottom: 0.5em;*/
}

.markup ol li, .markup ul li{
  margin-bottom: 0.5em;
}

.markup img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  padding: 20px;
}

.markup figure{
  margin-bottom: 1em;
}

.markup iframe{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  padding: 1em;
  
}
.video{
  margin-bottom: 1em;
}

.video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.note{
  margin-right: 0.25em;
  position: relative;
}

.note span{
      font-size: 0.6em;
    position: relative;
    top: -0.5em;
}

#footnotes{
  display: none;
  margin-top: 4em;
  margin-bottom: 2em;
  /*padding-top: 2em;*/
  /*border-top: 1px solid #8A8A8A;*/
}

.footnoteson{
  display: block !important;
}

/*BEGIN STYLES*/

/*INITIAL HEADER*/

#visuals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#484848));
    background-image: linear-gradient(#FFFFFF 0%, #484848 100%);
    background-size: 100% 100vh;
    background-repeat: no-repeat;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #ffffff),color-stop(22%, #ffffff),color-stop(73%, #8e8e8e),color-stop(95%, #333333));
    background: linear-gradient(to bottom, #ffffff 8%,#ffffff 22%,#8e8e8e 73%,#333333 95%);
    /* background-attachment: fixed; */
    background: #eaeaea;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #eaeaea),color-stop(73%, #606060),color-stop(95%, #333333));
    background: linear-gradient(to bottom, #eaeaea 8%,#606060 73%,#333333 95%);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,eaeaea+100 */
    background: #303030; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#252525), color-stop(5%, #252525), to(#eaeaea));
    background: linear-gradient(to bottom, #252525 0%, #252525 5%, #eaeaea 100%);
    background: linear-gradient(0deg, #5C5C5C 0%, #252525 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#visuals #canvas {
    -webkit-filter: blur(5px);
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#visuals #grid1 {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
        position: absolute;
    bottom: 0px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    left: 0;
    /*mix-blend-mode: multiply;*/
    /*-webkit-filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.9));*/
}

#visuals #avatar {
    height: 120vh;
    mix-blend-mode: difference;
    margin-bottom: -15vh;
    left: 50%;
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#homelogo {
    position: absolute;
    width: 80%;
    max-width: 760px;
    margin: 0 auto;
    left: 50%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -webkit-filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.7));
    pointer-events: none;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);*/
}

#tracker{
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 20px;
}

#tracker li{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 12px;
  width: 220px;
  max-height: 320px;
  border: 1px solid #C8C8C8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 8px;
  /*z-index: 99;*/
  margin-bottom: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#D8D8D8));
  background-image: linear-gradient(to top, #FFFFFF 0%, #D8D8D8 100%);
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#ffffff),to(#a0a0a0));
background: linear-gradient(to right, #ffffff 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#user2{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
  font-size: 12px;
  width: 220px;
  max-height: 320px;
  border: 1px solid #C8C8C8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 8px;
  z-index: 99;
  margin-bottom: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#D8D8D8));
  background-image: linear-gradient(to top, #FFFFFF 0%, #D8D8D8 100%);
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.8)),to(#a0a0a0));
background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,#a0a0a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#user, #user2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#userinfo{
  margin-top: 0px; 
    margin-left: 8px;
    margin-bottom: -2px;
    font-family: 'Roboto Condensed', sans-serif;
}

#userinfo span{
  display: block;
}

#userinfo a:hover{
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

#user img{
  width: 50px;
  height: 50px;
}

#user a{
      display: inline-block;
    padding: 2px 7px 1px 7px;
    border-radius: 10px;
    background-color: #D8D8D8;
    /* margin-top: 3px; */
    position: absolute;
    top: 7px;
    right: 8px;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 2px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#homehome{
  cursor: pointer;
    position: fixed;
    width: 20px;
    height: 20px;
    top:20px;
    padding: 10px;
  background-color: silver;
  border-radius: 50%;
  right: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#D8D8D8));
  background-image: linear-gradient(to top, #FFFFFF 0%, #D8D8D8 100%);
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff),to(#a0a0a0));
  background: linear-gradient(to right, #ffffff 0%,#a0a0a0 100%);
  border: 1px solid #C8C8C8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  -webkit-transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

#homehome:hover, #homehome2:hover{
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,0.5);
          box-shadow: 0 5px 12px 0 rgba(0,0,0,0.5);
}

#homehome2{
  cursor: pointer;
    position: fixed;
    width: 20px;
    height: 20px;
    bottom: -200px;
    padding: 10px;
    background-color: silver;
    border-radius: 50%;
    right: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#D8D8D8));
    background-image: linear-gradient(to top, #FFFFFF 0%, #D8D8D8 100%);
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff),to(#a0a0a0));
    background: linear-gradient(to right, #ffffff 0%,#a0a0a0 100%);
    border: 1px solid #C8C8C8;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#user2{
  position: fixed;
  bottom: -200px;
  left:20px;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  margin-bottom: 0px;
}

.reveal2nd{
  bottom: 20px !important;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#user2 img{
  width: 50px;
  height: 50px;
}

#user2 a{
  display: inline-block;
    padding: 2px 7px 1px 7px;
    border-radius: 10px;
    background-color: #D8D8D8;
    /* margin-top: 3px; */
    position: absolute;
    top: 7px;
    right: 8px;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 2px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#user2 #userno{
  font-family: "Roboto";
  /*text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}

#userno span{
  -webkit-filter: blur(0.7px); /* Safari */
    filter: blur(0.7px);
    display: inline-block;
    margin-left: 0.12em;
    margin-right: 0.1em;
    letter-spacing: 0.025em;

}

#userno{
  font-weight: 600;
}

#homehome img, #homehome2 img{
  width: 100%;
}

#updates{
  position: absolute;
  /*left: 20px;
  top: 20px;*/
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 12px;
  width: calc(100% - 80px);
  max-height: 320px;
  /*padding: 8px;*/
  z-index: 99;
  margin-top: 1em;
  /*margin-bottom: 6px;*/
  /*text-align: right;*/
}

#updates>span:first-of-type{
  margin-left: 8px;
}

.revupdate{
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.revupdate:nth-of-type(1){
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
}
.revupdate:nth-of-type(2){
  -webkit-transition-delay: 0.4s; /* Safari */
  transition-delay: 0.4s;
}
.revupdate:nth-of-type(3){
  -webkit-transition-delay: 0.6s; /* Safari */
  transition-delay: 0.6s;
}
.revupdate:nth-of-type(4){
  -webkit-transition-delay: 0.8s; /* Safari */
  transition-delay: 0.8s;
}
.revupdate:nth-of-type(5){
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}

.revealupdates .revupdate{
  opacity: 1!important;
}

#updates a{
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  display: block;
  max-height: 320px;
  /*border: 1px solid #C8C8C8;*/
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);*/
  border-radius: 8px;
  overflow: hidden;
  margin-left: 8px;
  /*margin-right: 0.75em;*/
  /*padding: 8px;*/
  /*z-index: 99;*/
  margin-top: 6px;
  /*background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D8D8D8 100%);
  background-image: linear-gradient(to top, #FFFFFF 0%, #D8D8D8 100%);
  background: #ffffff;
  background: -webkit-linear-gradient(left, #ffffff 0%,#a0a0a0 100%);
  background: linear-gradient(to right, #ffffff 0%,#a0a0a0 100%);*/
}

#updates span{
  /*color: #2F2F2F;*/
}




/*MAIN NAV*/

.active{
  color: #00FF64;
  /*text-decoration: line-through;*/
}

.crouchingtigerhiddenlogo{
  opacity: 0 !important;
  pointer-events:none !important;
}

#headerlogo{
  pointer-events:auto;
  opacity: 1;
  font-family: "Roboto";
  position: absolute;
  left: 20px;
  top: 0px;
  padding: 0.75em 0.5em;
  height: 2em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
  /*color: #00FF64;*/
}

@keyframes blurit {
    0%   {
      -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
  }
  45%   {
      -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
  }
    50%  {
      -webkit-filter: blur(2px); /* Safari */
      filter: blur(2px);
    }
    55%   {
      -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
  }
    100% {
      -webkit-filter: blur(1px); /* Safari */
      filter: blur(1px);
    }
}

#headerlogo span{
  -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
    letter-spacing: 0.05em;
}
#headerlogo span:first-of-type{
  margin-left: 0.15em
}
#headerlogo span:last-of-type{
  margin-right: 0.1em
}

#headerlogo span:nth-of-type(1){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

#headerlogo span:nth-of-type(2){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 0.2ss; /* Safari 4.0 - 8.0 */
    animation-delay: 0.2ss;
    animation-iteration-count: infinite;
}
#headerlogo span:nth-of-type(3){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 0.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
}
#headerlogo span:nth-of-type(4){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 0.6s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
}
#headerlogo span:nth-of-type(5){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 0.8s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.8s;
    animation-iteration-count: infinite;
}
#headerlogo span:nth-of-type(6){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
#headerlogo span:nth-of-type(7){
    animation-name: blurit;
    animation-duration: 12s;
    -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.2s;
    animation-iteration-count: infinite;
}

nav{
  background: #2F2F2F;
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
          box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  font-family: 'Roboto Condensed', sans-serif;
  /*border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;*/
  font-size: 0.88888888888em;
  color: #C1C1C1;
  text-align: center;
  z-index: 99 !important;
  position: relative;
  -webkit-transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, top 0.2s ease-in-out;
  /*background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;*/
  /*background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;*/
  top: 0;
  /*animation: shine 8s linear infinite;*/
  /*-webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
  height: 2.5em;
}

#close{
  display: none;
}
nav:before, nav:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  
}
nav:before{
  right: 0px;
  top: 0px;
  height: 1px;
  background: #d5d5d5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d5d5d5),color-stop(50%, #3b3b3b),to(#d5d5d5));
  background: linear-gradient(to right, #d5d5d5 0%,#3b3b3b 50%,#d5d5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 );
}
nav:after {
  right: 0px;
  height: 1px;
  background: #d5d5d5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d5d5d5),color-stop(50%, #3b3b3b),to(#d5d5d5));
  background: linear-gradient(to right, #d5d5d5 0%,#3b3b3b 50%,#d5d5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 );
}

@-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
}

nav a{
  color: inherit !important;
  cursor: pointer;
}

nav>ul>li{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0.75em 0.5em;
  /*display: block;
  width: auto;
  float: left;*/
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav>ul>li>ul{
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 800px;
  text-align: left;
  opacity: 0;
  pointer-events:none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav>ul>li:hover{
  color: rgba(193, 193, 193, 0.4);
}

.navheight{
  height: 4.25em !important;
}

.navheightup{
  height: 4.25em !important;
  top: calc(-2em + 4px);
}

.navheight>ul>li{
  color: rgba(193, 193, 193, 0.4);
}

.navheightr>ul>li{
  color: rgba(193, 193, 193, 0.4);
}

.navheight>ul>#events>ul{
  opacity: 1 !important;
  top: 2.5em;
  pointer-events:auto !important;
}

.navheightr{
  height: 4.25em !important;
}



.navheightr>ul>#sturesearch>ul{
  opacity: 1 !important;
  top: 2.5em;
  pointer-events:auto !important;
}

#mobbutton{
  display: block;
  margin: 0 auto;
  margin-top: 4p;
  padding-top: 0.46em;
  display: none;
}

.category{
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}

#events:hover, #sturesearch:hover{
  color: rgba(193, 193, 193, 1) !important;
}

/*.category:hover{
  color: rgba(193, 193, 193, 0.4);
}*/

#gridcontainer{
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

#gridw{
  /*height: 100%;
  min-height: 100%;
  min-width: 100%;*/
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 1;
  z-index: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  left: 0;
  /*mix-blend-mode: multiply;*/
  /*-webkit-filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.9));*/
}

#particles-js2{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  pointer-events:none;
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }

#publicplurality{
  position: absolute;
  /* bottom: 6em; */
  font-size: 1em;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  width: 100%;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  left: 50%;
  top: 42px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.7));
  pointer-events: none;
  text-shadow: 0 0px 3px rgba(255,255,255,0.4);
color: #000000;
letter-spacing: 0.23px;
text-shadow: 0 0 3px rgba(255,255,255,0.75);
}


/*MAIN FLOW*/

.main{
  position: relative;
}

#home{
  pointer-events:none;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #2F2F2F;
}

#sitebody{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #2F2F2F;
  color: #8A8A8A;
  letter-spacing: 0.23px;
  /* Rectangle 5: */
/*background-image: linear-gradient(0deg, #EAEAEA 0%, #303030 100%), url("gridw3.png");
background-attachment: fixed;*/
background: url("gridw3.png"), linear-gradient(0deg, #4e4e4e 0%, #303030 100%) 0px 0px/100vw 100vh fixed;
  /*background-image: url("gridw3.png");*/
  background-size: 100%;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

#siteinner{
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: row-reverse;*/
  -webkit-font-smoothing: antialiased;
}

#homeabout{
  position: relative;
  top: 0;
  line-height: 1.166666666666;
  /*margin-top: -100vh;*/
  max-width: 680px;
  margin: 0 auto;
  padding: 20px;

}

/*ABOUT PAGE*/

#left{
  max-width: 760px;
padding: 20px;
    padding-top: 20px;
    padding-right: 20px;
padding-top: 40px;
padding-right: 60px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 21px;
line-height: 1.25em;
}

#right{
  max-width: 320px;
padding: 20px;
    padding-top: 20px;
padding-top: calc(40px + 1em);
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto Condensed', sans-serif;

}

#abouttext{
  max-width: 760px;
  padding: 20px;
  padding-top: 38px;
  padding-right: 60px;
  padding-bottom: 4em;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 21px;
  line-height: 1.25em;
}

#crittext{
  max-width: 760px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 21px;
  line-height: 1.25em;
  position: relative;
  padding-bottom: 4em;
}

#crithead{
  padding-top: 18px;
}

#critsub{
margin-bottom: 4.2em;
  text-transform: none;
  margin-top: 1em;
}

#conttext{
  max-width: 760px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 21px;
  line-height: 1.25em;
  position: relative;
  padding-bottom: 4em;
}



#imprinttext{
  max-width: 320px;
  padding: 20px;
  padding-top: calc(40px + 1em);
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-family: 'Roboto Condensed', sans-serif;
}

#imprinttext img{
  max-width: 100%;
  max-height: 3em;
  margin-bottom: 0.5em;
}

.imprintnames:first-of-type{
  margin-top: 1em;
}

.imprintnames{
  margin-top: 0.5em;
  display: block;
}

.imprintnames a{
  cursor: pointer;
}

#collabinside{
  font-size: 0.8rem;
}

.personinfo{
  /*overflow: hidden;*/
  /*margin-top: 1em;*/
  margin-bottom: 0.5em;
  /*display: inline-block;*/
  /*font-size: 0.8em;*/
  cursor: pointer;
  text-rendering: geometricPrecision !important;
}

#people{
  margin-bottom: 2em;
}

#people p{
  margin-top: 0.25em;
}

#people a{
  /*font-size: 0.8em;*/
}

.widgethov{
  display: inline-block;
  cursor: pointer;
}

/*PEOPLE PAGE*/

#conttext h3{
  font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 3em;
    font-family: "Roboto";
}

#people h3{
  font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 0;
}

#aboutteam{
  /*margin-top: 40px;*/
}

#former{
  font-size: 1rem;
  margin-top: 0.5rem;
line-height: 1.25em;

}

#contributees h3{
  font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 2em;
    /*margin-top: 3em;*/
/*    font-family: "Roboto";*/
}
#eventbios li{
  margin-bottom: 2em;
}

#namelist{
 /*   border: 1px solid #8A8A8A;
    padding: 1em;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25em;
  box-sizing:border-box;
}
#namelist li{
  /*margin-bottom: 0.5em;*/
  display: inline-block;
}

#namelist a{
  cursor: pointer;
}

#namelist .surname{
  color: #00FF64;
}

#researchteam{
/*  border: 1px solid #8A8A8A;
    padding: 1em;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25em;
    overflow: auto;
    width: 100%;
}

#researchteamtext, #contributortext{
      border: 1px solid #8A8A8A;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25em;
    border-top: 0px;
    display: none;
}

.show{
  display: block !important;
}

.contributors span{
  color: #8A8A8A;
}


/*EVENT PAGE*/

#eventbody{
  max-width: 760px;
  padding: 20px;
  padding-top: 40px;
  padding-right: 60px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 21px;
  line-height: 1.25em;
}

#eventdetails{
  max-width: 320px;
  padding: 20px;
  padding-top: calc(40px + 1em);
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-family: 'Roboto Condensed', sans-serif;
}

#eventdetails p{
  margin: 0;
}

#download a{
  display: block;
}

#eventlocation p{
  margin-bottom: 1em;
}

#eventintro{
  margin-bottom: 4em;
}

#eventintro h1{
  margin-top: 0.5em;
}

#eventinfo h3{
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 3em;
}

.typesmall{
  font-size: 1rem;
  line-height: 1.25em;
}

.top{
  margin-top: 1em;
  position: relative;
  margin-bottom: 1em;
  cursor: pointer;
}

.topdate{
  margin-left: 1em;
  margin-right: 2em;
}

.topplus{
  position: absolute;
  right: 1em;
  color: #00FF64;
}

#schedule, #biosinner, #biocontainer, #videoplayer, #videotime{
  border: 1px solid #8A8A8A;
  padding: 1em;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 1rem;
  line-height: 1.25em;
}

#schedule li, #videoplayer li{
  border-bottom: 1px solid #8A8A8A;
}

#schedule li:first-of-type .top, #videoplayer li:first-of-type .top{
  margin-top: 0em;
}

#schedule li:last-of-type .top, #videoplayer li:last-of-type .top{
  margin-bottom: 0em;
}

#schedule li:last-of-type, #videoplayer li:last-of-type{
  border: none;
}

.bottom{
  display: none;
  padding: 1em;
  padding-top: 0;
  margin-top: 1em;
}

.visible .bottom{
  display: block !important;
}

.visible .topplus{ /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.speakerreveal a{
  cursor: pointer;
}

.speakerreveal article{
  display: none;
}

#space{
  height: 6em;
}

#biocontainer{
  display: none;
  border-top: 0px;
}

.biovis{
  display: block !important;
}

.embed-container { position: relative; margin-bottom: 1.5em; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container img{
  width: 100%;
}
#videoplayer{

}

#videotime{
  margin-bottom: 0.5em;
}

.thumbs{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#videoplayer .bottom{
  overflow: hidden;
  overflow-x:scroll;
}

#videoplayer .thumb{
  /*float: left;*/
  margin-right: 0.74em;
  width: calc(100% / 3 - 0.5em);
  margin-bottom: 2em;
  cursor: pointer;
}

#videoplayer .thumb:nth-child(3n){
  margin-right: 0;
}

#videoplayer .thumb img{
  /*max-height: 120px;*/
  width: 100%;
}

#videoplayer .thumb span{
  display: block;
  color: inherit;
}

.thumbtitle{
  font-style: italic;
}

#videotime iframe{
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 0.5em;
}

.hiddeninfo{
  display: none;
}

#viddescrip{
  margin-top: 0.5em;
}

/*CRITICAL RESPONSES*/

#critintro{
  margin-bottom: 4em;
}

.article{
  margin-bottom: 3em;
  margin-top: 2em;
}

.article-title{
  margin-bottom: 0!important;

}

.article-date{
  margin-top: 0.5em !important;
  font-size: 0.8em;
  margin-bottom: 2em;
  line-height: 1.25em;
}

.pagination svg{
  height: 1em;
}

.pagination-item{
  display: inline-block;
}

.is-inactive{
  opacity: 0.2
}





/*STUDENT RESEARCH*/

#researchdetails{
  max-width: 320px;
  padding: 20px;
  padding-top: calc(40px + 1em);
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-family: 'Roboto Condensed', sans-serif;
}

#studentresearch{
  border: 1px solid #8A8A8A;
  padding: 1em;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size: 1rem;
  line-height: 1.25em;
  overflow: auto;width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

#studentresearch .thumbs{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#studentresearch a{
  display: block;
  margin-right: 0.75em;
  width: calc(100% / 3 - 0.5em);
  margin-bottom: 2em;
  /*padding-right: 1em;*/
  -webkit-box-sizing:border-box;
          box-sizing:border-box; 
  margin-bottom: 2em;
}

#studentresearch a:nth-child(3n) {
    margin-right: 0;
}

#studentresearch img{
  width: 100%;
}

/*ARTSBASEDRESEARCH*/

#artsbasetext{
  max-width: 320px;
  padding: 20px;
  padding-top: calc(40px + 1em);
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-family: 'Roboto Condensed', sans-serif;
}

#artsbasetext a{
  display: block;
  margin-bottom: 0.5em;
      font-size: 1rem;
    line-height: 1.25em;
}

.hiddenspeakers{
  display: none;
}

#imagegallery{
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.prev{
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 50%;
  z-index: 999999;
  cursor: w-resize;
}

.next{
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
  width: 50%;
  z-index: 999999;
  cursor: e-resize;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0 !important;
}

.rslides li p{
      /* position: absolute; */
    position: relative;
    bottom: -8px;
    /* left: 16px; */
    /* margin: 0 !important; */
    /* margin-top: 0.5em !important; */
    /* margin-bottom: 0em; */
    font-size: 1rem;
    text-shadow: 0px 0px 1px #000000;
    width: 90%;
    line-height: 1.2em;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
}
.rslides li:before {
    content: "" !important;
    padding-right: 0px !important;
    display: inline-block;
    margin: 0em !important;
    width: 0em !important; 
    color: rgb(0, 255, 100);
    /* margin-bottom: 0.5em; */
}

.rslides_tabs{
         font-size: 1rem;
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 999999;
}

.rslides_tabs li:before {
    content: "" !important;
    padding-right: 0px !important;
    display: inline-block;
    margin: 0em !important;
    width: 0em !important; 
    color: rgb(0, 255, 100);
    /* margin-bottom: 0.5em; */
}

.rslides_tabs li{
  margin: 0 !important;
  display: inline-block;
  margin-left: 0.3em !important;
}

.rslides_tabs li a{
color: #8A8A8A ;
text-shadow: 0px 0px 1px #000000;
}

.rslides_here a{
  color: #00FF64 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 35em) {

}

@media only screen and (max-width: 1360px) {
    

}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 1040px) {
  
}

@media only screen and (max-width: 800px) {

    #siteinner{
      display: block;
    }
    .menuopen{
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: fixed;
      /* align-items: center; */
      /* justify-content: center; */
      font-size: 1.2em;
      z-index: 999999999999;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: black;
    }
    #space{
      height: 2em;
    }
    #homelogo{
      top: 45%;
    }
    #eventbody, #abouttext{
      padding: 20px;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
    }
    .markup{
      /*hyphens: auto;*/
    }
    #eventbios{
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
    }

    #close{
     display: block;
    /* position: fixed; */
    /* top: 20px; */
    padding: 1em;
    font-size: 1.6em;
    font-weight: 100;
    right: 30px;
    color: #00FF64 !important;
    }

    .menuopen li{
      display: block;
    }

    #mobbutton{
      display: block;
      z-index: 999999999999999;
      position: relative;
    }

    #mainmenu ul{
      display: none;
    }

    #tracker, #updates, #user2{
      display: none;
    }

}

@media only screen and (max-width: 640px) {
  

}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}










