/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* hatch master button start*/
 .btn-wrapper {
	 position: relative;
	 top: 0px;
	 left: 0%;
	 right: 0%;
	 transform: translate(-0%, -0%);
	 margin: 0px auto;
	 
}

 .btn-hatch {
	 background-color:rgba(17,17,17,0.5);
	 position: relative;
	 display: inline-block;
	 letter-spacing: 1.2px;
	 text-align: center;
	 text-transform: uppercase;
	 overflow: hidden;
	 z-index: 999;
	 cursor: pointer;
}
 .btn-hatch:focus {
	 outline: none;
	 color :#e5e6e8;
}
 .btn--primary {
	 color: #e5e6e8;
}
 .btn--border {
	 border-width: 1px;
	 border-style: solid;
	 border-radius: 5px;
	 box-sizing: border-box;
}
 .btn--animated {
	 transition-property: color;
	 transition-duration: 0.5s;
	 
}

 .btn--animated.btn--border.btn--primary {
	 border: 1px solid #747880;
}
 .btn--animated:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: #ffffff;
	 transform: scaleX(0);
	 transform-origin: 0 50%;
	 transition-property: transform;
	 transition-duration: 0.5s;
	 transition-timing-function: ease-out;
	 z-index: -1;
}
 .btn--animated:hover {
	 color: #000000;
}
 .btn--animated:hover:before {
	 transform: scaleX(1);
	 transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}


/* hatch master button  end*/


/* hatch master video homepage */
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
/* hatch master video homepage end*/

/* the flock slideshow */


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100vw;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.5);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activelink, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}