/*General properties*/

.navbar-brand {
    margin-left: 20px;
}

.java_python_image {
    width: 60%;
    margin-left: 15%;
    display: block;
    padding-bottom: 1%;
}

.container {
    max-width: 95%;
    width: 85%;
}

/*--------------------------------------------------------------
# Section GENERAL Properties
--------------------------------------------------------------*/

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #149ddd;
    bottom: 0;
    left: 0;
}

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/

#introduction h1 {
    margin-top: 100px;
    text-align: center;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    padding: 2% 0;
}

.social-fa {
    margin: 20px 15px;
}

.about-image {
    border-radius: 5%;
    width: 55%;
}

.about-text-bold {
    font-weight: bold;
}

.about-text-italic {
    font-style: italic;
}

.social-links a i:hover {
    background: lightgrey;
}

.social-links {
    max-width: 90%;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050d18;
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #1f5297;
    position: relative;
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #050d18;
    margin-bottom: 10px;
}

.resume .resume-item h5 {
    font-size: 16px;
    background: #e4edf9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
}

.resume .resume-item ul li {
    padding-bottom: 5px;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #1f5297;
}




