/*
Theme Name: gwstart
Author: Glacier Works
Author URI: http://glacierworks.org
*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

  outline: 0;
}
a img {
  border: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'proxima-nova', 'proxima nova', sans-serif;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
#bg {
  -webkit-animation: scaleIn 25s 0 linear;
  -moz-animation: scaleIn 25s 0 linear;
  -ms-animation: scaleIn 25s 0 linear;
  animation: scaleIn 25s 0 linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 10% 50%;
  -moz-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
  overflow: hidden;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url('img/pumori.jpg');
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
#sidebar {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-width: 360px;
  background: rgba(8, 19, 30, 0.85);
  text-align: center;
  display: table;
}
#sidebar a {
  color: #4fabe2;
  text-decoration: none;
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -ms-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}
#sidebar a:hover {
  color: white;
}
#content-host {
  padding: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -40px;
}
#content-host #menu {
  width: 100%;
  font-size: 13px;
  display: block;
  margin-top: 1em;
  margin-bottom: 3em;
}
#content-host #menu a {
  color: white;
  text-transform: uppercase;
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -ms-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}
#content-host #menu a:hover {
  color: #4fabe2;
}
#content-host #menu a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.45);
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
#content-host #menu a:last-child:after {
  display: none;
}
#content-host #actions {
  display: block;
  color: #4fabe2;
  font-weight: 600;
  font-size: 1.25em;
}
#content-host #actions .action-link {
  display: block;
  margin: 1em 0 2em 0;
  color: inherit;
}
#content-host #actions .action-link:hover, 
#content-host #actions action-link:hover h2 {
  color: white !important;
}
#content-host #actions .action-link span {
  color: white;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin: 0 2em;
  line-height: 1.5;
}
#gwlogo {
  display: inline-block;
  background-image: url('img/gwlogo.png');
  width: 227px;
  height: 29px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#ielogo {
  position: absolute;
  left: 50%;
  bottom: 0px;
  background-image: url('img/ielogo.png');
  margin-left: -74px;
  width: 148px;
  height: 31px;
  display: block;
}
#social {
  margin-top: 3em;
  display: block;
  text-align: center;
}
.social-link {
  display: inline-block;
  width: 32px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.social-link:hover {
  opacity: 1;
}
#facebook {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAChIUFx4iNjxIUWR1eH6Wmaq0ub3DxcvM6/L3+f1DYwbFAAAAWElEQVQYV7WMNxKAMAwERTIZS0ST9P9nIuxC0NBxze3ejATgk3aDc23gamOJ9ZwfrDKySnQy72U4gEzWGR4yeTLGFCKLdAKssR9CRL3AKl2/v/0rMSI2N1zQug2TgMrGmwAAAABJRU5ErkJggg==);
}
#twitter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAQAAABezYzpAAAA0UlEQVQYGX3BPyuEARwA4N8rpUQMTkRRlA9A6Saj2QewsVopC7uMkj9l5kiyKQvFZMDoA9yglCw493Cdl/fOneeJZnTqiixDkqhhzLkyrkwYsaQtIhxZl8QPOUWpkg9zBiPCDQp64psVWc9uDUSEHRWPFuXiiwNZRX1RYdiTqpJrm+5kXUaVaYeaK0SVSf9ZjpQTzY1HSrcNrxq5l0RKXlljM5Flwbu/9qKeUbtqXeiILK3ytrzJOtYev/Rb86LWg1lJ1NNr3rZTZ/atmtISdT4BTItrBRw3L/sAAAAASUVORK5CIIA=);
}
#tumblr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAMAAACTKxybAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMAAgYICQsMGhwiJSosLjxBRktPYGd5fICHl5mqucPR1tvh5OXy9Pb6/VPswu4AAABqSURBVAhblc3JEsFQAETRawrPHGPEEDzC/f8ftPFSWanSu7PoboBFWRak7PTW4NjCuG4w3UQ1hjDJ4GzK/BeG4aDGEEIPoLA1/QfuCVv1NaKznAEr1ee1Ngf6l+9rDpDtq7eP03qQil2ADx5qEMldD0yJAAAAAElFTkSuQmCC);
}
#googleplus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAQAAAATBS3iAAABJklEQVQokXXQMUjUYRgH4BdCSRdFCFTo0M20RDgMHFs73J1EBIUGUWwJFzfBzUBEB7vFJShq0E0RFJzETcFoiUBQRAXtTESelu/wuPv3+5b39/Lw8fFFpGj3zqKVdMajNp6Yc2vdhjvs6chAEeYwHRGhVwlTWeipEtpSW8b3LPYCPEttFBtp7pPXVGY5MJzaBBbTfIXC431H+O15hHoH7vVlswHnuLDm0J2hCK9U5kMZthgz7wIfI/7LEv6KM/0RGuTlXWNSXmsZdHmvaB/ceJvxNs2+4FLRjAW/8MfLiAgjxuXKbBPbWlJrsIXV6s/tBO0VmzfYrWZduNdYsSngczWrc4IV9an3OMZgVEfBX5z65pMdDx7M1qCICN2W/HCr5Kei17XiH37kIbLs//OUAAAAAElFTkSuQmCC);
}
#email {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAAilBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6DghSAAAALXRSTlMAAQQFBwgLFRYZIis1NjlGR1dYYWVmdXeMlZiZqaq8vb7Eztni4+Tt8/f4/P7bf59yAAAAdUlEQVQIHVXBixKBQACG0W9ZIpdICtEql6X1v//ryYwxOgenHse21Z82g+VdP7cFpExrfZ0jUlTa4V4fr93AHoRUGzZP6bHG1BIKOTC/XmZAHoRPiKuM8Yisikk8ExIvldaWkl8RYYqgTtOoEwrDUT0nnHrcG8ODGCDqc/92AAAAAElFTkSuQmCC);
}

