#resume {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #4F5D75;
    z-index: 2;
    overflow: hidden;
    vertical-align: top;
}

#resumespacer {
    display: block;
    height: 100px;
}

#resume-label {
    display: flex;
    color: var(--text-color);
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-family: 'american_captainregular';
}

#resume-label::before,
#resume-label::after {
    content: '';
    border-top: 2px solid var(--text-color);
    width: 100px;
}

.download_wrapper{
    width: 124px;
    height: 44px;
}

#download1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#download{
    height: 70px;
    width: 250px;
    margin-left: 10px;
}

#resumewriting {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 10px;
}

#educationblock,
#experienceblock,
#skillsblock,
#awardsblock {
    display: block;
    width: 80%;
    overflow: hidden;
    margin-bottom: 30px;
}

#label,
#info {
    display: flex;
    color: var(--text-color);
    font-family: var(--text-font);
}

#label {
    float: left;
    width: 28%;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#info {
    display: flex;
    width: 72%;
    float: right;
}

#infocontent {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#skillscontent {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#iconcontent {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

h4 {
    display: flex;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#date {
    font-weight: normal;
}

#bar {
    height: 1px;
    background-color: #bfc0c0;
    border: none;
}

#bar2 {
    display: none;
    height: 1px;
    background-color: #bfc0c0;
    border: none;
    width: 95%;
}

.fa {
    display: flex;
    color: white;
    margin-right: 5px;
}

p {
    text-align: justify;
}

#gears-resume1 {
    position: absolute;
    display: inline-flex;
    width: 400px;
    height: 300px;
    bottom: -65px;
    left: -90px;
    z-index: -1;
    transform: scaleX(-1) scaleY(-1);
}

#gear1-resume {
    position: relative;
    left: 0;
    width: 200px;
}

#gear2-resume {
    position: relative;
    right: 8%;
    top: 95px;
    width: 150px;
}

#gear3-resume {
    position: relative;
    left: -4%;
    width: 200px;
}

#gear4-resume {
    position: relative;
    right: 8%;
    top: 100px;
    width: 150px;
}

#gears-resume2 {
    position: absolute;
    display: inline-flex;
    width: 500px;
    height: 300px;
    top: -80px;
    right: -200px;
    z-index: -1;
}

#gears-resume3 {
    position: absolute;
    display: inline-flex;
    width: 500px;
    height: 300px;
    top: -80px;
    left: -300px;
    z-index: -1;
    transform: scaleX(-1);
}

#gear5-resume {
    position: relative;
    width: 250px;
}

#resgear {
    fill-opacity: 1;
}

@media only screen and (max-width: 1000px) {
    #info {
        display: flex;
        flex-direction: column;
    }
    #infocontent {
        display: block;
        width: 97%;
    }
    #iconcontent {
        display: flex;
        width: 100%;
    }
    #date {
        position: absolute;
        right: 10%;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    #gears-resume1 {
        width: 400px;
        height: 300px;
        bottom: -100px;
        left: -110px;
    }
    #bar2 {
        display: flex;
    }
}