#recentProjects {
    background-color: black;
}

#recentProjects::after {
    background-color: black;
}

.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
    background-color: black!important;
}

#about {
    background-color: black;
}

::-moz-selection { background: #44bb39; }
::selection { background: #44bb39; }

.custom-title
{
    font-size : 4rem;
    font-family: 'Libre Baskerville', Times, serif;
}

.custom-font
{
    font-family: 'Libre Baskerville', Times, serif;
}


#hero-home
{
    background-image: url('../img/home/hero.jpg'); 
    background-position: top right;
}
