::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #2c3e50;
}
::-webkit-scrollbar-thumb {
    background: #888;
}

@media (prefers-reduced-motion), not all
.animated {
    -webkit-animation: unset!important;
    animation: unset!important;
    transition: none!important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#home-footer {
    text-align: center;
    font-size: .6em;
    line-height: normal;
    opacity: .6;
}
#home-footer p {
    margin-top: 0;
}
#home-title {
    margin: 0;
    text-align: center;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#home-subtitle {
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
    line-height: normal;
    font-size: .7em;
    font-style: italic;
    opacity: .9;
}
#home-nav {
    opacity: .8;
}
#home-nav a {
    display: block;
    text-align: center;
    margin-top: .5em;
}
a {
    color: #c6cddb;
    text-decoration: none;
    border: none;
    transition-property: color;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}
a {
    background-color: transparent;
}
#home-social {
    font-size: 1.4em;
    text-align: center;
    opacity: .8;
}
#home-nav a {
    display: block;
    text-align: center;
    margin-top: .5em;
}
#home-social a {
    margin: 0 .2em;
}
