html, body {height: 100%; width: 100%;overflow: hidden}
body {padding:0; margin: 0; background-color:#141616; color:#c1bcad;}
body h3 {color:#547171;}

#wrapper{position:relative;left:-200%;top:0; width: 100%; height:100%;}

.center-div{margin: 0 auto;
  max-width: 700px;
  height:auto;
  padding-top:30px;
}

.center-div{margin: 0 auto;
  max-width: 700px;
  height:auto;
  padding-top:30px;
}

.contact{
font-family: 'Orbitron', sans-serif;
display:inline; 
    
}
.contact p{
    font-size: 130%;
    
}
.contact a{
    text-decoration: none;
    color:#547171;}
.phone{color:#547171;}

#contactimg {
    float:right;
    width:auto;
    Height: 400px;
    padding:10px}

#about-text {}

#about-text p{
    font-size:130%;
    font-family: 'Orbitron', sans-serif;
    
}

#aboutimg {
    float:right;
    width:auto;
    height:400px;
    padding: 10px;
}

#p1{position:absolute; width:100%; height: 100%; top:0; left:200%; background-color:#141616;   display: flex; justify-content: center; align-items: center;}

/* #p3-spacer{position:absolute; width:50%; height:100%; top:0; left:50; background-color:green;} */
#p3{position:absolute; width:100%; height: 100%; top:0; left:0%; background-color:#141616;}

#p3-spacer {position:absolute; top:0; left:100%; width: 100%;}

#p4-spacer {position:absolute; top:0; left:300%; width: 100%;}

#p5-spacer {position:absolute; top:100%; left:200%; width: 100%;}

#p4{position:absolute; width:100%; height: 100%; top:0; left:400%; background-color:#141616;}

#p5 .control{position:sticky;top:0;left:20px;}
#p5{position:absolute; width:100%; height: 100%; top:200%; left:200%; background-color:#141616; overflow-y:scroll;overflow-x:hidden;}


#titleAbout {color:#547171; font-family: 'Orbitron', sans-serif;}
#titleContact {color:#547171; font-family: 'Orbitron', sans-serif;}
#titleGallery {color:#547171; font-family: 'Orbitron', sans-serif; margin-top:5%;}


.spacer {position: absolute; width:100%; height: 100%; top:0; left:0%; background-color:#141616; overflow: hidden}

.spacer .layer1 {
    position: absolute; width: 75%; height: 100%; background-color:#242424;
    animation: spacer-animate 2s ease infinite;
}
.spacer .layer2 {
    position: absolute; width: 50%; height: 100%; background-color:#202020;
    animation: spacer-animate2 2s ease infinite;
}

.spacer-v {position: absolute; width:100%; height: 100%; top:0; left:0%; background-color:#141616; overflow: hidden}

.spacer-v .layer3 {
    position: absolute; width: 100%; height: 50%; background-color:#242424;
    animation: spacer-animate3 2s ease infinite;
}
.spacer-v .layer4 {
    position: absolute; width: 100%; height: 70%; background-color:#202020;
    animation: spacer-animate4 2s ease infinite;
}


@keyframes spacer-animate {
    0%{
        left:125%;
        width:75%;
    }
    100% {
        left:0%;
        width:90%;
    }
}

@keyframes spacer-animate2 {
    0%{
        left:50%;
        width:50%;
    }
    100% {
        left:0%;
        width: 25%;
    }
}

@keyframes spacer-animate3 {
    0%{
        height:125%;
        width:100%;
    }
    100% {
        height:50%;
        width: 100%;
    }
}

@keyframes spacer-animate4 {
    0%{
        height:50%;
        width:100%;
    }
    100% {
        height:0%;
        width: 100%;
    }
}


/* Spin Nav */
.Mlogo{
    /*margin-top:-390px;*/
    display: block;
    width:206px;
    left:50%;
    top:50%;
    margin-top: -257px;
    margin-left: -103px; 
position: absolute;
}


#p1 ul {
    margin-top: 200px;
    list-style-type: none;
    padding: 0;
}

#p1 li {
    display: block;
    /*height: 100px;*/
}

@media screen and (min-width:700px){
    #p1 ul {
      margin: -0;
        padding: 0;
      list-style: none;
      font-size: 4vw;
      transform-style: preserve-3d;
      animation: three-dimensions-circle 30s linear infinite;
    }

    #p1 li {
      position: absolute;
      top: 50%;
      left: 50%;
    }

    #p1 li:nth-child(1) {
      transform: translate(-50%, -50%) rotate(60deg) translateY(-300px) rotateX(90deg);
    }

    #p1 li:nth-child(2) {
      transform: translate(-50%, -50%) rotate(150deg) translateY(-300px) rotateX(90deg);
    }

    #p1 li:nth-child(3) {
      transform: translate(-50%, -50%) rotate(240deg) translateY(-300px) rotateX(90deg);
    }

    #p1 li:nth-child(4) {
      transform: translate(-50%, -50%) rotate(330deg) translateY(-300px) rotateX(90deg);
    }
    
}
    

@keyframes three-dimensions-circle {
  0% {
    transform: rotateX(-100deg) rotate(0);
  }
  100% {
    transform: rotateX(-100deg) rotate(-360deg);
  }
}

.control ul a{
    font-family: 'Orbitron', sans-serif;
    text-decoration:none;
    color:#547171;
}


/* Subpage navigation */

