@font-face {
    font-family: Comfortaa;
    src: url(Comfortaa.ttf);
}

@font-face {
    font-family: Orbitron;
    src: url(orbitron-black.otf);
}

@font-face {
    font-family: Exo;
    src: url(Exo.otf);
}

@font-face {
  font-family: wf_e91d00203e94455ca4273caff;
  src: url("https://static.wixstatic.com/ufonts/ebebe3_e91d00203e94455ca4273caffbb2bedb/woff2/file.woff2") format("woff2"),
  url("https://static.wixstatic.com/ufonts/ebebe3_e91d00203e94455ca4273caffbb2bedb/woff/file.woff") format("woff"),
  url("https://static.wixstatic.com/ufonts/ebebe3_e91d00203e94455ca4273caffbb2bedb/ttf/file.ttf") format("ttf");
}

h1,h2,th,.vp {
  font-family: wf_e91d00203e94455ca4273caff;
  color: #EBC877;
}

label {
  font-family: wf_e91d00203e94455ca4273caff;
  text-transform: uppercase;
}

.design {
  font-family: wf_e91d00203e94455ca4273caff;
}

.navbar-default {
    background-color: #EBC877;
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #EBA877;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a { color: #000; }

body {
  background-color: #1F2949;
  color: #EBC877;
}

.footer {
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  background-color: #EBC877;
  position: absolute;
}