.subhead, .headline {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  color:#ffffff;
}


.headline {
  font-size: 58px;
  font-weight: bold;
  padding-bottom:20px;
}

.subhead {
  font-size: 28px;
  font-weight: normal;
}


@media screen and (min-width: 1401px) and (max-width: 1569px) {
	
	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}	
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.headline {
	  font-size: 50px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 20px;
	  font-weight: normal;
	}		
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.headline {
	  font-size: 40px;
	  font-weight: bold;
	  margin-bottom:30px;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	}		
	
}


@media (max-width: 767px) {
	html {
		width: 100% !important;
		overflow-x: hidden !important;
	}
	.digitaltext {
		padding-bottom: 50px;
	}
	
	.subhead, .headline {
	  text-align: center;
	  padding-right: 0px;
	}
	
	.headline {
	  font-size: 24px;
	  font-weight: normal;
	  margin-bottom:0px;
	  width:100%;
	}	

	.subhead {
	  font-size: 24px;
	  font-weight: normal;
	  width:100%;
	  visibility: hidden;
	}
	
	.carousel {
		margin-top: 0px !important;
	}

	#explorebar {
		position: fixed !important;
		bottom: 0px !important;
	}
		
}

#myvid {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  #myvid {
    height: 450%; top: -188%;
    /* or height: 200%; top: -50%;
       or height: 400%; top: -150%; */
  }
}
@media (max-aspect-ratio: 16/9) {
  #myvid {
    width: 300%; left: -100%;
    /* or width: 200%; left: -50%;
       or width: 400%; left: -150%; */
  }
}

@media screen and (max-width: 768px) {
  #myvid {
    height: 450%; top: -188%;
  }

}

.nav-fill > li > a {
    margin-bottom: 0px;
    padding: 15px 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    background-color: #2b6394;
    background-repeat: repeat-x;
    background-image: none;
	border-radius: 0px;
}

.nav-tabs.nav-fill > li > a {
    border-bottom: none;
    border-radius: 0px;
	margin-right:10px;
}

.nav-fill {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    margin-bottom: 15px;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
}

.nav-fill > .active > a, .nav-fill > .active > a:hover, .nav-fill > .active > a:focus {
    background-image: none;
    box-shadow: none;
}

.nav-tabs.nav-fill > .active > a, .nav-tabs.nav-fill > .active > a:hover, .nav-tabs.nav-fill > .active > a:focus {
    border: none;
}

.digital-img {
	margin-left:-15px;
	margin-right:22px;
	float:left;
	height:200px;
	width:auto;
}

.digital-description {
	padding-left:20px;
	font-size:42px;
	padding-top:45px;
	text-align: left;
}

@media (max-width: 767px) {
	.nav-tabs.nav-fill > li > a {
		border-bottom: none;
		border-radius: 0px;
		margin-right:0px;
		margin-bottom:10px;
	}

	.text-center {
		text-align: left !important;
	}

	.carousel {
		height: 250px !important;
		margin-bottom: -35px;
	}

	.digital-img {
		margin-left:0px;
		margin-right:0px;
		margin-top: 15px;
	}

	.digital-description {
		padding-left:0px;
		text-align: center;
		line-height: 48px;
	}
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: white;
    padding: 15px;
    font-weight: bold;
}

li.nav-item {
    margin: 5px;
}
