@media (max-width: 1124px) {
    skills-title{
        text-align: left;
    }
}

div {
    padding-top: 0px;
}

.drangus{
    color: white;
    opacity: 0.9;
}

.top-name {
    position: absolute;
    bottom: 0;
    display: none;
    margin-left: 10px;
}

.jumbo{
    background: url(assets/35110946096_7ea0ff5bfe_k.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    clear: none;
    margin-bottom: 0px;
}

.linkedin-link{
    color: black;
}

.overlay-first{
    position: absolute; /* Sit on top of the page content */
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    cursor: pointer; /* Add a pointer on hover */
    margin-bottom: 0px;
}

.about {
    background-color: #F4F4F4;
}

.about-title{
    text-align: center;
}

.about-header{
    color: #C0B283;
}

.blurb{
    text-align: center;
}

.about-column{
    display: inline-block;
    margin-left: 5px;
}

.profile-pic{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 250px;
}

.cormac-profile-row{
    margin-bottom: 25px;
}

.body-text{
    color: #373737;
}

.skills{
    background-color: #DCD0C0;
}

.skills-title{
    text-align: center;
}

.skills-header{
    color: #373737;
}

#fillgauge{
    margin-top: 20px;
    margin-left: 10px;
}

.proficiency-level{
    position: absolute;
    bottom: 80;
    margin-left: 20px;
}

.work-experience{
    background-color: #F4F4F4;
}

.work-experience-title{
    text-align: center;
}

.work-experience-header{
    color: #C0B283;
}

.job-name{
    padding-left: 20px;
}

.job-title{
    padding-right: 20px;
}

.projects{
    background-color: #DCD0C0;
}

.projects-title{
    text-align: center;
}

.projects-header{
    color: #373737;
}

.contact-information{
    background-color: #373737;
}

.contact-text{
    color: #C0B283;
    text-align: center;
}

.contact-header{
    text-align: center;
}

.contact-hr{
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.contact-text{
    color: #F4F4F4;
}