
#hero {
  background-image:url('../imgs/hero.png');
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height:100vh;
}
/*handing hero on phones*/
@media (max-width: 768px) {
  #hero {
    background-attachment: scroll;
  }
}
.hero-content {
  height: 100%;
  padding-bottom: 5%;
}
#hero h1.hero-name {
  color: #EBCDC7;
  margin-top: 30px;
  font-size: 70px;
  font-weight: 500;
}
#hero h4.hero-tagline {
   color: #FAF2F1;
   margin-top: 15px;
}
#hero .summary-text {
  color: #FAF2F1;
  text-align: left;
}

.navbar-toggler-icon {
  background-image: url('../imgs/hamburger_home.png')
}
/* hide name on nav on homepage */
.navbar-brand {
  visibility: hidden;
}
/* show on scroll */
#navBar.scrolled .navbar-brand, #navBar.open .navbar-brand { 
  visibility: visible;
   -webkit-transition: visibility .3s; /* Safari */
  transition: visibility .3s;
}
#navBar {
  background-color: transparent;
  -webkit-transition: background-color .3s;  /*Safari */
  transition: background-color .3s;
}
#navBar.scrolled {
  background-color: white;
  -webkit-transition: background-color .3s; /* Safari */
  transition: background-color .3s;
  box-shadow: 0px 2px 15px rgba(126, 122, 134, .2);
}

#homeContent {
  padding-top: 60px;
}
/* overwrite */
.summary-text {
  font-size: 24px;
}

/*** 
speaking list
****/
.speaking-list {
  margin-top: 75px;
}
.speaking-list dd {
  font-family: "europa", Helvetica;
  font-size: 14px;
  color: #A09CA6;
  font-weight: 400;
}
.heading-hilite-right:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  background-color: #DDA39F;
  height: 3px;
  margin-top:60px;
  margin-left: -160px;
  width: 140px;
  z-index:-1;
}
.heading-hilite-right:after {
  left: -10%;
  top: 0;
  position: absolute;
  content: " ";
  background-color: #F3F1F4;
  z-index:-3;
  width: 60%;
  height: 30%;
}



