html, body{
    height:100%;
    width:100%; 
    color:#222;
}
body{
    overflow-x:auto;

}

.padding {
    padding-bottom: 1rem;
}
ul, .navbar-toggler {
    margin: auto;
}
/*==================== NAVBAR =============================*/

.navbar{
    padding:.8rem;
    text-transform:uppercase;
    font-weight:700;
    font-size:.9rem;
    letter-spacing:.1rem;
    background:rgba(0,0,0,.4) !important;
}
.navbar-nav li{
    padding-right:.7rem;
}
.navbar .nav-link{
    padding-right:20px;
}
.navbar-dark .navbar-nav .nav-link{
    color:white;
    padding-top:.8rem;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #ff70af;
    }
.navbar-toggler-icon{
    color:#ff70af;
}
/*==================== CAROUSEL =============================*/
.carousel-item {
    height: 80vh;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
}
    .carousel-caption h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 8rem;
        font-size:10vw;
        letter-spacing: .8rem;
        padding-bottom:30px;
    }
    .carousel-caption h2,.carousel-caption h3 {
        text-shadow: 1px 1px 10px #000;
    }
.carousel-indicators li {
   
    visibility:hidden;
    
}
/*.carousel-indicators .active {
    background-color: #22c0e8;
}*/
/*==================== ABOUT ME =============================*/
.jumbotron{
    padding:1rem;
    border-radius:0;
}

.welcome {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

    .welcome hr {
        border-top: 2px solid #b4b4b4;
        width: 95%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

/*==================== EXPERIENCE =============================*/
.fa-briefcase{
    color: #892e2e;
}
.fa{
    padding-bottom:10px;
}
.fa-book {
    color: #0094ff;
}

.fa-product-hunt {
    color: #4cbd68;
}
.box{
    padding-top:15px;
    padding-bottom:15px;
}
.box:hover {
    background-color: #e2e2e2;
    transition: all 1s ease;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }
  
.exp-div {
    font-size: smaller;
    padding: 15px;
    background-color: #d4d9df;
    margin-top:10px;
}
.btn-outline-dark:hover {
    background-color: #b4b4b4;
}
/*==================== CONTACT =============================*/
.social a {
    padding: 3rem;
}

.fa-github {
    color: #211F1F;
}

.fa-linkedin {
    color: #0077B5;
}

.fa-google-plus {
    color: #dd4b39;
}
.contact{
    background-size:cover;
}
.col-12 a {
    color: #0077B5;
}
#footer {
    background-size: cover;
}
