html {
    background: #000
}
body {
    margin: 0;
    background: transparent;
    font-family: Raleway, 'Open Sans', sans-serif;
    font-size: 1.3rem;
    overflow: hidden;
    height: 100vh;

    @media (max-width: 480px) {
        font-size: 2.6rem;
    }
}
video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* background: url(bikes-and-girls.png) no-repeat; */
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
div {
    font-weight: 100;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 2rem;
    width: 33%;
    margin: 0.5rem;
    float: right;
    line-height: 1.6rem;
}
h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
}
a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: .6s background;
    transition: .6s background;
    text-underline-offset: 8px;

    &:hover {
        color: rgba(255, 116, 28, 1);
    }
}
.stopfade {
    opacity: .5;
}
/* #showcase button {
    display: block;
    width: 80%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, .23);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .3s background;
    transition: .3s background;
}
#showcase button:hover {
    background: rgba(0, 0, 0, .5);
} */
.top-header {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0px;
    width: 100%;
    padding: 10px;
}
.bottom-text {
    color: #fff;
    position: absolute;
    bottom: 24px;
    left: 20px;
}
@media screen and (max-width: 480px) {
    div {
        width: 90%;
        overflow: hidden;
        margin: 2rem auto;
        float: none;
    }
}
@media screen and (max-width: 600px) {
    .top-header {
        text-align: center;
        overflow: hidden;
        margin: 0;
        float: none;
    }
}
@media screen and (max-width: 1024px) {
    div {
        width: 90%;
        overflow: hidden;
        margin: 2rem auto;
        float: none;
    }
}

/* 
@media all and (max-device-width: 800px) {
    body {
        background: url(bikes-and-girls.png) #000 no-repeat center center fixed;
        background-size: cover;
    }
    #bgvid,
    #showcase button {
        display: none;
    }
    div {
        width: 70%;
    }
} */