/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color:white;
  background-color:#6a6a6a;
}
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #212529;
  padding: 15px 0;
}
.footer a {
  color: #70726F;
  font-size: 20px;
  padding: 15px;
  border-right: 1px solid #70726F;
  transition: all .5s ease;
}
.footer a:first-child {
  border-left: 1px solid #70726F;
}
.footer a:hover {
  color: white;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 3rem;
}

.carousel-caption {
  bottom: 5rem;
  left:5rem;
  z-index: 10;
}

.carousel-item {
  height: 42rem;
}
@media(max-width:400px) {
  .graphBanner {
    display: none;
    background-color: blue;
  }
}

.marketing h2 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -.05rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* Resume Box
---------------------*/
.resume-box ul {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
}
.resume-box li {
  position: relative;
  padding: 0 20px 0 60px;
  margin: 0 0 30px;
}
.resume-box li:last-child {
margin-bottom: 0;
}

.resume-box .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  color: #20247b;
  line-height: 40px;
  background: #e8e9f1;
  text-align: center;
  z-index: 1;
  border: 1px dashed;
  border-radius: 50%;
}

.resume-box .time {
  background: #1d407a;
  color: #e8e9f1;
  font-size: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
}
.resume-box h5 {
  font-weight: 700;
  color: #e8eaed;
  font-size: 16px;
  margin-bottom: 10px;
}

.resume-box li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  border-left: 1px dashed #1d407a;
  bottom: 0;
}
