/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@font-face {
  font-family: 'texgyrecursorregular';
  src: url("fonts/texgyrecursor-regular-webfont.eot");
  src: url("fonts/texgyrecursor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyrecursor-regular-webfont.woff") format("woff"), url("fonts/texgyrecursor-regular-webfont.ttf") format("truetype"), url("fonts/texgyrecursor-regular-webfont.svg#texgyrecursorregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mobile {
  display: none !important;
}

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

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Courier New", Courier, texgyrecursorregular, monospace;
  background: #bbbbbb;
  color: white;
  height: 100%;
  width: 100%;
  margin: 0;
  
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  font-style: italic;
}

a:hover #logo {
  font-style: normal;
}

#header {
  display: none;
  position: relative;
  height: 5%;
  width: 94%;
  margin-bottom: 30px;
  padding: 30px 3% 0;
}

#logo {
  font-size: 50px;
  font-weight: bold;
  float: left;
}

#navBar {
  font-size: 30px;
  font-weight: bold;
  float: right;
  padding-top: 13px;
}
#navBar a {
  padding: 0 10px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  margin-right: -15px;
}
#navBar a + a {
  border-left: 1px solid white;
}
#navBar a.active {
  text-decoration: underline;
}

.fadeIn {
  display: none;
}

#wrapper {
  width: 100%;
  position: relative;
 // margin-right: -500%;
 // margin-left: -500%;
 left: -500%;
  margin-bottom: 100px;
 // float: left;
  clear: both;
  
  max-width: 1500px;
  display: inline-block;
}

#contactBar {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  border-top: 2px solid white;
  background: #bbbbbb;
  -webkit-backface-visibility: hidden;
}
#contactBar a {
  width: 49%;
  display: block;
  float: left;
  text-align: center;
  padding: 25px 0;
}
#contactBar a + a {
  border-left: 2px solid white;
}
#contactBar span {
  display: inline;
}

iframe#logoAnimation {
  display: block;
  margin: 200px auto;
  height: 100%;
  width: 100%;
  border: 0 none;
  overflow: hidden;
}

#initialLogo {
  display: none;
  width: 100%;
  margin: 200px auto;
  font-size: 80px;
  font-weight: bold;
  height: 100%;
  text-align: center;
}

#strapline {
  display: none;
  width: 700px;
  margin: 300px auto;
  font-size: 50px;
  font-weight: bold;
  max-width: 100%;
  text-align: center;
}

.circle {
  cursor: pointer;
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 500px;
  padding: 20px;
  background: white;
  color: #666666;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  float: left;
  display: table;
  behavior: url(../PIE/PIE.htc);
}
.circle .back {
  display: none;
}
.circle p {
  display: table-cell;
  vertical-align: middle;
}

.circle.one {
  height: 250px;
  width: 250px;
  font-size: 32px;
}

.circle.two {
  height: 200px;
  width: 200px;
  font-size: 25px;
}

.circle.three {
  height: 160px;
  width: 160px;
  font-size: 20px;
}

.circle.four {
  height: 100px;
  width: 100px;
  font-size: 16px;
}

.front, .back {
  transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.front {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
}

#spotLight {
  cursor: pointer;
//  height: 1814px;
  display: none;
  background-color: rgba(102, 102, 102, 0.7);
  position: fixed;
  top: 0;
  left: 0;
//  width: 100%;
  z-index: 9999;
}

#spotLight>* {
  opacity: 1;
  position: relative;
//  height: 400px;
//  width: 400px;
//  border-radius: 500px;
//  padding: 100px;
  background: white;
  color: #666666;
  font-size: 80px;
  text-align: center;
  vertical-align: middle;
  behavior: url(../PIE/PIE.htc);
  transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -webkit-transform: rotateY(180deg) translateY(-50%);
  transition: 1s;
  -ms-transition: 1s;
  -webkit-transition: 1s;
  position: fixed;
  left: 0;
  right: 0;
//  margin: 10% auto;
}

#spotLight>*.on {
  transform: rotateY(0deg) translateY(-50%);
  -ms-transform: rotateY(0deg) translateY(-50%);
  -webkit-transform: rotateY(0deg) translateY(-50%);
}
#spotLight>*::after { 
   font-family: 'FontAwesome';
   content: "\f00d";
   position: absolute;
   top: 2vh;
   right: 3vw;
}
#spotLight iframe {
    max-width: 100%;
}
/*
.circle:hover .front {
	transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
.circle:hover .back {
	transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
}
*/
.contact table {
  width: 80%;
  padding: 0;
  margin: 10% auto;
  font-size: 25px;
  font-weight: bold;
}
.contact table tr td {
  padding: 20px 0;
  display: table-cell;
}
.contact table td + td {
  font-weight: normal;
  font-size: 20px;
  width: 300px;
}


#spotLight {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#spotLight>* {
/*
height: 30vw;
width: 30%;
*/
/*
height: 30vmin;
width: 30vmin;
border-radius: 50%;
padding: 10vmin;
margin: 20vh auto;
font-size: 6vmin;
z-index: 99999;
*/
    max-height: 70vh;
    width: 75vw;
    padding: 10vmin;
    margin: auto;
    font-size: 5vw;
    border-radius: 5vmin;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: scroll;

}


@-webkit-keyframes wander {
    0%   {top: 0px; left: 3px;}
    25%  {top: 5px; left: 5px;}
    50%  {top: -2px; left: 0px;}
    75%  {top: 2px; left: -3px;}
    100% {top: -5px; left: -5px;}
} 

.circle:nth-child(odd) {
    -webkit-animation-name: wander;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.circle:nth-child(even) {
    -webkit-animation-name: wander;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.circle:nth-child(3n+0) {
    -webkit-animation-name: wander;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.35s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.circle:nth-child(4n-1) {
    -webkit-animation-name: wander;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}



/* Standard syntax */ 
@keyframes wander {
    0%   {top: 0px; left: 3px;}
    25%  {top: 5px; left: 5px;}
    50%  {top: -2px; left: 0px;}
    75%  {top: 2px; left: -3px;}
    100% {top: -5px; left: -5px;}
}

.circle:nth-child(odd) {
    animation-name: wander;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.circle:nth-child(even) {
    animation-name: wander;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.circle:nth-child(3n+0) {
    animation-name: wander;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0.35s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.circle:nth-child(4n-1) {
    animation-name: wander;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}