/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

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

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

body {
  margin: 0; 
  overflow-y: scroll;
  min-height: 100vh;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#app main {
  flex: 1 0 auto;
}

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; 
  margin-top: 0px;
  }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

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: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 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-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

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

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

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

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

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

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

textarea {
  resize: vertical; }

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

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

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

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  .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; }

  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; } }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  color: #fff;
  font-family: "arvo";
  font-size: 18px;
  font-weight: 100; }

h1 {
  font-weight: 100;
  font-size: 2em;
  line-height: 1em;
  margin: 20px 0; 
    margin-top: 0px;

}
  @media (min-width: 600px) {
    h1 {
      font-size: 4em;
      margin: 50px 0 40px 0; 
      margin-top: 0px;

} }

h2 {
  color: #FBE81E;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 1.2em; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2em; } }

h3 {
  color: #FBE81E;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.3em; } }
      
small
{
font-size: 0.6em;
line-height: 0.5em !important;
}

footer
{
background: #FBE81E;
padding: 10px 20px;
margin-top: 40px;
color: #000000;
text-align: center;
flex-shrink: 0;
}

footer p {
color: #000000;
font-size: 1em;
line-height: 1.4em;
}

p, li {
  color: #ffffff;
  font-size: 1em; }
  @media (min-width: 600px) {
    p, li {
      font-size: 1.3em; } }

p a {
  color: #FBE81E;
  text-decoration: none;
  border-bottom: 1px dotted; }

a:hover {
  color: #ffffff; }

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 6%;

  margin: 0 auto;
    margin-top: 20px;
  overflow-y: hidden; }
  @media (min-width: 1250px) {
    .container {
      overflow: visible; } }

body {
  background: #000000  no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed; }

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(polina.jpg) no-repeat;
  background-size: cover; }

#main-wrapper {
  background: url("../img/diamonds.png") no-repeat bottom; }

.page header {
  text-align: center; }

.page header h2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1024px) {
  .left {
    float: left; } }

@media (min-width: 1024px) {
  .right {
    float: right; } }

@media (min-width: 1024px) {
  .half-col {
    width: 48%; } }

.clear {
  clear: both; }

#top-bar {
  height: 40px;
  border-top-color: #FBE81E;
  border-top-style: solid;
  border-top-width: 4px;
  
  position: relative;
  flex-shrink: 0; }
  @media (min-width: 1024px) {
    #top-bar {
      height: 60px; } }

#branding {
  width: 160px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    #branding {
      width: 260px;
      padding-top: 4px; } }

#branding img {
  margin-top: 13px;
  width: 100%;
  height: auto; }
  
  #geiger-logo {
	  width: 220px;
	  margin-bottom: 10px;
  }
    @media (min-width: 1024px) {
    #geiger-logo {
      width: 300px;
      padding-top: 4px; } }

#main-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px; }
  @media (min-width: 1024px) {
    #main-nav {
      height: 60px;
      width: 60px; } }

#menu-link {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  @media (min-width: 1024px) {
    #menu-link {
      height: 60px;
      width: 60px; } }

#menu-link .fa-bars {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  padding: 7px 0 0 9px;
  color: #FBE81E;
  border: none; }
  @media (min-width: 1024px) {
    #menu-link .fa-bars {
      height: 60px;
      width: 60px;
      font-size: 35px;
      padding: 12px 0 0 15px; } }

#menu-link:hover,
#menu-link.active {
  background: #FBE81E; 

  }

#menu-link:hover .fa-bars,
#menu-link.active .fa-bars {
   color: #000; }

#main-nav ul {
	text-align: right;

  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 40px;
  
  z-index: 10;
  width: 240px; }
  @media (min-width: 1024px) {
    #main-nav ul {
      top: 60px; } }

#main-nav ul li {
  height: 40px;
  margin-bottom: 1px;

}

#main-nav ul li a {
  display: block;
  background: #FBE81E;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #000000;
  text-decoration: none;
border-bottom: 1px solid #FBE81E;
    	padding-right: 12px;

}

#main-nav ul li a:hover {
  background-color: white;
  color: #000000 }

#main-nav ul li img {
  height: 30px;
  width: auto;
  position: absolute;
  left: 5px;
  top: 5px; }

#main-nav #web img {
  position: absolute;
  left: 0px;
  top: 0px; }

#intro {
  text-align: center;
  padding-top: 0px; }

#intro #statement {
  margin-bottom: 0px; }

#intro #hint {
  position: relative;
  top: 0px;
  color: #6e6774; }

.highlight {
  color: #FBE81E; }

#text-form {
  width: 80%;
  margin: 0 auto;
  max-width: 800px; }

#text-form #text-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  background: none;
  color: #FBE81E;
  border: 1px solid #FBE81E;
  font-family: "arvo";
  font-weight: 100;
  text-align: center;
  font-size: 1.1em;
  outline: none;
  background: url(../img/left-bracket.png) no-repeat 10px center, url(../img/right-bracket.png) no-repeat right 10px center;
  background-size: 20px; }
  @media (min-width: 600px) {
    #text-form #text-input {
      font-size: 1.7em;
      background-size: 30px;
      height: 50px; } }

#text-form button {
  margin-top: 20px;
  clear: both; }

.button {
  background: #FBE81E;
  border: none;
  height: 40px;
  color: #000;
  font-family: "arvo";
  font-weight: 100;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 1.3em; }

img {
  height: auto; }

.fullwidth-mobile {
  width: 114%;
  position: relative;
  left: -7%; }

video {
  width: 100%;
  border-radius: 4px; }

#tablet {
  position: relative; }
  @media (min-width: 1024px) {
    #tablet {
      width: 60%;
      margin-left: -11.2%; } }

#tablet img {
  width: 100%; }

#tablet #reader {
  position: absolute;
  top: 12%;
  left: 6%;
  width: 88.1%;
  height: 76%;
  overflow-x: hidden;
  overflow-y: scroll; }

#contact-map {
  width: 114%;
  height: 220px; }
  @media (min-width: 600px) {
    #contact-map {
      height: 520px; } }

#form {
  max-width: 660px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #45454c; }

#contact-form input,
#contact-form textarea {
  width: 96%;
  padding: 10px 2%;
  border: none;
  color: #35353a; }

#contact-form textarea {
  height: 150px; }

#submit {
  background: white;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  float: right;
  margin: 20px 20px 40px 0;
  border: 1px solid #555554; }

#submit:hover {
  background: #fcc600; }

.mobile-demo-tap {
  position: relative; }

.mobile-screens {
  position: absolute;
  top: 10%;
  left: -0.5%;
  width: 101.5%; }

.tablet-screens {
  position: absolute;
  top: 8.7%;
  left: 6%;
  width: 89%;
  overflow: hidden;
  border-radius: 7px;
  border: 3px solid #464646; }

.slider .slides {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.slider img {
  width: 100%;
  z-index: -1; }

.slider .slide {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5; }

.slider .slide.active {
  z-index: 10; }

/*! http://responsiveslides.com v1.54 by @viljamis */
.standard-gallery-container {
  position: relative; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

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

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 30;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/gallery-arrows.gif") no-repeat left top;
  margin-top: -45px; }

.rslides1_nav:active {
  opacity: 1.0; }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 600px) {
  .hide-baby-below {
    display: none; } }
@media (min-width: 600px) {
  .hide-above-baby {
    display: none; } }
.gitter-open-chat-button {

background-color: #FBE81E!important;
color: #000!important;

}