/*styles.css*/

		body {
			background-color: #0C689E;
			margin: 0px auto;
			padding: 0px;
			
		}
		h1 {
			background-color:;
			text-transform: uppercase;
		}
		.slideShow {
		
		
		width:100%
		background-image:url"";
		background-repeat:no-repeat;
		background-attachment:fixed;
		}
		.placeholder {
		
		width:30%
		}
	
		body, html {
		height: 100%;
		
		
		}

		.parallax {
		/* The image used */
		background-image: url('WP_20141104_011.jpg');

		/* Full height */
		height: 100%;

		/* Create the parallax scrolling effect */
		
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}

		body, html {
		height: 100%;
		
		
		}

		.parallax2 {
		/* The image used */
		background-image: url('WP_20141016_006.jpg');

		/* Full height */
		height: 100%;

		/* Create the parallax scrolling effect */
		
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}

body {margin:0; padding:px}

.navbar {
  overflow: hidden;
  background-color: #0C689E;
  position: fixed;
  top: 0%;
  width: 100%;
   z-index: 1;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.main {
  padding: 0px;
  margin-top: 0px;
  height: 1500px; /* Used in this example to enable scrolling */
}

.work-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.work-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url('Circuit-Board-Pattern-x.jpg');
  
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.work-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.work-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.work-slideshow:hover .mover-2 {
  opacity: 1;
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.work1-slideshowba {
  height: 30px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.work1-slideshowba > div {
  height: 30px;
  width: 400px;
  background: url('baner1.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.work1-slideshowba .moverba-1 {
  animation: moveSlideshow 12s linear infinite;
}
.work1-slideshowba .moverba-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.work1-slideshowba: .moverba-2 {
  opacity: 1;
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.myPics {
	max-height:500px;
	max-width:800px;
	height:auto;
	width:auto;
	position: relative;
	overflow: hidden;
  
}

