/* CSS Document */
/*site by: SkyOps.net*/
body, html {
    

}

.bg { 
   background:url('../images/backdrop.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.logo {
	padding: 30px 0 0 5px;
}
.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #0076C2;
	font-size: 50px;
}
.blue-text {
	color: #0076C2 !important;
	font-family: 'Black Ops One', cursive;
	font-size: 30pt;
	font: bolder; 
}
.wht-text {
	color:  #FFFFFF;
	font-family: 'Black Ops One', cursive;
	font-size: 20pt;
	font: bolder; 
	
}
.shadows {
	text-shadow: 2px 2px 5px #000;
}
.shadows-white {
	text-shadow: 2px 2px 5px #fff !important;
	box-shadow:2px 2px 5px #fff !important;
}
.bluebackground {
	background-color: #0076C2;
}
.media-body {
	padding: 0px 0px 0px 15px;
}
.top-align {
	padding: 75px 0 0 0;
}
.hero-txt-padding {
	padding: 0 50px 0px 50px;

}
	
.hero-txt-padding2 {
	padding: 0px 0 0px 50px;

}

.jumbotron-pic01 {
	background-image: url("../images/deveankobe_corrected.jpg") !important;
	background-repeat: no-repeat;
 	background-size: cover;
}

.jumbotron-pic02 {
	background-image: url("../images/overview.jpg") !important;
	background-repeat: no-repeat;
	 background-size: contain;
	background-position: center;
	background-color: #fff;

}

.jumbotron-frontpage{
 background-image: url("../images/ground-trimmed.jpg");
 background-size: cover 20%;
background-position: center;
background-color: #555;
 background-repeat: no-repeat;

}

embed:focus {
  outline: none;
}
video {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #666;
  	padding: 10px;

}


/* When the width is between 899px and 3000px  - change the appearance
@media screen and (max-width: 2000px) and (min-width: 899px) {
	.jumbotron-frontpage {
		background-image: url("../documents/GROUND PERSPECTIVE_.png") !important;
		background-repeat: no-repeat;
	 	background-size: cover;
	}
	.jumbotron{
   		height: 500px;
}*/




/* When the width is between 400px and 900px  - change the appearance*/
@media screen and (max-width: 2500px) {
	.jumbotron{
   		min-height: 600px!important;
	}
}
@media screen and (max-width: 900px) {

	.jumbotron{
   		min-height: 275px !important;
	}
}

@media only screen and (max-width : 1200px) {
	   .media-1200 {
		   width: 20% !important;
	   }
}


@media only screen and (max-width : 990px) {
	   .media-990 {
		   width: 25% !important;
	   }
}

@media only screen and (max-width : 480px) {
	   .media-480 {
		   width: 40% !important;
	   }
}



/*Custom KY Animations*/

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/* --------------------------------------------- */




.vibrate-1 {
	-webkit-animation: vibrate-1 0.3s linear infinite both;
	        animation: vibrate-1 0.3s linear infinite both;
}


@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


/**************************************/

.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

/**************************************/

.slide-rotate-hor-top {
	-webkit-animation: slide-rotate-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-rotate-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-rotate-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(-150px) rotateX(-90deg);
            transform: translateY(-150px) rotateX(-90deg);
  }
}
@keyframes slide-rotate-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(-150px) rotateX(-90deg);
            transform: translateY(-150px) rotateX(-90deg);
  }
}

