h1, h2, h3, h4, h5, h6, p, a {
    margin-bottom: .5rem!important;
    font-size: large;
}

p {
    line-height: 1.1;
}

.heading {
    background-color: #294836;
    color: white;
    margin: 0;
    padding: 15px;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: lightgray;
    align-content: center;
}

.download-resume {
    display: flex;
    justify-content: center;
    padding: 10px 25px;
    background-color: #404041;
    align-content: center;
}

.contact-info a {
    text-decoration: none;
    color: #404041;
    font-weight: bold;
}

.contact-info a:hover, .contact-info a:hover i {
    color: #505050;
}

.download-resume, .download-resume i {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: initial;
    margin-bottom: 0!important;
}

.download-resume:hover, .download-resume:hover i {
    color: lightgray;
}

.experience {
    padding: 25px 25px;
}

.qualifications {
    padding: 25px 25px;
    color: white;
    background-color: #2C5453;
}

i {
    padding: 0 10px;
}

.contact-info p {
    display: flex;
    align-items: center;
}

.experience-list {
    padding-left: 10px;
}

.experience-list div {
    margin-bottom: 15px;
}

li, .contact-info p, .contact-info p a {
    margin-bottom: 0!important;
    font-size: large;
}

footer {
    padding: 35px;
    background-color: #294836;
    color: white;
    text-align: center;
}

footer a {
    color: white;
}

footer a:hover{
    color: lightgray;
}

.personal-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1, h2 {
    text-align: left;
}

.resume {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 792px) {

    .resume {
        display: block;
    }

    .qualifications {
        color: black;
        padding: 20px 25px;
        background-color: lightgray;
    }

    .contact-info {
        display: block;
        margin: auto;
    }

    .contact-info p:first-child, .contact-info p:nth-child(2) {
        margin-bottom: 10px!important;
    }
}

@media screen and (max-width: 434px) {
    .personal-info {
        display: block;
        text-align: center;
    }

    h1, h2 {
        margin-top: 10px!important;
        text-align: center;
    }

    h2 {
        margin-bottom: 20px!important;
    }
}