.splash-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    line-height: 1.15;
}

body, p, a, h1, h2, h3, h4, h5, h6, small, em, strong, input, button, svg text, li {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

body {
    
    background-color: #111111;
    color: #9ce1aa;
}

@media screen 
  and (min-device-width: 1200px) {
.splash-img {
    margin-top: 10vh;
    width: 20vw;
}}

@media only screen 
  and (min-device-width: 280px) 
  and (max-device-width: 680px)
  and (-webkit-min-device-pixel-ratio: 2) {
.splash-img {
    width: 66vw;
}}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px){
.splash-img {
    width: 66vw;
}}

.splash-hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    width: 5vw;
}

a {
    color: var(--teal-blue);
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
    text-align: center;
}

.email-wrap {
    padding: 3rem;
    font-size: large;
}

.about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}