@font-face {
    font-family: 'futura-medium-bt';
    src: url("../marshallelford.github.io/fonts/futura-medium-bt.ttf") format('truetype');
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    background-color: #ecf7fc;
    transition: background-color 1s ease;
}

#aboutCenter {
    text-align: center;
}

#leftAlign {
    max-width: 80%;
    max-height:80%;  
    margin:auto;
    top:0;
    bottom:0;
    text-align: left;
}

.header{
    text-align: center;
    color: #373737;
}


::selection {
  background: #64f5aa;
}

a {
    text-decoration: none;
}

.link a{
    transition: 0.4s;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #555;
    padding-bottom: 5px;
    border-bottom:1px solid #555;
    text-transform: lowercase;
    animation:         FADE 1s ease-in-out normal;
}

.link a:hover {
    transition: 0.1s;
    border-bottom: 1px solid rgba(255,255,255,0);
}

.hover {
    position: absolute;
    width: 25vw;
    height: 25vw;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s;
}

@keyframes FADE {
  0%   { opacity:0; }
  50%   { opacity:0; }
  100%   { opacity:1;}
}
