/*
 * HTML5 Boilerplate
 *
 * 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.
 */

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

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

body {
    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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/*
 * Lists
 */

 ol, ul {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

/*!*********************************
 *
 *  Developed by Daniel Redwood
 *  http://rdwd.fm/
 *  Copyright 2013 Redwood Matthews
 *  All rights reserved.
 *
**********************************!*/

html {
    background: #000;
}
body {
    padding: 8px;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
    h1 {
        display: block;
        width: 304px;
        height: 72px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        /*z-index: 1;*/
        margin: -36px 0 0 -152px;
        overflow: hidden;
        /*background: url(../img/nylo.svg) center center no-repeat;*/
        background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMwNnB4IiBoZWlnaHQ9Ijc0cHgiIHZpZXdCb3g9IjAgMCAzMDYgNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiA3NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI3MS42LDQuMWMtMTguOCwwLTMxLjQsMTUuNC0zMS40LDMyLjdWMzdjMCwxNy4yLDEyLjgsMzIuOSwzMS42LDMyLjljMTguOCwwLDMxLjQtMTUuNCwzMS40LTMyLjdWMzcNCgkJQzMwMy4yLDE5LjgsMjkwLjMsNC4xLDI3MS42LDQuMXoiLz4NCgk8cGF0aCBkPSJNMC4yLTAuNHY3NGgzMDZ2LTc0SDAuMnogTTU3LjIsNzAuNmgtMS45TDMuMiw2djY0LjZoLTJ2LTY4aDEuNmw1Mi40LDY0LjdWMi42aDJWNzAuNnogTTExNy4yLDQxLjZ2MjloLTJ2LTI5bC0yOC40LTM5DQoJCWgyLjVsMjcsMzcuM2wyNi45LTM3LjNoMi41TDExNy4yLDQxLjZ6IE0yMTkuMiw3MC42aC00NHYtNjhoMnY2Nmg0MlY3MC42eiBNMzA1LjIsMzcuMWMwLDE4LjQtMTMuMSwzNC43LTMzLjUsMzQuNw0KCQljLTIwLjQsMC0zMy41LTE2LjMtMzMuNS0zNC43di0wLjJjMC0xOC40LDEzLjEtMzQuNywzMy41LTM0LjdjMjAuNCwwLDMzLjUsMTYuMywzMy41LDM0LjdWMzcuMXoiLz4NCjwvZz4NCjwvc3ZnPg0K) center center no-repeat;
        background-size: 306px 74px;
        font-family: gotham, sans serif;
        font-size: 4em;
        font-weight: 100;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-indent: 304px;
    }
        h1:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
        }
        h1:after {
            content: "";
            width: 340px;
            height: 340px;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -2;
            margin: -170px 0 0 -170px;
            background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #7fdfff 100%);
            -webkit-animation: nylo 4s infinite linear;
        }
        .alt h1:after {
            background: url(//i.cloudup.com/GiUs2nB5At.gif) center center no-repeat;
            background-size: cover;
            -webkit-animation: none;
        }

/* Animations */

    @-webkit-keyframes nylo {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

/* Media Queries */

/* Helpers */



























