

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




.footer {
    text-align: center;
    background-color: #222;
    color: #9d9d9d;

    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    margin-top: 95px;
}

body{
    padding-bottom: 90px;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Kaushan Script', cursive, "Times New Roman", Times, serif;
    //font-family: 'Indie Flower', cursive;
    //font-family: 'Dancing Script', cursive;
    //font-family: 'Gloria Hallelujah', cursive;
    //font-family: 'Kaushan Script', cursive;
    
    font-family: 'Open Sans', sans-serif;
    //font-family: 'Roboto', sans-serif;
    //font-family: 'Montserrat', sans-serif;
}

#datos_header {
    color: #999;
}

@media (max-width: 768px){
    .navbar-nav{
        margin-top: 55px;
    }
}








