/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


@font-face {
    font-family: 'downcomeregular';
    src: url('../../media/fonts/downcome.eot');
    src: url('../../media/fonts/downcome.eot?#iefix') format('embedded-opentype'),
         url('../../media/fonts/downcome.woff2') format('woff2'),
         url('../../media/fonts/downcome.woff') format('woff'),
         url('../../media/fonts/downcome.ttf') format('truetype'),
         url('../../media/fonts/downcome.svg#downcomeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../../media/fonts/roboto-regular.eot');
    src: url('../../media/fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../../media/fonts/roboto-regular.woff2') format('woff2'),
         url('../../media/fonts/roboto-regular.woff') format('woff'),
         url('../../media/fonts/roboto-regular.ttf') format('truetype'),
         url('../../media/fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.horror-text  {
    font-family: 'downcomeregular';
    font-size: 54px;
	position: absolute;
	

}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */






#tweetFrame  {
    display: block;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 170px;
}

/**************** index **************************/

body,
html  {
	overflow: hidden;
}

/*
* Globals
*/
/* Links */
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #fff;
border: 1px solid #fff;
}
/*
* Base structure
*/
html,
body {
height: 100%;
background-color: #333;
}
body {
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
}
.cover-container {
margin-right: auto;
margin-left: auto;
}
/* Padding for spacing */
.inner {
padding: 30px;
}
/*
* Header
*/
.masthead-brand {
margin-top: 10px;
margin-bottom: 10px;
}
.masthead-nav > li {
display: inline-block;
}
.masthead-nav > li + li {
margin-left: 20px;
}
.masthead-nav > li > a {
padding-right: 0;
padding-left: 0;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.75);
border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
background-color: transparent;
border-bottom-color: #a9a9a9;
border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
color: #fff;
border-bottom-color: #fff;
}
@media (min-width: 768px) {
.masthead-brand {
float: left;
}
.masthead-nav {
float: right;
}
}
/*
* Cover
*/
.cover {
padding: 0 20px;
}
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
/*
* Footer
*/
.mastfoot {
color: #999; /* IE8 proofing */
color: rgba(255,255,255,.5);
}
/*
* Affix and center
*/
@media (min-width: 768px) {
/* Pull out the header and footer */
.masthead {
position: fixed;
top: 0;
}
.mastfoot {
position: fixed;
bottom: 0;
}
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
/* Handle the widths */
.masthead,
.mastfoot,
.cover-container {
width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
@media (min-width: 992px) {
.masthead,
.mastfoot,
.cover-container {
width: 700px;
}
} 

#myTitle  {
    color: transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, 1);    
}

.tiny  {
    margin-left: 12px;
    font-size: 8px;
}

#buttons  {
	position: absolute;
	top: 5px;
	right: 15px;
}

#me  {
    position: absolute;
    width: 490px;
    height: 616px;
    display: block;
    bottom: -20px;
    left: -20px;
}

#myPic  {
    position: relative;
}

#blue  {
    background: url(/media/images/blue.png) transparent left top no-repeat;
    position: absolute;
    width: 490px;
    height: 616px;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#red  {
    background: url(/media/images/red.png) transparent left top no-repeat;
    position: absolute;
    width: 490px;
    height: 616px;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 4;
}

#green  {
    background: url(/media/images/green.png) transparent left top no-repeat;
    position: absolute;
    width: 490px;
    height: 616px;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 8;
}




