/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

font-family: 'Ubuntu', Ubuntu;
@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/ubuntu.ttf');
	src: local('Ubuntu'), local('Ubuntu), url('fonts/Ubuntu.ttf') format('truetype');
}


body {
    font-family: 'Ubuntu' !important;
}


@media (min-width: 768px)
header .intro-text {
    padding-top: 500px;
    padding-bottom: 200px;
}


.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: red;
}

fa, .fa {
  color: #F7931D;
}


.logo {
  height: 0px;
  transition: all 0.2s ease;
}

.scrolled .logo {
  font-size: 11px;
  transition: all 0.2s ease;
}

#header.scrolled .logo a {
  color: #1BB3E9 !important;
  transition: all 0.5s ease;
}