/* PLACE YOU CUSTOM STYLES IN THIS FILE */
#hello {
    font-size: 1.75em;
    margin-bottom:3px;
    margin-top: 10px;
}

.role {
    font-size: 1.25em;
    margin-bottom: 3px;
    margin-top: 8px;
}

#description {
    padding-right: 3em;
}

.prototype {
    font-family:.75em;
    text-decoration: underline;
}

.prototype a {
    color: #444444;
}

.prototype a:hover {
    color: #00B8C8;
}

.prototype a:active {
    color: #D11582;
}

.CTA {
    text-align: center;
    font-size: 1.5em;
}

    @keyframes fade-in {
        0% {
            opacity: 0;
    }
        100% {
            opacity: 1;
        }
}


.ProjectHeader {
    color: whitesmoke;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    animation-name: fade-in;
    animation-delay: 0;
    animation-duration: 3s;

}

.ProjectHeader-Dark {
    color: #444444;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    animation-name: fade-in;
    animation-delay: 0;
    animation-duration: 3s;

}

.bg-white-80 {
    background-color: rgba(255,255,255,.8) !important;
}

#leftblock {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.65;
    letter-spacing: 0.004em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    
}

#Resume {
    margin-left: 15px;
}


