/* ========================= GENERAL ============================= */

body{
    margin-top: 10px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    background-color: #000000;
    /* background: url('../img/tile.jpg') top left repeat; */
}

/* === GLOBAL === */

h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
}

h1 {
    font-size: 3em;
}

h1, h2 {
    margin: 0 0 40px; /* 40px on the bottom */
}

h3 {
    margin: 20px 0; /* 20px on the top & bottom */
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 15px; /* All paragraphs will have "15px of margin on the bottom" - GLOBALLY */
}

p {
    font-weight: normal;
    color:#767c6b;
}

a:link, a:visited {
    color: #97a088;
}

a:hover {
    text-decoration: none;
    color: #3b352c;
}

/* ========================= BUTTON STYLES ============================= */

button, input, .btn, a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: white;
}

.btn {
    font-weight: bold;
}

button.btn:focus {
    outline: none !important;
}

.btn-danger{
    background-color: #dd5638; /* Here we are over-riding the bootstrap background color style for btn-danger */
    border-color: #d95131; /* Here we are over-riding the bootstrap border color style for btn-danger */
}

.btn-success {
    background: #79b044; /* Here we are over-riding the bootstrap background color style for btn-success */
    border: none; /* Here we are over-riding the bootstrap border style for btn-success */
}

.btn-success:hover {
    background: #6a9b3d; /* Here we are over-riding the bootstrap hover color style for btn-success on hover */
    border-color: #6a9b3d; /* Here we are over-riding the bootstrap hover border color style for btn-success on hover */
}


/* ========================= NAVIGATION STYLES ============================= */

.bg-navbar {
    /* background: linear-gradient(to bottom, #43392c 0, #383024 100%); */
    background-color: #000;
}

.site-header li{
    margin-right: 20px;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}


/* ========================= Black and White PAGE Animation Styles ============================= */

#topPageLogo {
    visibility:hidden;
}

#bandwNav {
    visibility:hidden;
}

#gallery_bandw {
    visibility:hidden;
}

/* ========================= Color PAGE Animation Styles ============================= */

#topPageLogo {
    visibility:hidden;
}

#colorNav {
    visibility:hidden;
}

#gallery_color {
    visibility:hidden;
}

/* ========================= Integrated PAGE Animation Styles ============================= */

#topPageLogo {
    visibility:hidden;
}

#integratedNav {
    visibility:hidden;
}

#gallery_integrated {
    visibility:hidden;
}












/* ========================= HOME HERO SECTION STYLES ============================= */

#hero {
    background: url('../img/hero-bg-home.jpg') 50% 0 no-repeat fixed; /* Set to "fixed", so the background image will not move */
    min-height: 340px;
    padding: 40px 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    border-top: solid 10px #000000;
    border-bottom: solid 10px #000000;
}

#hero h2{
    margin-top: 20px;
    color: #97a088;
}

#hero article {
    width: 100%;
    text-align: center;
}

/* ----- HERO LOGO ---- */

#hero img {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}

/* ========================= COLOR HERO SECTION STYLES ============================= */

#hero-color {
    background: url('../img/hero-bg-color.jpg') 50% 0 no-repeat fixed; /* Set to "fixed", so the background image will not move */
    min-height: 250px;
    padding: 40px 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#hero-color h2{
    margin-top: 20px;
    color: #000000;
}

#hero-color article {
    width: 100%;
    text-align: center;
}

/* ----- HERO LOGO ---- */

#hero-color img {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}

/* ========================= BandW HERO SECTION STYLES ============================= */

#hero-bandw {
    background: url('../img/hero-bg-bandw.jpg') 50% 0 no-repeat fixed; /* Set to "fixed", so the background image will not move */
    min-height: 250px;
    padding: 40px 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#hero-bandw h2{
    margin-top: 20px;
    color: #657988;
}

#hero-bandw article {
    width: 100%;
    text-align: center;
}

/* ----- HERO LOGO ---- */

#hero-bandw img {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}

/* ========================= INTEGRATED ALPHABET HERO SECTION STYLES ============================= */

#hero-integrated {
    background: url('../img/hero-bg-integrated.jpg') 50% 0 no-repeat fixed; /* Set to "fixed", so the background image will not move */
    min-height: 250px;
    padding: 40px 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#hero-integrated h2{
    margin-top: 20px;
    color: #30456c;
}

#hero-integrated article {
    width: 100%;
    text-align: center;
}

/* ----- HERO LOGO ---- */

#hero-integrated img {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
}



/* ========================= HERO BOTTOM SECTION (DIVIDER) STYLES ============================= */


#hero-bottom {
    min-height: 20px;
    background: linear-gradient(to bottom, #43392c 0, #383024 100%);
}



/* ========================= DESIGN CATEGORIES ============================= */


#design-categories {
    text-align: center;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #000000;
    /* background: url('../img/tile.jpg') top left repeat; */
}
#design-categories img {
    width: 80%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 5px #3b352c;
}

#design-categories h4 {
    margin-top: 10px;
}


/* ================== GALLERY SECTION Styles =============== */

  .single-block {
    border: solid 5px #3b352c;
  }



  /* ================== Gallery Styles =============== */


#gallery_bandw h2 {
    font-size: 18px;
    color: #767676;
    }

#gallery_color h2 {
    font-size: 18px;
    color: #767676;
}
#gallery_integrated h2 {
    font-size: 18px;
    color: #767676;
}


/* ==================================== ANIMATION STYLES ===================================== */

.card {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    border:none;
}

/* ================== BEST OF CARDS =============== */

#best-of-cards .card {
    border: none;
    background-color: transparent!important;
  }

  #best-of-cards p {
    color: #9b9b9b;
    font-size: .8rem;
  }

  #best-of-cards button {
    background-color: #6c757d;
    font-size: .7rem;
    border: none;
    margin-top:-50px;
  }







  

/* ================== FOOTER SECTION Styles =============== */

footer {
    background-color: #3c352a;
    padding: 5px;
    margin-bottom:10px;
}

footer img{
    height: 30px;
    margin-top:3px;
}

.legal {
    font-size: .75em;
}


  



  /* ================== MOBILE MEDIA QUERIES =============== */

@media only screen and (max-width: 414px) {

    #hero h2{
        font-size: 20px;
    }
    
    #hero-bandw h2{
        font-size: 20px;
    }
    
    #hero-color h2{
        font-size: 20px;
    }

    #hero-integrated h2{
        font-size: 20px;
    }

    

    




    


}