/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 0px 15px 0;
}
.container .text-muted {
    margin: 10px 0;
    padding-top: 6px;
    color: #a2a2a2;
    font-family: 'colaborate-thin', helvetica, arial, sans-serif, sanserif,serif;
    font-size: .9em;
}

.navbar, #footer{
    box-shadow: 0px 0px 10px #000000;
    background: #5b5b5b;
    color: #ffffff;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconmoon/iconmoon.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/iconmoon/iconmoon.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas_regular_macroman/BEBAS___-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/bebas_regular_macroman/BEBAS___-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}


@font-face {
    font-family: 'bostontraffic';
    src: url('../fonts/bostontraffic_regular_macroman/boston_traffic-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/bostontraffic_regular_macroman/boston_traffic-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

@font-face {
    font-family: 'colaborate-bold';
    src: url('../fonts/colaborate_bold_macroman/ColabBol-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/colaborate_bold_macroman/ColabBol-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

@font-face {
    font-family: 'colaborate-regular';
    src: url('../fonts/colaborate_regular_macroman/ColabReg-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/colaborate_regular_macroman/ColabReg-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}
@font-face {
    font-family: 'colaborate-thin';
    src: url('../fonts/colaborate_thin_macroman/ColabThi-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('../fonts/colaborate_thin_macroman/ColabThi-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}


body{

    width: 100%;
    height: 100% !important;
    /*color: #FFFFFF;*/
}

.nav, .navbar-nav, .title-name{
    font-family: 'bebasregular', helvetica, arial, sans-serif, sanserif;
    color:#ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #cccccc;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 15px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'bostontraffic', helvetica, arial, sans-serif, sanserif;
    color: #333333;
}

p{
    font-family: 'colaborate-regular', helvetica, arial, sans-serif, sanserif,serif;
    font-size: 1.2em;
    color: #333333;
}

.thin-text{
    font-family: 'colaborate-thin', helvetica, arial, sans-serif, sanserif,serif;
}

.small-text{
    font-size: 1em;
}

.justfied-text{
    text-align: justify;
}

.top-content{
    min-height: 450px;
    background: #cccccc;
    margin-top: 65px;
}