/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #373737;
    color: #FFF;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

html {
    background: url('../imgs/buzz.png') no-repeat center center fixed;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    margin-top: 20px;

}

h1, h2 {
    font-size: 2em;
    color: #FFF;
    margin: 25px 10px;
    text-shadow: 1px 1px 4px #000000;
}

h2 {
    font-size: 1.1em;
    color: #FFF;
    background-color: transparent;
    margin-top: 50px;
    margin-bottom: 10px;
}

.content {
    width: 100%;
    float: left;
}

.main {
    background-color: transparent;
    font-size: 1.5em;
}

.icon {
    width: 50px;
    height: auto;
}

.icon-inverted {
    width: 50px;
    height: auto;
    filter: invert(1);
}

ul {
    text-shadow: 2px 2px 4px #000;
    list-style-type: none;
}