/****
timeline - edited css from bootsnip https://bootsnipp.com/snippets/featured/timeline-21-with-images-and-responsive
*****/
.timeline {
  list-style: none;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.timeline-item {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  letter-spacing: 0px; /* reset it */
}
.timeline-item.timeline-right{
  float: right; 
  clear: right;
}
.timeline-panel {
  float: left;
  text-align: center;
  position: relative;
  padding: 15px 0px;
}
.timeline-panel-left {
  padding-left: 0px;
  margin-left: 0px;
  border-left: none;
  padding-right: 30px;
  margin-right: 45px;
  /*border-right: 1px solid #DDA39F;*/
  background : linear-gradient(-90deg, #FAF2F1 30%, white 30%);
}
.timeline-panel-right {
  padding-left: 30px;
  margin-left: 45px;
 /* border-left: 1px solid #A09CA6;*/
  background : linear-gradient(90deg, #F3F1F4 30%, white 30%);
}
.year {
  font-weight: 800;
  font-size: 40px;
  color: #BF6863;
}
.yr-left {
  color: #BF6863;
}
.yr-right {
  color: #837889;
}
.timeline-item-list, .timeline-item h5 {
  text-align: left;
}
.timeline-item-list-item {
  margin: 0px;
}
.timeline h5 {
  margin-top: 30px;
}


/* center line */
.timeline:before { 
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #E4E3E6;
  left: 50%;
  margin-left: -1px;
}
/* putting center line on li vs entire timeline */
.timeline > li:before,
.timeline > li:after { 
 /* content: " ";
  display: table;*/
}
.timeline > li:before { /* left side */
 /* top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #DDA39F;
  margin-right: -1px;
  right: 0px;*/
}
.timeline > li.timeline-inverted:before{ /* right side */
 /* left: 0px;
  background-color: #DDA39F;
  margin-right: 0px;
  margin-left: -1px;*/
}
.timeline > li:after {
  clear: both;
}

/* dot on timeline */
.timeline-badge {
  width: 75px;
  height: 10px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 30px;
  z-index: 100;
}
.timeline-badge-left {
  right: -5px;
  background: url('../imgs/tl-dot-left.png') no-repeat center; 
}
.timeline-badge-right{
  left: -5px;
  background: url('../imgs/tl-dot-right.png') no-repeat center;
}

/* item specific spacing for items and badges */
.timeline-item:nth-child(1){
  margin-top: -10px;
}
.timeline-item:nth-child(1) .timeline-badge {
  top: 10px;
}
.timeline-item:nth-child(2){
  margin-top: 60px;
}
.timeline-item:nth-child(2) .timeline-badge {
  top: 105px;
}
.timeline-item:nth-child(3){
  margin-top: 30px;
}
.timeline-item:nth-child(3) .timeline-badge {
  top: 10px;
}
.timeline-item:nth-child(4){
  margin-top: 30px;
}
.timeline-item:nth-child(4) .timeline-badge {
  top: 60px;
}
.timeline-item:nth-child(5){
  margin-top: 30px;
}
.timeline-item:nth-child(5) .timeline-badge {
  top: 100px;
}
.timeline-item:nth-child(6){
  margin-top: 30px;
}
.timeline-item:nth-child(6) .timeline-badge {
  top: 20px;
}
.timeline-item:nth-child(7){
  margin-top: 30px;
}
.timeline-item:nth-child(7) .timeline-badge {
  top: 240px;
}
.timeline-item:nth-child(8){
  margin-top: 30px;
}
.timeline-item:nth-child(8) .timeline-badge {
  top: 130px;
}

/* spacing smaller screen */
@media (max-width: 992px) {
  ul.timeline:before {
      left: 30px;
  }
  .timeline {
    margin-top: 30px;
  }

 .timeline-item{
    margin-bottom: 15px;
    position: relative;
    width:100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
      width: calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      text-align: left;
  }
  ul.timeline > li > .timeline-panel {
      float: right;
  }
  .timeline-panel-left {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    padding-left: 30px;
    margin-left: 45px;
    /*border-left: 1px solid #DDA39F;*/
    background : linear-gradient(90deg, #FAF2F1 30%, white 30%);

  }   
  .timeline-item.timeline-right{
    float: left; 
    clear: left;
  }

  .timeline-badge-right, .timeline-badge-left {
    left: 10px;
    margin-left: 0px;
  }
  .timeline-badge-left {
    background-image: url('../imgs/tl-dot-left-switch.png');
  }

  .timeline-item:nth-child(1){
    margin-top: 0px;
  }
  .timeline-item:nth-child(2){
    margin-top: 30px;
  }
  .timeline-item:nth-child(2) .timeline-badge {
    top: 15px;
  }
  .timeline-item:nth-child(3){
    margin-top: 30px;
  }
  .timeline-item:nth-child(3) .timeline-badge {
    top: 15px;
  }
  .timeline-item:nth-child(4){
    margin-top: 30px;
  }
  .timeline-item:nth-child(4) .timeline-badge {
    top: 40px;
  }
  .timeline-item:nth-child(5){
    margin-top: 30px;
  }
  .timeline-item:nth-child(5) .timeline-badge {
    top: 120px;
  }
  .timeline-item:nth-child(6){
    margin-top: 30px;
  }
  .timeline-item:nth-child(6) .timeline-badge {
    top: 10px;
  }
  .timeline-item:nth-child(7){
    margin-top: 30px;
  }
  .timeline-item:nth-child(7) .timeline-badge {
    top: 240px;
  }
}
@media (max-width: 540px) {
  .summary-text {
    visibility: hidden;
  }
}
