#resume{
    height:100vh;
    width: 100vw;
}
#contact{
    position: relative;
}
#contact > .container{
    top: 0px;
    
}
.email-contact{
    white-space:normal
    overflow: hidden;
    text-overflow:clip;
}
.callout h2{
}

#Email-link{
    font-size: 3.5rem;
    font-weight: 800;
    color: #00a1d8;
    transition: color 0.3s ease-in-out;
    overflow-wrap:break-word;
}
#Email-link:hover{
    color:#05518b;
    text-decoration: none;
}

#about{
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%), #c8dae0;
}
#fluff{
    padding: 20px;
}
.graphicdes{
    width: 100%;
    padding-top: 100px;
}
