@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}

/*
.container{
  max-width: none !important;
  width: 970px;
}*/

@font-face {
    font-family: bitfont;
    src: url(./editundo.ttf);
}

body {
   background: #222 !important;
   font-family: bitfont;
}

p, h1, h2, h3 {
   font-family: bitfont;
   color: #EEE;
}

a {
    color: #ccccff;
    text-decoration: underline;
}

a:hover{
    color: #ccffcc;
    text-decoration: underline;
}


p {
    font-size: 1.5em !important;
    line-height: 1.0em;
}

/*
.img-responsive {
    margin: 0 auto;
}*/

ul, li {
	color:#EEE;
}

.privacy ul, li, p,h1,h2{
   font-family: arial,sans-serif;
   font-size: 16px !important;
}

.privacy b,h1,h2{
   color: white;
}