/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/04/2015, 16:48:30
    Author     : rodrigo
*/

.navbar-default .navbar-brand, .navbar-default .nav li a {
    color: #ffffff;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
    background-color: #fbfc01;
}

.navbar-default, .navbar-custom.is-fixed {
    background-color: #06c9ff;
}

.navbar-custom.is-fixed .nav li a, .navbar-custom.is-fixed .navbar-brand {
    color: #ffffff;
}

.intro-header {
    margin-top: 60px;
}

.navbar-custom.is-fixed .navbar-brand .img-logo {
    display: none;
}
.navbar-custom.is-visible .navbar-brand .img-logo {
    display: block;
}

.navbar-brand {
    padding: 0px;
    margin-top: -20px;
}

@media (max-width: 750px) {
    .navbar-default {
        background-color: #06c9ff;
    }
    
    .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
        padding: 144px 0 50px;
    }
    .navbar-brand {
        margin-top: 0px;
    }
    
}