
/* Test Main Styles */
.backgroundRed {
    background-color: red;
}

.backgroundBlue {
    background-color: blue;
}

.backgroundYellow {
    background-color: yellow;
}

.backgroundGreen {
    background-color: green;
}

.backgroundWhite {
    background-color: white;
}

.backgroundGrey {
    background-color: grey;
}


/* Global Main Styles */
.container-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Navigation Header Bar */
.navigation-header-button {
    text-align: left;
    background-color: transparent;
    border: none;
    color: white;
    font: inherit;
}

/* Navigation Bar Styles */
#navigation {
    height: 12vh;
    background-color: #141313;
    font-family: 'RooneySans', sans-serif;
    z-index: 50;
}

#navigation-header-home {
    margin-left: 2rem;
    margin-top: 1rem;
}

.navigation-header-name {
    font-size: 25px;
    line-height: 0.6;
    font-weight: 100;
}

.navigation-header-work  {
    font-size: 15px;
    font-weight: 100;
    color: #A4A0A0;
}

.navbar-right-group {
    margin-right: 2rem;
}

.nav-element {
    font-size: 30px;
}

.nav-link-element {
    color: white;
    font-weight: 200;
}


/* Footer Styles */
#footer {
    height: 30vh;
    width: 100%;
    background-color: #171717;
    position: relative;
    bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#footer-copyright {
    padding-top: 2rem;
    text-align: center;
    color: white;
}

.footer-list {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 3rem;
}

.footer-rounded-circle {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.5;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.footer-icon--mod {
    background-color: grey;
    color: white;
}


@media (min-width: 576px)
/* Navigation Header Bar */
