html {
    overflow: hidden; 
}
@media(max-width: @screen-xs-max){
	.parallax{
	background:url(../img/f-35.jpg) no-repeat center;
			
			background-size:contain;
			background-attachment:fixed;
			height:250px;
}
.parallax2{
	background:url(../img/f22-raptor.jpg) no-repeat center;
			
			background-size:contain;
			background-attachment:fixed;
			height:250px;
}
	}
@media(min-width: @screen-sm-min){
		.parallax{
	background:url(../img/f-35.jpg) no-repeat center;
			
			background-size:contain;
			background-attachment:fixed;
			height:250px;
}
.parallax2{
	background:url(../img/f22-raptor.jpg) no-repeat center;
			
			background-size:contain;
			background-attachment:fixed;
			height:250px;
}}  /* deprecated: @screen-tablet, or @screen-sm */
@media(min-width: @screen-md-min){}  /* deprecated: @screen-desktop, or @screen-md */
@media(min-width: @screen-lg-min){}  /* deprecated: @screen-lg-desktop, or @screen-lg */


body {
    margin: 0;
    font-size: 26px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x:hidden;
    overflow-y:auto;
}

.content {
    margin: 0 auto;
    padding: 50px;
    width: 80%;
    background: #fff;
}
/*--jumbotron--*/

/* jumbotron end */
.sec2{
	margin: 0 auto;
	width:90%;
}
.sec2h2 {
	color: #f00;
}
.sec3{
	margin: 0 auto;
	width:100%;
	background-image:url(../img/bg4.png);
	color:#FFF;
}
.parallax{
	background:url(../img/f-35.jpg) no-repeat center;
			
			background-size:cover;
			background-attachment:fixed;
			height:600px;
}
.parallax2{
	background:url(../img/f22-raptor.jpg) no-repeat center;
			
			background-size:cover;
			background-attachment:fixed;
			height:900px;
}
.footer{
	background-color:#000;
	text-align:center;
	height:50px;
	color:#FFF;
}
.perol{
	padding-top:10px;
}
.perol li{
	padding-top:10px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
/*--slideshows*/

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  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;
  /*user-select: none;*/
}

/* 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.8);*/
}

/* 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 {
  display:none;
 
}

.active, .dot:hover {
/*  background-color: #717171;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-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}
}

/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 100%;
}
/* Individual video container */
.video-wrap {
  position: relative;
  
  width: 100%;
  margin-bottom: 10px;
}
.video-wrap .placeholder {

  width: 100%;
}
.video-wrap .play-btn {
  position: absolute;
 
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #eaeaea;
  background-color: rgba(255,255,255,.4);
  border-radius: 50px;
  transition: all .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: #000;
  background-color: rgba(255,255,255,.8);
  cursor: pointer;
}
.play-btn::after {
  /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*
  Define the font family, weight, and icon
  */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  content: "\f04b";
  /* positioning tweaks */
  padding-top: 20px;
  padding-left: 10px;
}
