/* LESS/CSS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import "fonts/font.css";
@import "fonts/nordica/font.css";
@import "fonts/aurulent/font.css";
@import "fonts/bigcaslon/font.css";
.center {
  margin-right: auto;
  margin-left: auto;
}
body header {
  background-image: url(../img/bground2.jpg);
  color: #77eda6;
  text-decoration: blink;
}
@media (min-width: 768px) {
  body header .header-content {
    top: inherit;
    bottom: 0;
  }
}
