/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

header {
  background: #212529;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.title-text {
  padding-bottom: 30px;
  text-align: center;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

#resume {
  padding: 100px 0;
  background: #f6f6f6;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #eee;
}
.timeline>li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}
.timeline>li:after {
  clear: both;
}
.timeline>li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline>li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  margin-left: 0;
  border: 1px solid #eee;
  border-radius: 100%;
  text-align: center;
  background: #fff;
}
.timeline>li .timeline-image h4 {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline>li:last-child {
  margin-bottom: 40px;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.timeline .timeline-heading h2 {
  margin-top: 30px;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
  color: #629ca7;
  font-size: 20px;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
  margin-bottom: 0;
}
h3, h4 {
  color: #121d1f;
  font-size: 20px;
  font-weight: 600;
}
/* Media Queries */
@media(min-width:768px) {
.intro {
  height: 100%;
  padding: 0;
  text-align: left;
  color: #fff;
}
.intro H1 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -2px;
}
.intro .name {
  font-weight: 600;
}
.intro .intro-text {
  max-width: 75%;
}
.intro .intro-text p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
section {
  padding: 1px 0;
}
header .intro-text {
  padding-top: 300px;
  padding-bottom: 200px;
}
.timeline:before {
  left: 50%;
}
.timeline>li {
  margin-bottom: 100px;
  min-height: 100px;
}
.timeline>li .timeline-panel {
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}
.timeline>li .timeline-image {
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}
.timeline>li .timeline-image h4 {
  margin-top: 16px;
  line-height: 18px;
  font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 30px 20px 20px;
  text-align: left;
}
}

@media(min-width:992px) {
#here-me h1 {
  margin: 10px 0 0px;
}
.timeline>li {
  min-height: 150px;
}
.timeline>li .timeline-panel {
  padding: 0 20px 20px;
}
.timeline>li .timeline-image {
  width: 150px;
  height: 150px;
  margin-left: -75px;
}
.timeline>li .timeline-image h4 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
  padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.timeline>li {
  min-height: 170px;
}
.timeline>li .timeline-panel {
  padding: 10px 20px 20px 1px;
}
.timeline>li .timeline-image {
  width: 150px;
  height: 150px;
  margin-left: -75px;
}
.timeline>li .timeline-image h4 {
  margin-top: 40px;
  font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
  padding: 10px 100px 20px 20px;
}
}
