input {
	color:#000 !important;
	padding: 15px;
}

textarea{
	color:#000 !important;
	padding: 15px;
}


@charset "UTF-8";

.text-left{
	text-align: left !important;
}

.whitea a{
	color:#fff;
}


.btnnavgreen{
	margin-top: 0px;
	background-color: #6bbd44 !important;
	padding: 18px 30px;
	color:#020024;
	font-family: sans-serif;
	font-weight: 800;
	font-size: 12px;
	border-radius:0px;
}

.btnnavgreen a:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}

.btnnavgreen:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}
.btnnavgreen a{
	color: #fcfcfc !important;
}


.btnnav{
	margin-top: 0px;
	background-color: #fec10d !important;
	padding: 18px 30px;
	color:#020024;
	font-family: sans-serif;
	font-weight: 800;
	font-size: 14px;
	border-radius:0px;
}

.btnnav a:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}

.btnnav:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}
.btnnav a{
	color: #fcfcfc !important;
}


.btnnavblue{
	margin-top: 0px;
	background-color: #44a6dd !important;
	padding: 18px 30px;
	color:#020024;
	font-family: sans-serif;
	font-weight: 800;
	font-size: 14px;
	border-radius:0px;
}

.btnnavblue a:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}

.btnnavblue:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}
.btnnavblue a{
	color: #fcfcfc !important;
}





.btn{
	margin-top: 0px;
	background-color: #fec10d !important;
	padding: 15px 35px;
	color:#020024;
	font-family: sans-serif;
	font-weight: 800;
	font-size: 18px;
	border-radius:0px;
}

.btn a:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}

.btn:hover{
	margin-top: 0px;
	background-color: #fcfcfc !important;
	border: #222 solid 1px;
	color:#222;
}
.btn a{
	color: #fcfcfc !important;
}


@media (min-width: 767.99px) { 
.navimage img{
	max-width: 300px;
	float: left !important;
	padding-left: 60px; 
}
}

.nav{
	padding-right: 60px;
	padding-top: 20px;
}
.bot {
	background-image: url(../images/spacecast_bot_play.png);
	display: block;
	background-size:cover;

}

.bot:hover {
	background-image: url(../images/spacecast_bot_play_hover.png);
	display: block;
	background-size:cover;

}

.dishov:hover{
	display: none;
}


#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .8;
}




.box {
  width: 100%;
  margin: 50px auto;
  background: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #222;
  font-family: arial;
  position:relative;
}

.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  right: -50px;
  bottom: 0px;
}

.bg-blue{
background-image: url('../images/trueblue_BG_SLICE_1.jpg') !important;
background-color: #ccc !important;
}

.yellow{
	color:#fec10d;
}

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {

}

.cover-container {
  max-width: 60%;
}


/*
 * Header
 */
 
 .bg-command{
	 background-image: url('../../images/trueblue_commandcenter.gif');
 }

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fec10d;
  border-bottom-color: #fec10d;
}



.parallax-window {
    min-height: 400px;
    background: transparent;
}


@media (max-width:765px) {

	.btnnav{
	margin-top: 0px;
	background-color: #fec10d !important;
	padding: 5px 5px;
	color:#020024;
	font-family: sans-serif;
	font-weight: 800;
	font-size: 12px;
	border-radius:0px;
}

.monkey{
	display: block !important;
}

.dis{
	display: none !important;
}

.cover-container{
	max-width: 90% !important;
}

}



@media (min-width:766px) {
	.monkey{
	display: none !important;
}

.dis{
	display: block !important;
}


}