.color-10 { background-color: #dcc6e0; }

.nav-fillslide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 65px 10px;
	background: #b68dbe;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-fillslide .icon-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 110%;
	background: #fff;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.nav-fillslide a.prev .icon-wrap::before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-fillslide a.next .icon-wrap::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-fillslide svg.icon {
	fill: #736176;
	position: relative;
	z-index: 100;
}

.nav-fillslide div {
	position: absolute;
	padding: 20px;
	top: 0;
	width: 440px;
	height: 154px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-fillslide a.prev div {
	left: 0;
	padding: 20px 150px 20px 70px;
	text-align: right;
	border-radius: 0 6px 6px 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-fillslide a.next div {
	right: 0;
	padding: 20px 70px 20px 150px;
	border-radius: 6px 0 0 6px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-fillslide div span {
	display: inline-block;
	padding: 5px;
	color: #d0c2d3;
	border-top: 1px solid #d8cfda;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 0.7em;
	line-height: 1.2;
}

.nav-fillslide h3 {
	margin: 0;
	padding: 8px 0 10px;
	color: #736176;
	font-weight: 400;
	font-size: 1.35em;
	line-height: 1.2;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.nav-fillslide img {
	position: absolute;
	top: 20px;
	border: 5px solid #736176;
}

.nav-fillslide a.prev img {
	right: 20px;
}

.nav-fillslide a.next img {
	left: 20px;
}

.nav-fillslide a:hover .icon-wrap::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-fillslide a:hover div {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}



/* Masonry Gallery Stuff */

@import url('demo.css');

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
    padding-top:75px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}



/*glitch */
.glitch {
  color: #141616;
  /*font-size: 100px;*/
  position: relative;
  /*width: 400px;*/
  margin: 0 auto;
}

@keyframes noise-anim {
  0% {
    clip: rect(30px, 9999px, 5px, 0);
  }
  5% {
    clip: rect(85px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(46px, 9999px, 70px, 0);
  }
  15% {
    clip: rect(96px, 9999px, 13px, 0);
  }
  20% {
    clip: rect(70px, 9999px, 19px, 0);
  }
  25% {
    clip: rect(79px, 9999px, 52px, 0);
  }
  30% {
    clip: rect(89px, 9999px, 26px, 0);
  }
  35% {
    clip: rect(6px, 9999px, 3px, 0);
  }
  40% {
    clip: rect(98px, 9999px, 48px, 0);
  }
  45% {
    clip: rect(49px, 9999px, 80px, 0);
  }
  50% {
    clip: rect(58px, 9999px, 43px, 0);
  }
  55% {
    clip: rect(24px, 9999px, 38px, 0);
  }
  60% {
    clip: rect(2px, 9999px, 51px, 0);
  }
  65% {
    clip: rect(40px, 9999px, 42px, 0);
  }
  70% {
    clip: rect(80px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(14px, 9999px, 35px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 58px, 0);
  }
  85% {
    clip: rect(15px, 9999px, 88px, 0);
  }
  90% {
    clip: rect(76px, 9999px, 81px, 0);
  }
  95% {
    clip: rect(40px, 9999px, 82px, 0);
  }
  100% {
    clip: rect(70px, 9999px, 8px, 0);
  }
}
.glitch:after {
    
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 white;
  top: 0;
  color: #245159;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(23px, 9999px, 40px, 0);
  }
  5% {
    clip: rect(73px, 9999px, 46px, 0);
  }
  10% {
    clip: rect(36px, 9999px, 95px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 36px, 0);
  }
  20% {
    clip: rect(43px, 9999px, 42px, 0);
  }
  25% {
    clip: rect(50px, 9999px, 52px, 0);
  }
  30% {
    clip: rect(71px, 9999px, 73px, 0);
  }
  35% {
    clip: rect(16px, 9999px, 96px, 0);
  }
  40% {
    clip: rect(90px, 9999px, 33px, 0);
  }
  45% {
    clip: rect(39px, 9999px, 78px, 0);
  }
  50% {
    clip: rect(36px, 9999px, 54px, 0);
  }
  55% {
    clip: rect(21px, 9999px, 53px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 80px, 0);
  }
  65% {
    clip: rect(34px, 9999px, 97px, 0);
  }
  70% {
    clip: rect(34px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 7px, 0);
  }
  80% {
    clip: rect(52px, 9999px, 51px, 0);
  }
  85% {
    clip: rect(68px, 9999px, 94px, 0);
  }
  90% {
    clip: rect(93px, 9999px, 40px, 0);
  }
  95% {
    clip: rect(18px, 9999px, 90px, 0);
  }
  100% {
    clip: rect(65px, 9999px, 41px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 5px 0 #141616;
  top: 0;
  /*color: black;*/
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}


/* Scan lines */

.scanlines {
  position: relative;
  overflow: hidden;
}
.scanlines:before, .scanlines:after {
  display: block;
  pointer-events: none;
  content: '';
  position: absolute;
}
.scanlines:before {
  width: 100%;
  height: 2px;
  z-index: 2147483649;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.75;
  -webkit-animation: scanline 6s linear infinite;
          animation: scanline 6s linear infinite;
}
.scanlines:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483648;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
  background-size: 100% 4px;
  -webkit-animation: scanlines 1s steps(60) infinite;
          animation: scanlines 1s steps(60) infinite;
}

/* ANIMATE UNIQUE SCANLINE */
@-webkit-keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@-webkit-keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}