body{
  background-color:white;
}


/*navigation bar css*/
.navbar {
    overflow: hidden;
    background-color:white;
    margin-bottom:10px;
}

.navbar img{
    height:6.5%;
    width:13%;
    margin-left:30px;
    margin-top:5px;
}

.navbar a{
  float: right;
  color: black;
  font-family:"nunito sans", sans-serif;
  text-align: center;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 14px;
}

/*css for underline animation of unactivce tabs*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #c19a7a;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c19a7a;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  margin-left:6px;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar a.active {
  background-color: rgba(237,223,212,0.5);
  color: black;
}



/* code to display a gif as the header and background */
.header-image {
  background-image: url("https://i0.wp.com/windowscustomization.com/wp-content/uploads/2018/12/Rain.gif?resize=600%2C353&quality=80&strip=all&ssl=1");
  background-size: cover;
  position: relative;
  height: 650px;
}


/* code for text cutout */
.header-image-text {
  background-color: white;
  color: black;
  font-size: 10vw; 
  font-family:"spectral", serif;
  text-transform:uppercase;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  padding-right:30px;
  padding-left:30px;
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}





/* enables title text to change colors on scroll */
.text > p {
  background: linear-gradient(
    to right,
    rgb(37, 37, 37) 40%,
    rgb(112, 151, 153) 60%
    
  );
  background-size: 200% 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.2;
}

.text p{
  font-size: 50px;
  text-align:center;
  font-family:"Bitter", serif;
  margin-left:60px;
  margin-right:60px;
  padding-top:40px;
}


/* toggles between hiding and showing large amounts of content on click */
.accordion {
    background: radial-gradient(
    circle,
    rgba(63, 97, 79, 1) 0%,
    rgba(63, 96, 97, 1) 21%,
    rgba(63, 90, 97, 1) 51%,
    rgba(63, 75, 97, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  font-family:"bitter", serif;
  border-bottom:solid;
  border-width:2px;
  border-top:none;
  border-right:none;
  border-left:none;
  border-color:#173d30;
  cursor: pointer;
  padding: 20px;
  max-width: 56.67%;
  text-align: left;
  outline: none;
  font-size: 40px;
  text-transform:uppercase;
  transition: 0.4s;
  margin-left:90px;
  text-align:center;
}



.active, .accordion:hover {
  background-color: #ccc;
}


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  max-width:50%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left:90px;
  font-family:"Nunito Sans", sans-serif;
  font-size:14px;
}

/* positions profile image in line with the accordion */
.column img{
  float: right;
  max-width: 25%;
  max-height:25%;
  margin-top:37px;
  margin-right:80px;
  box-shadow:8px 8px 8px gray;
}





/* animated title and overlay with origins description */
.containerfororigins {
  position: relative;
  text-align: center;
  color: white;
  background-color:black;
}

.centeredorigins {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}




@-webkit-keyframes track-in-out {
  0% {
    letter-spacing: 60px;
    opacity: 0;
    color:#6d848a;
  }
  20% {
    letter-spacing: normal;
    opacity: 1;
    color: #31473c;
  }
  80% {
    letter-spacing: normal;
    opacity: 1;
    color: white;
  }
  100% {
    letter-spacing: 60px;
    opacity: 0;
    color:#7b877f;
  }
}

#originsText{
  font-size: 13vw;
  top: 50%;
  word-spacing: 10px;
  width: 100%;
  text-align: center;
  font-family: "Graduate", serif;
  animation-name: track-in-out;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}


.originsbgimage {
  margin-top:100px;
  display: block;
  width: 100%;
  height: 600px;
  opacity:0.7;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3f6160;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.containerfororigins:hover .overlay {
  height: 100%;
}

.overlaytext {
  color: white;
  font-size: 20px;

}

dd {
  display: list-item;
  list-style-type: "✘";
  padding-inline-start: 1ch;
  color:white
}

dt {
    text-align:center;
    font-family:"Bitter", serif;
    font-size:40px;
    border-bottom:solid;
    border-color:#bec9d1;
    margin-bottom:20px;
    padding-bottom:10px;

}

dd{
    font-family:"Nunito Sans", sans-serif;
    font-size:14px;
    text-align:left;
}

.right {
  top:15%;
  position: absolute;
  right: 70px;
  width: 40%;
  padding: 10px;
}
.left {
  top:15%;
  position: absolute;
  left: 70px;
  width: 40%;
  padding: 10px;
}

footer{
  padding: 8px;
  background-color: white;
}