ul, ol{
    margin: 20px 5vw 0px 2.5vw;
}

#header{
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 5;
  width: 100vw;
  font-family: trade-gothic-next, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5vw;
  box-sizing: border-box;
  height: 100px
}

#headerTitle{
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  width: 30.833%;
  margin: 15px 2.5vw 15px;
  padding: 15px 0px;
  border-bottom: black solid 2px;
  border-top: black solid 2px;
  cursor: default;
  display: none;
}

#headerTitle a{
  color: inherit;
  text-decoration: none;
  border: none;
}

#headerSub{
  width: 30.833%;
  margin: 0px 2.5vw 0px 0px;
  text-align: center;
  padding: 0px 35px;
  box-sizing: border-box;
  display: none;
}

.navButton{
  margin: 0px 50px;
  opacity: 0;
  transition: all .5s ease;
}

.navButton:hover{
  color: white;
}

#headerContainer:hover #hsJrnl{
  color: #eaab3b;
}

#headerContainer:hover #hsDsgn{
  color: #e63f0b;
}

#headerContainer:hover #hsLit{
  color: #0aa9a9;
}

#headerContainer:hover .navButton{
  opacity: 1;
}

#logo{
  width: 90px;
  height: 90px;
  margin: 13px;
  background-color: black;
  border-radius: 50%;
  transition: all .5s ease;
  cursor: pointer;
}

#headSpacer{
  min-height: 110px;
}

#jrnlFill{
  height: 25.8vw;
  background-color: #eaab3b;
  box-sizing: border-box;
  padding: 50px;
}

.jrnlImg{
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: #eaab3b;
  width: 25.8vw;
  box-sizing: border-box;
}

.designImg{
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: #e63f0b;
  width: 25.8vw;
  box-sizing: border-box;
}

.jrnlIntro{
  border-color: #eaab3b;
}

#designFill{
  height: 25.8vw;
  background-color: #e63f0b;
  box-sizing: border-box;
  padding: 50px;
}

.designIntro{
  border-color: #e63f0b;
}


#litFill{
  height: 25.8vw;
  background-color: #0aa9a9;
  box-sizing: border-box;
  padding: 50px;
}

.litIntro{
  border-color: #0aa9a9;
}

.contentSubhead{
  font-family: ff-more-web-pro, serif;
  font-style: italic;
  font-size: 1.5rem;
  margin: -12px 2.5vw 0vh 2.5vw;
}

.expandableHead{
  font-family: ff-more-web-pro, serif;
  font-style: italic;
  font-size: 1.5rem;
  margin: 15px 2.5vw 0vh 2.5vw;
}

.expandableSubhead{
  font-family: ff-more-web-pro, serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 5px 2.5vw 0vh 2.5vw;
}

.imgHeader{
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  margin: 0px 0px 10px 0px;
}

.imgCaption{
  font-style: italic;
  font-size: .9rem;
  margin: 5px 0px;
}

#riverControl{
  width: 25.8vw;
}

#cameron1{
  margin-top: -45px;
}

#resilientVid{
  width: 25.8vw;
}

.captionedContent{
  margin: 30px 5vw 0px 2.5vw;
}

.captionedContent.design{
  border-color: #e63f0b;
}

.captionedContent.jrnl{
  border-color: #eaab3b;
}

.captionedContent img{
  max-height: 1000px;
  width: 100%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: inherit;
  box-sizing: border-box;
}

.captionedContent *{
  padding: 0px;
  border-color: inherit;
}

.caption{
  background-color: white;
  border: 3px solid;
  border-color: inherit;
  margin: -8.5px 0px 15px 0px;
  padding: 0px 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.bookend{
  font-size:1.4vw;
   padding-left:5px;
}

.jrnlEnd{
  color:#eaab3b;
}

.litEnd{
  color:#0aa9a9;
}

.designEnd{
  color:#e63f0b;
}

/*Slideshow Formating:*/

.mySlides{
  display: none;
  height: auto;
}

.slideshowNav{
  width: 100%;
  background-color: #e63f0b;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  transition: all .5s ease;
  border-bottom: 2px solid rgba(230, 63, 11, 0);
}

.navBackground{
  width: 100%;
  height: 100%;
  background-color: yellow;
}

.prev, .next{
  cursor: pointer;
  top: 0%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transition: all .5s ease;
  opacity: .5;
}

.prev:hover, .next:hover{
  opacity: 1;
}

.next {
  margin-left: 75%;

}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
