/*there's a lot of margins and padding in the settings which change based on window size, so caution when editing those*/

/*text settings */

a{
	color: #E76F51;
	text-decoration: none;
}
p{
	font-family: Roboto Flex, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	font-size: 24px;
	padding-left: 40px;
	padding-right: 60px;
}
h1{
	color: #FFF;
	text-align: center;
	font-family: Roboto Flex, sans-serif;
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	padding-top: 75px;
	letter-spacing: 0.1 em;
	margin: 0;
}
h2{	
	color: #FFF;
	text-align: center;
	font-family: Roboto Flex;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
h3{	
	color: #000;
	text-align: center;
	font-family: Roboto Flex;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}
.highlight{
	color: #fff;
}
nav a{
	color: #969696;
	text-align: center;
	font-family: Roboto Flex;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}

nav a:hover{
	color: #E76F51;
}

#notice{/*is in the orange fieldset*/
	margin-top: 160px;
	margin-bottom: 160px;
	margin-left: auto;
	margin-right: auto;
	width:75%;
	text-align: center;
}
#notice h3{
	line-height: 36px;
}
li{
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}


/*page structure settings*/


body{
	margin: 0px;
	padding: 0px;
	font-family: Roboto Flex, sans-serif;
}
.content{/*is applied to help smoothen nav menu scrolling */
	margin-top: 170px;
}
#hero{
	height: 394px;
	margin-top: 0px;
	padding-top: 0px;
	
}
#hero_image{
	background-image: url('images/BannerLA2.jpg');
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
	height: 100%;
	width: 1440px;/*match to max width of wrapper */
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.embed-video{
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*an overlay for the hero_image */
#image_filter{
  background: rgba(217, 217, 217, 0.40);
	backdrop-filter: blur(6px);
	height: 100%;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
footer{
	height: 160px;
	background-color: #E76F51;
	margin-top: 60px;
	width: 100%;
	text-align: center;
	color: #fff;
}
footer p{
	font-size: 16px;
	padding-top: 50px;
}
footer a{
	color: #fff;
}
fieldset{
	border: 3px solid #E76F51;
}
img{
	height: 560px;
}
#serve_equip{
	padding-top: 140px;
}
#nav_bar{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	z-index: 20;
}
#nav_bar a.active{
	color: #E76F51;
}
/*only displays on mobile */
#burger_bar{
  		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		width: 95px;
}
div .line{
	width: 100px;
	height: 3px;
	background-color: #D9D9D9;
	border-radius: 8px;
	margin-top: 4px;
}
nav{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	gap: 15px;
	justify-content: space-evenly;
	margin-left: 100px;
}
#nav_separator{
	padding-top: 20px;
}
#nav_line{
	border-radius: 6px;
	background: #D9D9D9;
	height: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mobile_title{
	display: none;
}
.resource-card{
	height: 240px;
	width: 430px;
	background-color: #FFEDD8;
}
#cards_container{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.card-header{
	height: 48px;
	width: 100%;
	background-color: #E76F51;
	text-align: center;
}
.card-header:hover{
/*	background-color: #ec8c74;*/
	background-color: #D9D9D9;
}
.card-header:hover h3{
	color: #fff;
}
.card-header h3{
	margin-top: auto;
	margin-bottom: auto;
}
/*main document wrapper contains html body and limits width of page */
#wrapper{
	background-color: #ffffff;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


/*slideshow css*/
.slide-item{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	text-align: center;
}
.slide_text{
	text-align: center;
}
/* slideshow container */
#testimonial_slide {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slide {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -50px;
  padding: 16px;
  color: #D9D9D9;
  font-weight: bold;
  font-size: 48px;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* 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 */
.slide-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.number-text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slide, .dot:hover {
/*  background-color: #E76F51;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*various settings*/

.hide{
	display: none;
}
/*applies to the nav after scrolling to a certian point on the window. See script.js stickNav() */
.sticky{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

/*makes the page smoothly move from section to section */
html {
  scroll-behavior: smooth;
}

