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

-	Custom CSS for the UAS Challenge Site -

Screen Stylesheet

version:   	1
date:      	02/20/2020
author:		capconcorp
email:     	smossner@capconcorp.com
website:   	http://www.capconcorp.com
-----------------------------------------------------------------------------*/

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

/*img { max-height: 450px; max-width: 380px; }*/
footer img { height: 150px; width: 300px; }
/* Video overlay and content */
.video-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none; width: 100%; }
.video-hero--content { position: relative; text-align: center; color: #FFF; margin: 150px 0; text-shadow: 0 0 5px rgba(0,0,0,0.4); }
.video-hero--content h2 { font-size: 50px; margin: 0 0 10px; color: white; }
.video-hero--content p { font-size: 40px; margin: 0; color: #f69524; font-weight: 500; }
.video-hero--content span { color: white; }
/* Other stuff */
body { font-family: 'Bai Jamjuree', sans-serif; font-size: 25px; font-weight: 400; line-height: 1.5; color: #727272; text-align: left; background-color: #fff; }
a { text-decoration: none; color: #337ab7; }
a:focus, a:hover { color: #add4ff; text-decoration: underline; }
a.social { text-decoration: none; color: #2c2d33; }
a.social:focus, a.social:hover { color: #add4ff; }
footer a.social { text-decoration: none; color: #add4ff; }
footer a.social:focus, footer a.social:hover { color: #add4ff; }
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.page-width { width: 100%; max-width: 1500px; margin: 0 auto; }
#header { background: #2c2d33; padding: 2em 0; }
#header a { color: #FFF; }
a:hover .subtitle { color: #FFF; }
#site-title { float: left; margin: 0; }
#content { padding: 40px 0; }

/* CSS from jQuery Background Video plugin */
/**
   * Set default positioning as a fallback for if the plugin fails
*/
.jquery-background-video-wrapper { position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.jquery-background-video { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; -o-object-fit: contain; object-fit: contain; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/**
   * Fade in videos
   * Note the .js class - so non js users still
   * see the video
*/
.js .jquery-background-video { opacity: 0; -webkit-transition: opacity 300ms linear; transition: opacity 300ms linear; }
.js .jquery-background-video.is-visible { opacity: 1; }
/**
   * Pause/play button
*/
.jquery-background-video-pauseplay { position: absolute; background: transparent; border: none; box-shadow: none; width: 20px; height: 20px; top: 15px; right: 15px; padding: 0; cursor: pointer; outline: none !important; }
.jquery-background-video-pauseplay span { display: none; }
.jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before { content: ""; position: absolute; left: 0; top: 0; -webkit-transition: all .3s ease; transition: all .3s ease; }
.jquery-background-video-pauseplay.play:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #FFF; }
.jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after { border-top: 10px solid #FFF; border-bottom: 10px solid #FFF; border-left: 5px solid #FFF; }
.jquery-background-video-pauseplay.pause:after { left: 10px; }
/* END VIDEO TEST*/
.container-fluid h2 { color: #598fd1; }
p { margin-top: 0; margin-bottom: 1rem; }
h2 { text-transform: uppercase; color: white; font-weight: 600; margin-bottom: 30px; }
h4 { line-height: 1.375em; color: white; font-weight: 400; margin-bottom: 30px; }
.jumbotron { background-color: #000000; color: #fff; }
.container-fluid { padding: 60px 50px; }
.container-fluid h3 { color: #598fd1; border-bottom: 1px solid #598fd1; padding: 10px 0;  }
.bg-grey h2, .bg-grey h3, .bg-grey h4 { color: #014889; }
.bg-grey { background-color: #f6f6f6; color: #727272; }
.bg-white h2, .bg-white h3, .bg-white h4 { color: #014889; }
.bg-white { background-color: #ffffff; color: #727272; }
.thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; }
.thumbnail img { width: 100%; height: 100%; margin-bottom: 10px; }
.carousel-control.right, .carousel-control.left { background-image: none; color: #000000; }
.carousel-indicators li { border-color: #000000; }
.carousel-indicators li.active { background-color: #000000; }
.item h4 { font-size: 19px; line-height: 1.375em; font-weight: 400; font-style: italic; margin: 70px 0; }
.item span { font-style: normal; }
.panel { border: 1px solid #000000; border-radius: 0 !important; transition: box-shadow 0.5s; }
.panel:hover { box-shadow: 5px 0px 40px rgba(0,0,0, .2); }
.panel-footer .btn:hover { border: 1px solid #000000; background-color: #fff !important; color: #000000; }
.panel-heading { color: #fff !important; background-color: #000000 !important; padding: 25px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.panel-footer { background-color: white !important; }
.panel-footer h3 { font-size: 32px; }
.panel-footer h4 { color: #aaa; font-size: 14px; }
.panel-footer .btn { margin: 15px 0; background-color: #000000; color: #fff; }
.navbar { margin-bottom: 0; background-color: #000000; z-index: 9999; border: 0; font-size: 20px !important; border-radius: 0; }
.navbar li a, .navbar .navbar-brand { color: #fff !important; font-weight: 500 !important; text-transform: uppercase; font-size: 18px; text-decoration: none; }
.navbar-nav>li>.dropdown-menu { background-color: #000000; }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #555 !important; }
.navbar-nav li a:hover, .navbar-nav li.active a { color: #000000 !important; background-color: #fff !important; }
.navbar-default .navbar-toggle { border-color: transparent; color: #fff !important; }
footer { font-size: 16px; margin-bottom: 20px; color: #000000; }
.slideanim { visibility: hidden; }
.slide { animation-name: slide; -webkit-animation-name: slide; animation-duration: 1s; -webkit-animation-duration: 1s; visibility: visible; }

.newsletter-subscribe-hidden{ display: none; }
.newsletter-subscribe-show{ display: block; }
.newsletter-subscribe-ok{ color: #348EF5; font-weight: bold; }
.newsletter-subscribe-error{ color: red; font-weight: bold; }

/*.btn-default { color: #ffffff; background-color: #014889; border-color: #ccc; }
.btn-default:hover { color: #ffffff; background-color: #598fd1; border-color: #adadad; }*/

@keyframes 
	slide { 0% { opacity: 0; transform: translateY(70%); } 100% { opacity: 1; transform: translateY(0%); }
}
@-webkit-keyframes
	slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); }
}

@media screen and (max-width: 991px) {
	.logo-small {display: none; }
}

@media screen and (max-width: 768px) {
	.col-sm-4 { text-align: center; margin: 25px 0; }
	.btn-lg { width: 100%; margin-bottom: 35px; }
	.jumbotron { padding: 100px 10px 50px 10px; }
	.container-fluid { padding: 60px 20px; }
	.container-fluid img { max-width: 100%; }
	/*.header-module {display: none; }*/
}

@media screen and (max-width: 480px) {
	.logo { font-size: 150px; }
}