@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.navbar {
  padding: 0.5rem;
}
.nabar-nav li {
  padding-right: 20px;
}
.navbar-brand {
  font-size: 1.8em !important;
}
.nav-link {
  font-size: 1.4em !important;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.welcome hr {
  border-top: 2px solid #080808;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.body {
  width: 75%;
  margin: 0 auto;
}
.generic {
  width: 75%;
  margin: 0 auto;
}
.top {
  padding-top: 2rem;
}
.generic hr {
  border-top: 2px solid #080808;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.interests {
  text-align: center;
  margin-top: 0.5rem;
}
.icon-database {
  background: url("../static/lnr-database.svg");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-database:hover {
  background: url("../static/database-logo-after.png");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-cloud {
  background: url("../static/lnr-cloud.svg");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-cloud:hover {
  background: url("../static/cloud-logo-after.png");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-ml {
  background: url("../static/ml-logo.png");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-ml:hover {
  background: url("../static/ml-logo-after.png");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-airflow {
  background: url("../static/airflow-logo.svg");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
.icon-airflow:hover {
  background: url("../static/airflow-logo-after.png");
  height: 55px;
  width: 55px;
  display: inline-block;
  background-size: cover;
  margin: 0 auto;
}
footer {
  background-color: #3a3a3a;
  color: #f1eeee;
  padding-top: 1rem;
}
.card-body {
  color: #080808;
}
.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel-caption {
  background: rgba(255, 255, 255, 0.8);
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social a {
  font-size: 3em;
  padding: 1rem;
}
.social-mini a {
  font-size: 3em;
  padding-right: 1rem;
}
.social-mini {
  position: absolute;
  bottom: 0;
  right: 0;
}
.intro a {
  color: #635959;
}
/* .copyright {
  padding-bottom: 0.5rem;
} */
.fa-linkedin {
  color: #2867b2;
}
.fa-github {
  color: #6e5494;
}
.fa-medium {
  color: #47ccd1;
}
.fa-linkedin:hover,
.fa-github:hover,
.fa-medium:hover {
  color: #f1eeee;
}

[class*="col-"] {
  padding: 1rem;
}

.profile-pic {
  border-radius: 50px;
  object-fit: cover;
}

.resize {
  width: 200px;
  height: 40px;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px;
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px;
}

.main-timeline .timeline:hover .icon:before {
  left: 3px;
}

.main-timeline .timeline:hover .icon:after {
  left: -3px;
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative;
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px;
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px;
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0;
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.main-timeline .description {
  margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px;
  }
  .main-timeline .date-content:before {
    width: 22.5%;
  }
  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px;
  }
  .main-timeline .title {
    font-size: 17px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 7px;
  }
  .main-timeline .timeline {
    margin-bottom: 20px;
  }
  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }
  .main-timeline .icon {
    margin: auto 0;
  }
  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0;
  }
  .main-timeline .date-content:before {
    display: none;
  }
  .main-timeline .date-outer {
    width: 110px;
    height: 110px;
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px;
  }
  .main-timeline .date {
    top: 30%;
  }
  .main-timeline .year {
    font-size: 24px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0;
  }
  .main-timeline .title {
    margin-bottom: 10px;
  }
}

form label {
  display: block;
  padding: 10px 0;
}

form input#email,
form input#subject {
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
}

form textarea#message {
  height: 100px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 5px;
}
