.navbar {
  background-color: transparent !important;
  background: transparent !important;
  border-color: transparent !important;
  min-height: 70px !important; }

.navbar-nav > li > a, .navbar-brand {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  height: 70px;
  color: #dbdbdb; }
  .navbar-nav > li > a i, .navbar-brand i {
    border: 1px solid #dbdbdb;
    padding: 10px;
    position: relative;
    bottom: 15px; }

.menu_green_bar {
  height: 2px;
  width: auto;
  background-color: #07cb79; }

.navbar-nav > li :hover {
  background-color: transparent !important; }

.top_icon {
  font-weight: 800;
  font-size: 20px; }

a {
  text-decoration: none;
  color: gray; }

a:hover {
  color: gray;
  text-decoration: none; }

.content {
  background-color: #efefef; }

#hero {
  height: 500px;
  background-color: #2f353f; }

#intro {
  height: 500px;
  margin-top: -350px;
  background-color: white;
  box-shadow: 2px 2px 3px gray;
  position: relative; }

.hello {
  position: relative;
  width: 70px;
  height: 25px;
  padding: 5px 10px;
  background: #07cb79;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff; }

.hello:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 4px 0;
  border-color: #07cb79 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 6px; }

.container {
  width: 900px; }

.spacing {
  margin: 50px; }
  .spacing ul {
    list-style: none;
    text-align: left;
    position: relative;
    right: 30px; }
    .spacing ul li {
      margin-top: 7px;
      line-height: 1.5; }
      .spacing ul li span {
        color: #ffffff;
        font-weight: 600;
        background-color: #07cb79;
        padding: 2px;
        border-radius: 2px; 
        font-size: small;
      }

.gray {
  color: #c4c4c4; }

.social_bar_container {
  height: 100px;
  background-color: #07cb79;
  width: 870px;
  position: absolute;
  bottom: 0px; }
  .social_bar_container ul {
    list-style: none;
    position: relative;
    left: 200px; }
    .social_bar_container ul li {
      display: inline;
      color: #ffffff;
      font-weight: 800;
      text-align: center;
      font-size: 20px;
      line-height: 100px;
      margin-right: 50px; }

#download {
  text-align: center;
  font-size: 20px;
  margin: 70px 0; }

.btn_outline {
  border: 1px solid lightgray;
  padding: 10px;
  color: gray;
  font-size: 14px; }

div .skill {
  background-color: white; }

#portfolio {
  margin-top: 70px; }
  #portfolio img {
    box-shadow: 2px 2px 3px lightgray; }
  #portfolio .portfolio_category {
    text-align: center; }
    #portfolio .portfolio_category .category_bar {
      height: 5px;
      background-color: #07cb79;
      border-right: 200px solid #ffffff;
      width: 260px;
      margin: 0 auto;
      margin-bottom: 20px; }
    #portfolio .portfolio_category ul {
      list-style-type: none;
      margin-bottom: 20px; }
      #portfolio .portfolio_category ul li {
        font-weight: 500;
        display: inline;
        text-transform: uppercase;
        margin-right: 20px; }
  #portfolio .icon_container {
    margin: 50px 0; }
    #portfolio .icon_container .plus_icon {
      padding: 20px;
      font-size: 20px;
      border: 1px solid lightgray;
      text-align: center;
      position: relative;
      left: 410px; }

.progress {
  background: #cdf5e4;
  border: 0px solid whitesmoke;
  border-radius: 1px;
  height: 5px; }

.progress-bar {
  background: #07cb79; }

.white {
  background-color: white;
  width: auto;
  height: 500px; }
  .white ul {
    list-style: none;
    margin-top: 50px;
    margin-bottom: 50px; }

.section_heading {
  text-align: center;
  margin-bottom: 35px; }

.section {
  margin: 70px 0; }

#skills {
  margin-top: 50px; }
  #skills .skills_container {
    background-color: white;
    padding: 35px;
    box-shadow: 3px 3px 1px lightgray; }

#contact {
  margin-bottom: 100px; }
  #contact h2 {
    font-size: 25px; }
  #contact .contact_box {
    padding: 25px; }
    #contact .contact_box input[type=text], #contact .contact_box input[type=textarea], #contact .contact_box textarea {
      margin-top: 20px;
      font-size: 16px;
      line-height: 16px;
      padding: 10px 0;
      display: block;
      width: 100%;
      border: none;
      border-bottom: 1px solid #d8d8d8;
      border-radius: 0; }
    #contact .contact_box button {
      color: #ffffff;
      background-color: #07cb79;
      margin-top: 25px;
      padding: 10px 40px !important; }

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300; }

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

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left; }

.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: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #cdf5e4;
  border-right: 0 solid #cdf5e4;
  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 #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #cdf5e4;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100; }

.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 > a {
  color: #07cb79 !important; 
  font-size: 7px;
}

.timeline-badge a:hover {
  color: #07cb79 !important;
  font-size: 7px; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-heading h2 {
  font-weight: 400;
  padding: 0 15px;
  font-size: 20px;
  color: gray;
  text-align: center; }

.timeline-heading p {
  margin-top: 25px;
  color: #07cb79;
  text-align: center; }

.timeline-heading h4 {
  color: gray;
  text-align: center; }

.timeline-body > p, .timeline-body > ul {
  padding: 20px 15px;
  margin-bottom: 0;
  color: gray; }

.timeline-footer {
  padding: 5px 15px;
  background-color: #f4f4f4; }

.timeline-footer p {
  margin-bottom: 0; }

.timeline-footer > a {
  cursor: pointer;
  text-decoration: none; }

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

.timeline > li:nth-child(2) {
  margin-top: 60px; }

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px; }

.no-float {
  float: none !important; }

.green_bar {
  background-color: #07cb79;
  height: 6px;
  width: auto; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }

  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left; }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px); }

  ul.timeline > li > .timeline-badge {
    left: 28px;
    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; }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px; }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px; } }

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