@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');


*
h1
{
    font-weight:lighter;
    color:black;
    font-size:35px;
}

#blue_menu .fa
{
    margin-right:7px;
}

body{
    font-family: 'Raleway', sans-serif;
    width:100%;
    }

#footer
{
    position:absolute !important;
    bottom:0 !important;
    left:0;
    width:100%;
    padding:10px 0;
    font-size:15px !important;
    background-color:rgba(255,255,255,0.9);
    color:black !important;
    min-height:100px;
    font-size:20px;
    text-align:center;
}

a
{
    color:black;
    text-decoration:none;
}

#bannerinf{
    position:fixed;
    z-index:9999999;
    bottom:0;
    left:0;
    width:100%;
    padding:10px 0;
    color:white;
    text-align: center;
    background-color:rgba(0,0,0,0.97);
}
