/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #61356E;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #61356E;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author:Jeremy Turner
   ========================================================================== */
body {
  color: white;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #d5d5d5;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

div#logo {
  padding-top: 20%;
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background-image: url("../images/jt-logo-white.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

div#copy {
  display: block;
  max-width: 33%;
  text-align: center;
  height: auto;
  margin: 0 auto;
  color: white;
  font: 0.5em/0.8 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Background Animation */
html {
  overflow: hidden;
  background: #123;
}

body, head {
  display: block;
  font-size: 52px;
  color: transparent;
}

head::before, head::after,
body::before, body::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  content: ".";
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
  z-index: -1;
}

body::before {
  text-shadow: 2.4308080285em 0.7385422542em 7px hsla(126.3393094652, 100%, 50%, 0.9), 0.4155001747em -0.3187363917em 7px hsla(10.5123156125, 100%, 50%, 0.9), 1.9970235165em -0.3483998844em 7px hsla(254.0224096208, 100%, 50%, 0.9), 1.8768472765em 1.3524605275em 7px hsla(331.473675086, 100%, 50%, 0.9), -0.3022017428em 0.7476177207em 7px hsla(178.3509472584, 100%, 50%, 0.9), 1.270811193em 1.2074961823em 7px hsla(250.1896381518, 100%, 50%, 0.9), 1.686739846em 0.8582405421em 7px hsla(323.3757046288, 100%, 50%, 0.9), -0.0357301484em -0.33859337em 7px hsla(279.4290989426, 100%, 50%, 0.9), 1.7728395754em 0.0180631985em 7px hsla(143.8548212441, 100%, 50%, 0.9), 1.9664718682em 1.6792140552em 7px hsla(100.1199422925, 100%, 50%, 0.9), -0.211427088em 0.8344789016em 7px hsla(161.2198224697, 100%, 50%, 0.9), 0.17938207em -0.146165549em 7px hsla(296.3103843191, 100%, 50%, 0.9), 2.1998377188em -0.4448987104em 7px hsla(70.5641024198, 100%, 50%, 0.9), 0.2466907811em 0.4310590784em 7px hsla(11.6302162815, 100%, 50%, 0.9), 0.1365463669em 1.929121541em 7px hsla(272.1516124871, 100%, 50%, 0.9), 1.0938551531em 0.4040806607em 7px hsla(141.5710597802, 100%, 50%, 0.9), 1.3747282732em 1.1774271439em 7px hsla(190.837730013, 100%, 50%, 0.9), 2.2166734602em 1.697685902em 7px hsla(164.2036046888, 100%, 50%, 0.9), -0.257898679em -0.0264418616em 7px hsla(147.9355907526, 100%, 50%, 0.9), 1.4235279251em 1.6361621281em 7px hsla(125.8239475322, 100%, 50%, 0.9), 0.843186027em 1.8038427421em 7px hsla(75.2772678911, 100%, 50%, 0.9), 1.9128226861em 0.2571427222em 7px hsla(65.2385562764, 100%, 50%, 0.9), 1.4967745548em 0.9118469624em 7px hsla(223.2441816087, 100%, 50%, 0.9), 1.1149161392em -0.3169824073em 7px hsla(290.9921684205, 100%, 50%, 0.9), 1.3064302742em 1.4480314233em 7px hsla(107.5235903634, 100%, 50%, 0.9), -0.3416506799em 1.3078358301em 7px hsla(210.9072729761, 100%, 50%, 0.9), 0.4467391864em 1.5942643936em 7px hsla(22.2311653234, 100%, 50%, 0.9), 0.8108199537em -0.3590143013em 7px hsla(327.0574862439, 100%, 50%, 0.9), 0.5138651024em 0.1857657055em 7px hsla(227.9274986832, 100%, 50%, 0.9), 2.4450105388em 1.8076474629em 7px hsla(101.1411882137, 100%, 50%, 0.9), 0.7744454584em 1.8798753196em 7px hsla(125.7937496757, 100%, 50%, 0.9), 2.1649281859em 0.8208625329em 7px hsla(218.0281623512, 100%, 50%, 0.9), 0.606059217em 1.0362401054em 7px hsla(158.8592441323, 100%, 50%, 0.9), 2.4224934302em 1.571976044em 7px hsla(261.001713153, 100%, 50%, 0.9), 1.4346325627em 1.6117510185em 7px hsla(41.1620863153, 100%, 50%, 0.9), 2.3526632876em 1.738409125em 7px hsla(301.9754514485, 100%, 50%, 0.9), 1.0218588339em 2.1134187742em 7px hsla(312.5045193074, 100%, 50%, 0.9), 1.2343262419em 0.217425341em 7px hsla(125.8483823166, 100%, 50%, 0.9), 0.679308377em 0.42404354em 7px hsla(285.7504907112, 100%, 50%, 0.9), -0.2556029941em 0.8024467155em 7px hsla(251.3081614001, 100%, 50%, 0.9), 0.9300231477em 0.9812281218em 7px hsla(200.8773610722, 100%, 50%, 0.9);
  animation-duration: 44s;
  animation-delay: -27s;
}

body::after {
  text-shadow: 0.8701861934em 2.3776945602em 7px hsla(65.576466933, 100%, 50%, 0.9), 0.3493397064em 0.837952665em 7px hsla(209.5745442217, 100%, 50%, 0.9), 0.6761714597em 1.4924510476em 7px hsla(133.9902537428, 100%, 50%, 0.9), 0.6369600212em 0.823401229em 7px hsla(237.5133998039, 100%, 50%, 0.9), 1.3056718211em 0.6747427388em 7px hsla(4.307158919, 100%, 50%, 0.9), 0.2888306489em 2.177316727em 7px hsla(93.2004181685, 100%, 50%, 0.9), 1.6418368675em 1.0123578353em 7px hsla(254.1392109885, 100%, 50%, 0.9), 0.5045248137em 0.2043314635em 7px hsla(313.3895593907, 100%, 50%, 0.9), 1.6265963049em 2.3467559465em 7px hsla(155.9805532463, 100%, 50%, 0.9), -0.4541721552em 1.7869441259em 7px hsla(129.9444781423, 100%, 50%, 0.9), -0.2936454704em 1.8546293354em 7px hsla(213.4411787253, 100%, 50%, 0.9), 2.1087946739em -0.1479762747em 7px hsla(64.313850302, 100%, 50%, 0.9), 1.6984291361em -0.4898417817em 7px hsla(302.639403327, 100%, 50%, 0.9), 0.6805523392em 1.2580231594em 7px hsla(2.6105213571, 100%, 50%, 0.9), 1.2112451547em 1.840898838em 7px hsla(260.3276449891, 100%, 50%, 0.9), 2.3252606687em 1.4190972309em 7px hsla(277.8811578696, 100%, 50%, 0.9), 2.1244669156em 2.2308255586em 7px hsla(265.8675303641, 100%, 50%, 0.9), 1.9183485794em 2.2284742736em 7px hsla(237.762853908, 100%, 50%, 0.9), 0.7212030891em 1.5081091519em 7px hsla(169.3648284744, 100%, 50%, 0.9), 1.634957278em 1.5148071172em 7px hsla(71.7657358902, 100%, 50%, 0.9), 1.4832781321em 1.2710546095em 7px hsla(351.9928421005, 100%, 50%, 0.9), 1.8402209567em 0.0121631636em 7px hsla(200.0517148041, 100%, 50%, 0.9), 1.4452367782em 0.2333048159em 7px hsla(25.7112298498, 100%, 50%, 0.9), 0.6571415242em -0.049922588em 7px hsla(191.3867052947, 100%, 50%, 0.9), 2.4127321076em 1.8202046295em 7px hsla(211.8720776173, 100%, 50%, 0.9), 0.0203530479em 1.2273681057em 7px hsla(172.2654138504, 100%, 50%, 0.9), 1.2875242173em 1.6881401703em 7px hsla(311.6601919071, 100%, 50%, 0.9), 2.1982214474em 1.4527258173em 7px hsla(295.5910482673, 100%, 50%, 0.9), 2.4394473817em 2.1333895174em 7px hsla(133.5403849858, 100%, 50%, 0.9), 1.1033067539em 1.6388275902em 7px hsla(132.892020691, 100%, 50%, 0.9), 2.3296573134em 0.5918246974em 7px hsla(80.2641279064, 100%, 50%, 0.9), 2.1842435706em 1.5043719213em 7px hsla(315.7251653953, 100%, 50%, 0.9), 1.0658398357em 1.3838387423em 7px hsla(221.3992432738, 100%, 50%, 0.9), 2.0539457032em 2.0728534056em 7px hsla(332.4433468799, 100%, 50%, 0.9), 0.126376745em -0.2399744445em 7px hsla(42.7448627226, 100%, 50%, 0.9), 1.5155455018em 0.8134502105em 7px hsla(94.9927775262, 100%, 50%, 0.9), 0.6654998973em 1.3109215365em 7px hsla(112.0105517844, 100%, 50%, 0.9), 1.1541335693em 0.6887403259em 7px hsla(116.653159557, 100%, 50%, 0.9), 0.724786605em 1.5788321806em 7px hsla(149.1123199517, 100%, 50%, 0.9), 2.1872730519em 1.6997778079em 7px hsla(271.911776036, 100%, 50%, 0.9), -0.1622406293em 2.1800235661em 7px hsla(325.7886920349, 100%, 50%, 0.9);
  animation-duration: 43s;
  animation-delay: -32s;
}

head::before {
  text-shadow: 2.350508284em 0.116039801em 7px hsla(225.1992678637, 100%, 50%, 0.9), 0.0621727857em -0.0103614976em 7px hsla(193.0916665102, 100%, 50%, 0.9), 0.9612546845em 1.3463429112em 7px hsla(201.3459688058, 100%, 50%, 0.9), 0.5587361177em 0.1904284861em 7px hsla(134.3501177772, 100%, 50%, 0.9), -0.0535440056em 2.4986098678em 7px hsla(14.6505115478, 100%, 50%, 0.9), 0.4463443051em 1.9163936097em 7px hsla(337.1830098399, 100%, 50%, 0.9), 2.1703918648em -0.298050955em 7px hsla(96.6612858646, 100%, 50%, 0.9), 0.4141599673em 1.6133157499em 7px hsla(184.9378624816, 100%, 50%, 0.9), 1.2936803234em -0.3085957144em 7px hsla(320.3877948716, 100%, 50%, 0.9), 1.9318961349em 1.6470351731em 7px hsla(54.6871427616, 100%, 50%, 0.9), 0.6534499369em 0.134056019em 7px hsla(67.0179807075, 100%, 50%, 0.9), 0.3288417531em 1.7907143988em 7px hsla(326.4526297672, 100%, 50%, 0.9), 0.276332108em -0.3044658265em 7px hsla(260.7531808896, 100%, 50%, 0.9), 1.544283177em 0.2398119664em 7px hsla(273.0324135587, 100%, 50%, 0.9), -0.1865859206em 0.7338042922em 7px hsla(193.9131195076, 100%, 50%, 0.9), -0.0575682917em 2.3583475645em 7px hsla(162.2875249532, 100%, 50%, 0.9), -0.0777748557em 1.0663185965em 7px hsla(260.7686908465, 100%, 50%, 0.9), 0.3331782904em 1.2742162174em 7px hsla(332.2508371856, 100%, 50%, 0.9), 2.2344714707em 2.2289058938em 7px hsla(118.8840048522, 100%, 50%, 0.9), 1.546628367em 0.2048076054em 7px hsla(145.5945819301, 100%, 50%, 0.9), 0.2259532336em 0.8213144769em 7px hsla(177.0631691227, 100%, 50%, 0.9), 2.3067103538em 2.2541147244em 7px hsla(330.2370077576, 100%, 50%, 0.9), 0.5199331992em 1.7230721437em 7px hsla(180.3458744695, 100%, 50%, 0.9), 2.1890363688em 2.0431795759em 7px hsla(110.5866212331, 100%, 50%, 0.9), -0.1298406417em 1.6956097123em 7px hsla(314.4448858481, 100%, 50%, 0.9), -0.1386502894em 1.2180879956em 7px hsla(69.1754636401, 100%, 50%, 0.9), 1.4514582073em 1.9104787524em 7px hsla(316.4498491347, 100%, 50%, 0.9), 1.4062620446em 0.9379362749em 7px hsla(140.4308805622, 100%, 50%, 0.9), -0.2870595958em 2.3166576253em 7px hsla(261.7632529226, 100%, 50%, 0.9), 0.8253205209em 0.6203253964em 7px hsla(327.5422161829, 100%, 50%, 0.9), 1.0809121174em -0.288400742em 7px hsla(315.9634512281, 100%, 50%, 0.9), 0.5972968034em 1.4901444153em 7px hsla(217.0071147515, 100%, 50%, 0.9), 0.7558687695em 1.5026777619em 7px hsla(352.8286212825, 100%, 50%, 0.9), 1.77219876em 0.300220871em 7px hsla(192.3636383631, 100%, 50%, 0.9), 0.0102938249em 0.0267903899em 7px hsla(241.5689879734, 100%, 50%, 0.9), -0.3120585287em 0.0723180196em 7px hsla(91.4188377493, 100%, 50%, 0.9), 2.2368436427em 1.6020284666em 7px hsla(224.7993993376, 100%, 50%, 0.9), 0.6942904126em 2.4897990301em 7px hsla(159.3432367166, 100%, 50%, 0.9), 2.2886805504em 0.4133810536em 7px hsla(313.9380300082, 100%, 50%, 0.9), 1.9177576471em -0.1000684611em 7px hsla(18.659315354, 100%, 50%, 0.9), 0.6413139324em 0.3737934414em 7px hsla(282.024085216, 100%, 50%, 0.9);
  animation-duration: 42s;
  animation-delay: -23s;
}

head::after {
  text-shadow: 1.2895889143em 2.4284371536em 7px hsla(355.7485436471, 100%, 50%, 0.9), 2.4274048561em -0.3236924283em 7px hsla(159.8136192568, 100%, 50%, 0.9), 1.6948385078em 1.3776633596em 7px hsla(250.829617293, 100%, 50%, 0.9), 1.619020638em 1.2777304373em 7px hsla(290.6269419711, 100%, 50%, 0.9), 0.7268350006em -0.0447803498em 7px hsla(355.7266931157, 100%, 50%, 0.9), 1.4219914858em 0.3094709176em 7px hsla(25.8215296722, 100%, 50%, 0.9), 0.3437101564em 2.1181057938em 7px hsla(106.0251795328, 100%, 50%, 0.9), 1.4750898094em 2.1664074334em 7px hsla(114.6432357095, 100%, 50%, 0.9), 1.1389876565em 0.997879441em 7px hsla(299.0160922962, 100%, 50%, 0.9), 0.9945767119em 0.2488384286em 7px hsla(95.3463463707, 100%, 50%, 0.9), -0.0719830918em 2.0193311221em 7px hsla(227.4518058117, 100%, 50%, 0.9), -0.3423783233em 0.2711131851em 7px hsla(52.2826861851, 100%, 50%, 0.9), 1.9623506048em -0.2255037126em 7px hsla(238.1562584773, 100%, 50%, 0.9), 1.2185935619em -0.2366971271em 7px hsla(118.3094019185, 100%, 50%, 0.9), 0.1215866845em 1.400709434em 7px hsla(95.2302269352, 100%, 50%, 0.9), 2.0074252843em 0.7775271008em 7px hsla(349.2383494709, 100%, 50%, 0.9), 2.319203294em 0.4008363555em 7px hsla(267.7998910207, 100%, 50%, 0.9), 1.1229703794em 2.0751265279em 7px hsla(99.7650208325, 100%, 50%, 0.9), -0.4644803194em -0.2426682527em 7px hsla(4.2822081882, 100%, 50%, 0.9), 2.0139219105em 1.9181176298em 7px hsla(60.1231848503, 100%, 50%, 0.9), -0.0423869815em 2.3484482262em 7px hsla(227.9125252673, 100%, 50%, 0.9), 0.2854490929em 1.2945171126em 7px hsla(203.3588732498, 100%, 50%, 0.9), 0.3365664966em 1.4818155813em 7px hsla(245.3821292552, 100%, 50%, 0.9), 1.2714430981em 1.516610145em 7px hsla(306.3693123212, 100%, 50%, 0.9), 0.4526765422em 0.080973712em 7px hsla(135.1970162686, 100%, 50%, 0.9), 1.1042136981em 0.6140107345em 7px hsla(98.6748533854, 100%, 50%, 0.9), -0.2162345177em 0.5356898352em 7px hsla(88.4473728727, 100%, 50%, 0.9), 1.0728920283em 2.2933085418em 7px hsla(355.6869812896, 100%, 50%, 0.9), 0.7212033631em 2.0044881783em 7px hsla(216.5983175727, 100%, 50%, 0.9), 2.3643525816em -0.1471519067em 7px hsla(6.1321424799, 100%, 50%, 0.9), 2.3674054688em 1.9836417461em 7px hsla(94.1671591641, 100%, 50%, 0.9), 0.8882978106em -0.1343025796em 7px hsla(162.7491679091, 100%, 50%, 0.9), -0.2357686526em 0.3527301883em 7px hsla(327.0845623644, 100%, 50%, 0.9), 0.0475637735em 0.7461822229em 7px hsla(74.2350560312, 100%, 50%, 0.9), 0.7708006171em 2.2812150619em 7px hsla(333.3663969571, 100%, 50%, 0.9), 0.0981166497em 2.2720709442em 7px hsla(115.7808035092, 100%, 50%, 0.9), 2.0195429764em 0.5785004262em 7px hsla(271.3108517787, 100%, 50%, 0.9), 1.5132935931em 1.6829817561em 7px hsla(35.4189347353, 100%, 50%, 0.9), 2.115476178em 1.1018276963em 7px hsla(169.742666589, 100%, 50%, 0.9), 1.3174472671em 0.6796219871em 7px hsla(142.7705173078, 100%, 50%, 0.9), 0.3588088997em 0.6131208601em 7px hsla(314.2502078118, 100%, 50%, 0.9);
  animation-duration: 41s;
  animation-delay: -19s;
}

@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/* iPhone */
@media only screen and (max-width: 480px) {
  #twitter {
    left: 258px;
    top: 57px;
  }
  #tumblr {
    left: 276px;
    top: 216px;
  }
  #flickr {
    left: 294px;
    top: 380px;
  }
  #linkedin {
    left: 310px;
    top: 555px;
  }
  #more {
    left: 560px;
    top: 651px;
  }
}
/*iPad */
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
    min-height: 100%;
  }
  #twitter {
    left: 308px;
    top: 107px;
  }
  #tumblr {
    left: 326px;
    top: 266px;
  }
  #flickr {
    left: 344px;
    top: 430px;
  }
  #linkedin {
    left: 360px;
    top: 605px;
  }
  #more {
    left: 610px;
    top: 701px;
  }
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

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

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  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;
  }
}
