body {
  font-family: "Helvetica", "Lato", sans-serif;
	font-kerning: normal;	
	background-color: #ffffff;
}

a {
  text-decoration: none;
}

.et-slide {
	z-index: 0;
}	
#tab-pdw {
	min-height: 200%;
background-image: linear-gradient(#000000 98%, #B2B4B2);	
	color: #ffffff;
	
}
.et-hero-tabs {
  background-image: linear-gradient(#ffffff 85%, #B2B4B2);
}
#tab-aboutus {
	background-image: linear-gradient(#B2B4B2 85%, #000000);
}
#tab-cec {
	background-image: linear-gradient(#B2B4B2 85%, #ffffff);
}
.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  position: relative;
  text-align: center;
  padding: 0 2em;
	
	
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
   background: #005EB8;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #005EB8;
  transition: left 0.3s ease;
}


.img-fluid {
    margin: 20px;
	width: 90%;
	height: auto;
	z-index: 2;
}
div.img-border-left{
  vertical-align: top;
  color: #005EB8;
}
div.img-border-left:nth-child(1) {
  filter: drop-shadow(-16px 16px);
}
div.img-border-right{
  vertical-align: top;
  color: #005EB8;
}
div.img-border-right:nth-child(1) {
  filter: drop-shadow(16px 16px);
}

ul {
	text-align: left;
	margin-left: 20%;
}
.blurb {
	font-size: 18pt;
	margin-top: 20px;
}
.psBlurb {
	margin-top: 60px;
}
.aiBlurb {
	margin-top: 60px;
}
.idBlurb {
	margin-top: 60px;
}
.prBlurb {
	margin-top: 60px;
}
.aeBlurb {
	margin-top: 60px;
}

.learnMore {
	background-color: #005EB8;
	color: #ffffff;
}



@media screen and (min-width: 400px) {
	.et-hero-tabs h1,
.et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
#tab-pdw {
	min-height: 0%;
}
	
}
