@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
  font-family: 'Noto Sans TC', serif;
  padding-top: 54px;
  color: #868e96;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans TC', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}
h1 {
  font-size: 3.1rem;
   padding-top: 10px;
  padding-left: 10px;
  padding-right:10px;
}

h2 {
  font-size: 2.5rem;
  padding-top: 20px;
  padding-left: 10px;
  padding-right:10px;
}
h3 {
  font-size: 2rem;
  padding-top: 20px;
  padding-left: 10px;
  padding-right:10px;

}
h4 {
  font-size:1.5rem;
  padding-top: 20px;
  padding-left: 10px;
  padding-right:10px;

}
.subheading {
  text-transform: uppercase;
  font-weight: 500;
  
 
  
  font-family: 'Noto Sans TC', serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #BD5D38;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #0A4281 !important;
}

.text-primary {
  color:  #C58E00 !important;
}

a {
  color:  #C58E00;
}

a:hover, a:focus, a:active {
  color:  #C55900;
}

 
.timeline{
    position: relative ;
    margin: 0 auto;
  }
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ffaa63;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
   
    
} 
.timeline-block {
    padding: 10px 30px;
    position: relative;
    background-color:;
    width: 50%;
    border-style:outset;
}

/* The circles on the timeline */
.timeline-block::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    background-color: #ff9339;
    border: 3px solid inherit;
    top: 15px;
    border-radius: 50%;
    z-index: 3;
}

/* Place the container to the left */
.timeline-left {
    left: 0;
}

/* Place the container to the right */
.timeline-right {
    left: 50%;
}

/* Fix the circle for containers on the right side */
.timeline-right::after{
  left: -20PX;
}

/* Media queries - Responsive timeline on screens less than 992px wide */
@media screen and (max-width: 992px) {
/* Place the timelime to the left */
  .timeline::after {
   background-color: #424242; 
   left:31px;
  }

/* Full-width containers */
  .timeline-block {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    background-color: transparent; 
    border-style:inset;
  }

/* Make all right containers behave like the left ones */
  .timeline-right {
    left: 0%;
  }

/* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
    left: 10px;
  }
}

