/* ==========================================================================
   eIgnition Creative
   ========================================================================== */

body {
    border-top: solid 8px #ff6633;
    font-family: 'Raleway', sans-serif;
    color: #504643;
}
#header {
    padding: 15px; 0;
    position: relative;
}
.tagline {
    text-align: center;
}
h1, .h1, h2, .h2, h3, .h3 {
    color: #ff6633;
}
a {
    color: #504643;
    font-weight: 900;
}
a:hover, a:focus {
    color: #ff6633;
}
/* Nav */
.navbar-inverse {
    background-color: #504643;
    border: none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav > li > a {
    font-weight: normal;
}
.navbar-brand a {
    color: #fff;
    font-weight: normal;
}
.navbar-brand a:hover, .navbar-brand a:focus {
    color: #9d9d9d;
    text-decoration: none;
}
/* Misc */
.orange, .panel-title {
    color: #ff6633;
}
.list-heading {
    font-size: 16px;
    background-color: #f5f5f5; 
    
}
#cff .cff-item {
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px !important;
    padding: 15px !important;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .tagline {
        font-size: 20px;
    }
    .navbar-inverse {
      background-image: url(../img/flash.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .tagline {
        text-align: left;
        position: absolute;
        top: 28px
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .tagline {
        top: 38px
    }
}










