/* Html Body */
body {
  font-family: sans-serif;
  overflow-x: hidden;
}

.navbar {
  background-color: rgb(255, 255, 255);
  border: none;
}

/*# Header section*/
@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    padding: 40px 0 25px 0;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
    padding-right: 40px;
  }
  .navbar-nav > .last {
    padding-right: 0 !important;
  }
}
.navbar-default .navbar-nav > li a {
  color: #1A1B1C;
  transition: color 0.3s ease;
}
.navbar-default .navbar-nav > li a:hover {
  color: #64c29e;
}

.navbar-default .navbar-nav > .menu-list {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.navbar-default .navbar-nav > #nav-logo {
  text-transform: capitalize;
  color: #1A1B1C;
  font-size: 26px;
  font-weight: bold;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

/*# Footer section*/
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 250px;
  background-color: #f5f5f5;
  border-top: 2px solid #1A1B1C;
}
.footer .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.footer .fa {
  color: #1A1B1C;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
}
.footer .fa:hover {
  color: #64c29e;
}
.footer #social a:hover {
  text-decoration: none;
}
.footer #social .footer-contact {
  text-transform: uppercase;
  padding: 7px 12px;
  display: inline-block;
  border: 1px solid rgb(150, 150, 150);
  color: #1A1B1C;
  text-decoration: none;
  font-size: 0.8em;
  font-family: sans-serif;
  letter-spacing: 1px;
  margin: 25px 0px 0px;
  transition: all 0.5s ease;
}
.footer #social .footer-contact:hover {
  background-color: #1A1B1C;
  color: #64c29e;
  border: 1px solid rgb(255, 255, 255);
}
.footer #social #footer-copyright {
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: sans-serif;
  letter-spacing: 1px;
}

/* About me section */
.workspace {
  width: 100%;
  height: 100%;
}

.about {
  padding: 0px 0;
  background-color: #fff;
}

.intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 0px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
}

.work {
  padding: 70px 0 30px 0;
  text-align: center;
}

.work-container {
  border-top: 2px solid #1A1B1C;
}

.work-heading {
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

/* Work section */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-top: 10px;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.rvce {
  background-color: rgb(183, 23, 71) !important;
}

.timeline-badge.intel {
  background-color: rgb(0, 113, 197) !important;
}

.timeline-badge.ul {
  background-color: rgb(186, 90, 2) !important;
}

.timeline-badge.thrill {
  background-color: rgb(227, 97, 34) !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #1A1B1C;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.text-muted {
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/*# sourceMappingURL=index.css.map */
