﻿.sectionHeader {
    border-bottom: 1px solid #333;
}

.resumeImage {
    filter: drop-shadow(0 0 0.25rem gray);
}

.smallCaps {
    font-variant: small-caps;
}

.resumeLinkIcons{
    max-height: 40px;
}

.darkenButton:hover{
    opacity: 0.8;
    transition: 0.3s;
}