.menu-blur  {
	color: transparent!important;
	font-family: 'robotoregular'	
}
.glitch {
    margin: 0 auto;
    position: relative;
    width: 400px;
}
@keyframes noise-anim {
0% {
    clip: rect(23px, 9999px, 96px, 0px);
}
5% {
    clip: rect(65px, 9999px, 63px, 0px);
}
10% {
    clip: rect(9px, 9999px, 11px, 0px);
}
15% {
    clip: rect(12px, 9999px, 77px, 0px);
}
20% {
    clip: rect(45px, 9999px, 51px, 0px);
}
25% {
    clip: rect(18px, 9999px, 10px, 0px);
}
30% {
    clip: rect(38px, 9999px, 64px, 0px);
}
35% {
    clip: rect(15px, 9999px, 74px, 0px);
}
40% {
    clip: rect(19px, 9999px, 80px, 0px);
}
45% {
    clip: rect(4px, 9999px, 11px, 0px);
}
50% {
    clip: rect(92px, 9999px, 68px, 0px);
}
55% {
    clip: rect(13px, 9999px, 57px, 0px);
}
60% {
    clip: rect(14px, 9999px, 75px, 0px);
}
65% {
    clip: rect(57px, 9999px, 20px, 0px);
}
70% {
    clip: rect(53px, 9999px, 31px, 0px);
}
75% {
    clip: rect(64px, 9999px, 20px, 0px);
}
80% {
    clip: rect(22px, 9999px, 2px, 0px);
}
85% {
    clip: rect(79px, 9999px, 17px, 0px);
}
90% {
    clip: rect(16px, 9999px, 11px, 0px);
}
95% {
    clip: rect(13px, 9999px, 93px, 0px);
}
100% {
    clip: rect(56px, 9999px, 73px, 0px);
}
}
.glitch:after {
    animation: 2s linear 0s alternate-reverse none infinite noise-anim;
    background: none repeat scroll 0 0 #333;
    clip: rect(0px, 900px, 0px, 0px);
    color: white;
    content: attr(data-text);
    left: 2px;
    overflow: hidden;
    position: absolute;
    text-shadow: -1px 0 red;
    top: 0;
}
@keyframes noise-anim-2 {
0% {
    clip: rect(34px, 9999px, 80px, 0px);
}
5% {
    clip: rect(36px, 9999px, 14px, 0px);
}
10% {
    clip: rect(30px, 9999px, 30px, 0px);
}
15% {
    clip: rect(47px, 9999px, 26px, 0px);
}
20% {
    clip: rect(75px, 9999px, 52px, 0px);
}
25% {
    clip: rect(33px, 9999px, 89px, 0px);
}
30% {
    clip: rect(97px, 9999px, 5px, 0px);
}
35% {
    clip: rect(46px, 9999px, 93px, 0px);
}
40% {
    clip: rect(16px, 9999px, 96px, 0px);
}
45% {
    clip: rect(61px, 9999px, 69px, 0px);
}
50% {
    clip: rect(46px, 9999px, 96px, 0px);
}
55% {
    clip: rect(37px, 9999px, 12px, 0px);
}
60% {
    clip: rect(5px, 9999px, 66px, 0px);
}
65% {
    clip: rect(41px, 9999px, 23px, 0px);
}
70% {
    clip: rect(94px, 9999px, 17px, 0px);
}
75% {
    clip: rect(30px, 9999px, 51px, 0px);
}
80% {
    clip: rect(52px, 9999px, 85px, 0px);
}
85% {
    clip: rect(78px, 9999px, 11px, 0px);
}
90% {
    clip: rect(62px, 9999px, 76px, 0px);
}
95% {
    clip: rect(5px, 9999px, 19px, 0px);
}
100% {
    clip: rect(89px, 9999px, 13px, 0px);
}
}
.glitch:before {
    animation: 3s linear 0s alternate-reverse none infinite noise-anim-2;
    background: none repeat scroll 0 0 #333;
    clip: rect(0px, 900px, 0px, 0px);
    color: white;
    content: attr(data-text);
    left: -2px;
    overflow: hidden;
    position: absolute;
    text-shadow: 1px 0 blue;
    top: 0;
}
.dust  {
    background-image: url(/media/images/flare.png);
    background-color: transparent;
    display: inline-block;
    position: absolute;
    width: 256px;
    height: 256px;
    z-index: 100;
}


#b_l_t  {
    background: url(/media/images/l_t.png) transparent no-repeat bottom right;
    display: inline-block;
    width: 4096px;
    height: 2048px;  
    position: absolute;
    z-index: 100000;  
    bottom: 0px;
    right: 0px;
}
#b_r_t  {
    background: url(/media/images/r_t.png) transparent no-repeat bottom left;
    display: inline-block;
    width: 4096px;
    height: 2048px;    
    position: absolute;
    z-index: 100000;  
    bottom: 0px;
    left: 0px;
}
#b_l_b  {
    background: url(/media/images/l_b.png) transparent no-repeat top right;
    display: inline-block;
    width: 4096px;
    height: 2048px;    
    position: absolute;
    z-index: 100000;  
    top: 0px;
    right: 0px;
}
#b_r_b  {
    background: url(/media/images/r_b.png) transparent no-repeat top left;
    display: inline-block;
    width: 4096px;
    height: 2048px;    
    position: absolute;
    z-index: 100000;  
    top: 0px;
    left: 0px;
}



tspan  {
    color: cornsilk!important;
}


#menu  {
    display: block;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 10000;
}

.me-nav > li  {
    display: block;
}

/*
.me-nav > li > a.active,
.me-nav > li > a {
   text-shadow: 0 0 6px rgba(255, 255, 255, 0.15);
   color: transparent;
}
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
