@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

h2 {
    margin-top: 30px;
    text-align: center;
}

#history,
#about {
    height: 100vh;
}

#total-xp {
    font-weight: 700;
}

.navbar-brand i {
    font-size: 200px;
    color: #333;
}

.nav-item a:hover {
    font-weight: 600;
}

.profile-photo {
    overflow: hidden;
}

/* .col-md-4 .bg-primary */
.card {
    position: relative;
    height: 400px;
}

.row-container {
    height: 100%;
}

.card img {
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}

.card-pic-layer {
    visibility: hidden;
    background: url('../assets/images/tech-pixels.gif');
    position: absolute;
    height: 400px;
    width: 400px;
    top: -130;
    z-index: 1;
}

.card:hover .card-pic-layer {
    visibility: visible;
}

.card .card-desc {
    display: inline;
    /* height: 100%; */
}

.timeline {
    padding: 100px 0;
}

.carousel {
    position: relative;
}

.carousel-indicators {
    top: 50;
    width: 75%;
    margin-left: 14%;
    position: static;
    margin-bottom: 40px;
}

.experience-slide-one {
    padding: 0 50px;
}

.carousel-indicators button {
    text-indent: 0 !important;
    background: 0 0;
    border: none;
    margin: 0 !important;
    position: relative;
    width: 25% !important;
}

.carousel-indicators button:before {
    position: absolute;
    content: "";
    border-top: 3px solid #c8cbd0;
    width: 100%;
    left: 0;
}

.carousel-indicators button h4 {
    margin-top: -41px;
    position: absolute;
    left: 52%;
    transform: translatex(-50%);
}

.carousel-indicators button i {
    margin-top: -8px;
    position: absolute;
}

.carousel-indicators button.active h4,
.carousel-indicators button.active i {
    color: #2ecc71;
}

.carousel-indicators button.active h4 {
    font-size: 34px;
    position: absolute;
    text-align: center;
    margin-top: -49px;
}

.experience-slide-text h3 {
    margin-bottom: 30px;
    font-size: 27px;
    color: #242b55;
}

.experience-slide-text p {
    text-align: justify;
}

.carousel-control-next,
.carousel-control-prev {
    width: 2%;
    opacity: .8;
}

.carousel-control-next-icon i,
.carousel-control-prev-icon i {
    font-size: 30px;
    color: #333;
}

.form-container {
    margin: 80px 0;
}

footer {
    padding: 70px 0 50px;
}

a {
    text-decoration: none;
    color: #fff;
}

.copyright-container {
    text-align: center;
    margin-top: 50px;
}

.contact-link {
    text-align: center;
    display: block;
    width: 80px;
}

.contact-icon-container{
    margin: 0;;
}

.contact-icon-container i {
    font-size: 50px;
    height: 50px;
    width: 50px;
}

.fa-brands {
    border-radius: 15px;
}

.linkedin-icon {
    color: #0a66c2;
}

.github-icon {
    color: #1f2328;
}

.instagram-icon {
    color: #eee;
    background: linear-gradient(140deg, #7209c9, #fc4328, #fec806);
}

.facebook-icon {
    color: #1877f2;
}

figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #33d;
    text-align: center;
    text-decoration: underline;
}

