section.announcement {
  background-color: #db4800;
  color: #fff;
  padding: 1em;
  text-align: center;
}

section.welcome {
  background-image: url("../images/home-1.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 15em 0;
  text-align: center;
  position: relative;
}

section.welcome .title {
  position: relative;
  top: 0;
  transition: top 1500ms;
}

section.welcome.load div.title {
  top: -0.75em;
}

section.welcome .title h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  opacity: 0;
  position: relative;
  top: 0;
  transition: opacity 2000ms;
  letter-spacing: 0.25em;
}

section.welcome .title h2 {
  opacity: 0;
  transition: opacity 2000ms;
}

section.welcome .title h1 span:nth-child(2) {
  font-weight: 600;
  color: #db4800;
}

section.welcome.load .title h1 {
  opacity: 1;
}

section.welcome.load .title h2 {
  opacity: 1;
}

section.welcome .title h2 {
  font-size: 3.5em;
  color: #fff;
  margin: 0.5em 0;
}

section.welcome .title h2 span {
  opacity: 0;
  transition: opacity 2000ms;
}

section.welcome.load .title h2 span {
  opacity: 1;
}

section.welcome .title h2 span:nth-child(1) {
  -webkit-transition-delay: 1.5s; /* Chrome, Safari, Opera */
  transition-delay: 1.5s;
}

section.welcome .title h2 span:nth-child(2) {
  -webkit-transition-delay: 3.25s; /* Chrome, Safari, Opera */
  transition-delay: 3.25s;
}

section.welcome .announcement {
  position: absolute;
  bottom: 0;
  width: 98%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em 1%;
  text-align: right;
  color: #fff;
  font-size: 1em;
}

section.intro {
  padding: 4em 17%;
  background-color: #fff;
}

section.banner {
  background-color: #db4800;
  color: #fff;
  text-align: center;
  padding: 2em 4%;
}

section.banner h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}

section.banner p {
  font-size: 1.25em;
  margin: 0.5em 0;
}

section .content {
  padding: 3.5em 10% 0;
  font-size: 1.25em;
  line-height: 2em;
}

.center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.who-we-are {
  background-color: #0086b8;
  line-height: 0;
}

section.who-we-are .content {
  color: #fff;
}

section.who-we-are .content h2 {
  font-size: 1.75em;
  margin: 0 0 0.5em;
}

section.who-we-are .content a {
  display: inline-block;
  padding: 0.75em 2.5em 0.75em 1.5em;
  border: solid 1px rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
  transition: border 250ms;
  margin: 2em 0;
}

section.who-we-are .content a::after {
  content: "\203A";
  font-size: 2em;
  position: absolute;
  top: 50%;
  margin-left: 0.25em;
  margin-top: -0.375em;
  opacity: 0.6;
  transition: opacity 250ms, margin-left 250ms;
}

section.who-we-are .content a:hover {
  border: solid 1px #fff;
}

section.who-we-are .content a:hover::after {
  margin-left: 0.5em;
}

section.what-to-expect {
  background-color: #fff;
  line-height: 0;
}

section.what-to-expect .content {
  color: #555;
}

section.what-to-expect .content h2 {
  font-size: 1.75em;
  margin: 0 0 0.5em;
  color: #db4800;
}

section.what-to-expect .content a {
  display: inline-block;
  padding: 0.75em 2.5em 0.75em 1.5em;
  border: solid 1px #0086b8;
  color: #0086b8;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
  transition: border 250ms;
  margin: 2em 0;
}

section.what-to-expect .content a::after {
  content: "\203A";
  font-size: 2em;
  position: absolute;
  top: 50%;
  margin-left: 0.25em;
  margin-top: -0.375em;
  opacity: 0.6;
  transition: opacity 250ms, margin-left 250ms;
}

section.what-to-expect .content a:hover {
  border: solid 1px #db4800;
  color: #db4800;
}

section.what-to-expect .content a:hover::after {
  margin-left: 0.5em;
}

section.location {
  background-color: #db4800;
  line-height: 0;
}

section.location .content {
  color: #fff;
}

section.location .content h2 {
  font-size: 1.75em;
  margin: 0 0 0.5em;
  color: #fff;
}

section.location .content a {
  display: inline-block;
  padding: 0.75em 2.5em 0.75em 1.5em;
  border: solid 1px rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
  transition: border 250ms;
  margin: 2em 0;
}

section.location .content a::after {
  content: "\203A";
  font-size: 2em;
  position: absolute;
  top: 50%;
  margin-left: 0.25em;
  margin-top: -0.375em;
  opacity: 0.6;
  transition: opacity 250ms, margin-left 250ms;
}

section.location .content a:hover {
  border: solid 1px #fff;
}

section.location .content a:hover::after {
  margin-left: 0.5em;
}

@media only screen and (max-width: 1100px) {
  section .content {
    padding: 3.5em 10% 1.5em;
    font-size: 1.25em;
    line-height: 2em;
  }
}

/*new header CSS*/
section.welcome.load,
section.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: left;
}
section.welcome.load iframe,
section.welcome iframe {
  height: 200%;
  width: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
section.welcome.load div.title,
section.welcome div.title {
  position: relative;
  height: 1em;
  color: white;
  top: -6em;
}
section.welcome.load div.title h1,
section.welcome div.title h1 {
  font-size: 2em;
}
section.welcome.load div.title h1 #wordContain,
section.welcome div.title h1 #wordContain {
  width: 4em;
}
section.welcome.load div.title h2,
section.welcome div.title h2 {
  font-size: 3em;
}
section.welcome.load div.title .primaryWord,
section.welcome div.title .primaryWord {
  width: fit-content;
}
section.welcome.load div.title span,
section.welcome div.title span {
  display: inline-block;
  text-transform: capitalize;
}
section.welcome.load div.title span .word,
section.welcome.load div.title span .prevWord,
section.welcome.load div.title span .currentWord,
section.welcome div.title span .word,
section.welcome div.title span .prevWord,
section.welcome div.title span .currentWord {
  position: absolute;
  transition: opacity 0.25s, bottom 0.25s;
  bottom: -1em;
  opacity: 0;
  z-index: 10;
}
section.welcome.load div.title span .currentWord,
section.welcome div.title span .currentWord {
  bottom: 0;
  opacity: 1;
}
section.welcome.load div.title span .prevWord,
section.welcome div.title span .prevWord {
  bottom: 1em;
}

section.who-we-are .content h2 {
    font-size: 1.5em;
}

section.intro h4 {
    color: black;
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
}

section.intro h3 {
    color: #db4800;
    font-size: 2em;
    font-weight: 800;
    line-height: 2em;
    text-align: center;
}

#nounHere{
    position: relative;
}

section.intro {
    padding: 2em 17%;
    background-color: #fff;
}

.wordB{
    display: none;
}

.wordB.currentWordB {
    display: inline
}