/* Sticky Navigation CREDIT: Etrics from codepen.io (BEAUTIFUL job on sticky navigation) */

/* imported Dancing Script, Pacifico, and Libre Baskerville font */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Libre+Baskerville:wght@700&family=Pacifico&display=swap');


a {
  text-decoration: none;
}

/* .socials {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
}

.icon {
  height: 30px;
}

.icon:hover {
  opacity: 0.6;
}

.sub-icon {
  height: 25px;
}
.sub-icon2 {
  height: 30px;
} */

#et-cotrack-main, #et-almounds-main {
  margin: auto 5%;
}

/***************** HOME PAGE *****************/
.et-home-slide {
  position: relative;
  background: #ffa8b4;
  text-align: center;
  display: block;
  height: 95vh;
}

.et-almounds-slide {
  position: relative;
  background: url("../../images/almounds/almonds.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: block;
  height: 50vh;
  width: 100%;
  
}

.et-cotrack-slide {
  position: relative;
  background: url("../../images/cotrack/covid19.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: block;
  height: 50vh;
  width: 100%;
  
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #eee;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  text-shadow: 0 0 5rem #000;
  animation: floats 3s ease infinite;
  font-family: 'Libre Baskerville', serif;
}

.case {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  width: 90vw;
  text-shadow: 0 0 5rem #000;
  font-family: 'Libre Baskerville', serif;
}

.header {
  margin-bottom: 1vh; 
  margin-top: 1vh; 
  font-size: 3vh;
  font-weight: 100;
  font-family: serif;
  text-align: left;
}

.et-slide-almound {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    background-size: auto;
    padding: 0 5px;
    padding-bottom: 6vh;
}

.et-slide-almound img:hover {
  transform: scale(1.2);
  transition: all 1s ease-in-out;
}

.text {
  font-size: 3vh;
  font-weight: 100;
  float: left;
  font-family: serif;
  text-align: center;
}

.caption {
  font-size: 2.5vh;
  font-style: italic;
  float: left;
  font-family: serif;
  padding-top: 5vh;
  text-align: center;
}

.speak {
  font-size: 3vh;
  font-weight: 100;
  float: left;
  text-align: left;
  font-family: serif;
  display: flex;
}

.lists {
  font-size: 3vh;
  font-weight: 100;
  text-align: left;
  font-family: serif;
  list-style-type: square;
}

@keyframes floats {
  0%   {top: 50%;}
  50%  {top: 52%;}
  100% {top: 50%;}
}

/***************** ABOUT PAGE *****************/
.et-about-slide {
  background-image: url("../../images/coverImage.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
  background-position: right;
  width: 100%;
  height: 100%;
  padding-top: 5vh;
}

.et-about-slide h1 {
  color: #eee;
  padding-left: 10vw;
  font-size: 8vw;
  text-align: left;
}

.et-about-slide h2 {
  color: #eee;
  padding-right: 30vw;
  padding-left: 10vw;
  font-size: 2vw;
  text-align: left;
  padding-bottom: 5vh;
}

/***************** Create alternating white pages *****************/
.et-slide-even {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: table;
  align-items: center;
  justify-content: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  width: 100vw;
  overflow: hidden;
  background: #edf7f6;
  text-align: center;
  justify-content: center;
}

.et-slide-even h2 {
  font-size: 2vh;
  padding-left: 5vh;
  padding-right: 5vh;
}

/***************** Sticky Tab Navigation *****************/
.et-hero-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 5vh;
  position: relative;
  background: #edf7f6;
  text-align: center;
  padding: 0 2rem;
}

.et-hero-tabs-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab,
.et-hero-tab-res {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  color: #1c1c1c;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

.et-hero-tab:hover,
.et-hero-tab-res:hover {
  background: #ffa8b4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

/***************** PROJECTS PAGE *****************/
.github {
  width: 350px;
  margin: 10px 10px;
  background: white;
  border-bottom: 10px solid darken(#000, 10%);
  border-radius: 3px;
  position: relative;
  display: inline-block; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.github-header {
  position: relative;  
  height: 200px;
}

.project {
  width: 350px;
  margin: 10px 10px;
  background: white;
  border-bottom: 10px solid darken(#000, 10%);
  border-radius: 3px;
  position: relative;
  display: inline-block; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

article .project-header {
  position: relative;  
  height: 200px;
}

article .project-header img {
  width: 350px;
  height:200px;
}

article .project-header:hover img{
  opacity: 0.1;
}

.github {
  opacity: 1;
}

article .project-header h1 {
  position: absolute;
  height: 30vh;
  width: 350px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  top: 3vh;
  font-size: 23px;
  color: #000;
  opacity: 0;
  transition: opacity 1.5s;
  z-index: 1;
}

article .project-header:hover h1,
article .project-header:hover h2{
  opacity: 1;
}

article .project-header h2 {
  position: absolute;
  height: 30vh;
  top: 9vh;
  width: 350px;
  font-size: 15px;
  color: #000;
  padding: 0;
  opacity: 0;
  transition: opacity 1.5s;
  z-index: 1;
}

/***************** EXPERIENCE PAGE *****************/
.et-slide-exp {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  background: #1c1c1c;
  text-align: center;
  background-size: auto;
  padding: 0 2em;
  padding-bottom: 6vh;
}

.expPosition {
  font-size: 2vw;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  float: left;
  color: #ffa8b4;
  padding-top: 6vh;
  font-family: 'Libre Baskerville', serif;
}

.expTime  {
  font-size: 1.25vw;
  font-weight: 100;
  line-height: 1;
  padding-top: 1%;
  text-align: left;
  color: #eee;
}

.expCompany {
  font-weight: 100;
  font-size: 2vw;
  float: right;
  text-align: right;
  color: #eee;
  font-family: 'Libre Baskerville', serif;
}

.back {
  float: left;
  margin-left: 5vw;
  margin-top: 5vh;
  color: black;
}

.expDesc {
  font-size: 1.75vw;
  font-weight: 100;
  line-height: 1.5;
  padding-top: .5%;
  text-align: left;
  color: #eee;
}

/***************** INTERESTS PAGE - Photo Gallery *****************/
.gallery {
  column-width: 200px;
  column-gap: 0;
  row-gap: 0;
  width: 100%;
  max-width: 100vw;
}

.gallery img {
  float: left;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  filter: grayscale(100%);
}

.gallery img:hover {
  filter: grayscale(0%);
}