html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    background: white;
    padding-top: 0%;
    background-image: url('http://files.ilictronix.com/staff/claude/SitePics/bg-01.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 60px;
}

#bg {
    
    
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 63px;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: solid black 3px;
}

.text-muted {
    width: 280px;
    padding: 20px;
    margin: auto;
    color: white;
}

.hover-effect {
    opacity: 1.0;
}

.hover-effect:hover {
    opacity: 0.8;
}

.navbar-brand {
    font-size: 23px;
    letter-spacing: 2.5px;
}

video {
    position: fixed;
    opacity: 0.3;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.stopfade {
    opacity: .5;
}

.img-responsive {
    margin-bottom: 10px;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > li > a:focus {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    margin-top: 60px;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
}

.navbar-nav {
    margin: auto;
    width: 110px;
    float: none;
}

.navbar-default .navbar-toggle {
    border-color: white;
    border-radius: 0px;
}

.title {
    background-color: transparent;
    color: white;
}

.jumbotron {
    color: white;
    padding: 1%;
}

.embed {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5%;
    border: solid 3px;
    border-color: black;
    border-left: none;
    border-right: none;
    margin-bottom: 40px;
}

.main-container {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding-bottom: 30%;
    padding-top: 2.5%;
}

.mobile-hidden {
    display: none;
}

.motion-gal {
    width: 100%;
}

.hidden-motion {
    display: none;
}

.hidden-glitch {
    display: none;
}

.click-motion {
    display: block;
}

.click-glitch {
    display: block;
}

.gal {
    height: 100%;
    margin: auto;
    width: auto;
}

.gal img {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.selected {
    opacity: 0.3;
}

#motion-row {
    opacity: 1;
}

#glitch-row {
    opacity: 1;
}


/* Small devices (tablets, 768px and up) ***********************************/

@media (min-width: 768px) {
    .mobile-hidden {
        display: block;
    }
    .desktop-hidden {
        display: none;
    }
    .navbar {
        background-color: rgba(0, 0, 0, 0.0);
        border: solid 3px;
        border: none;
        border-color: black;
        margin-top: 60px;
        padding: 10px;
        border-radius: 0px;
    }
    .navbar-nav {
        margin: auto;
        width: 660px;
        float: none;
        background-color: rgba(0, 0, 0, 0.7);
        border: solid 3px;
        border-color: black;
    }
    .let-space {
        letter-spacing: 3px;
    }
    .navbar-brand {
        font-size: 25px;
        letter-spacing: 3px;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        width: 110px;
    }
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .title {
        background-color: transparent;
        color: white;
    }
    .jumbotron {
        color: white;
        padding: 1%;
    }
    .embed {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 3%;
    }
    .main-container {
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        padding-bottom: 30%;
        padding-top: 2.5%;
        margin-top: 45%;
    }
    .motion-gal {
        width: 100%;
        height: 147px;
    }
    .gal {
        height: 200px;
        margin: auto;
        width: auto;
    }
    .let-size-glitch {
        font-size: 20px;
    }
    /*.fullscreen-bg {
    -webkit-filter: blur(2.5px); /* Safari 
    filter: blur(2.5px);
}*/
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .motion-gal {
        width: 100%;
        height: 397px;
    }
    .gal {
        height: 350px;
        margin: auto;
        width: auto;
    }
    .let-size-glitch {
        font-size: 30px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}