@charset "UTF-8";
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url("fonts/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'PT-serif';
  src: url("fonts/PT-serif.ttf") format("truetype");
}
@font-face {
  font-family: 'Book-Antiqua';
  src: url("fonts/bkant.ttf") format("truetype");
}

/****************************************
   1.7 Padding Style
****************************************/

.footer-2
{
   margin-bottom: 80px!important;
}

#scroll
{
  bottom: 90px;
}

@media screen and (max-width: 400px)
{
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
    {
		height:80px !important;
	}

}

