/* this is a custom css stylesheet */
/*body
{
    background-image: url(../img/404-error.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}*/
@font-face {
  font-family: 'Bearpaw';
  src: url('../fonts/BEARPAW_.eot');  //IE9 Compat Modes 
  src: url('../fonts/BEARPAW_.eot?#iefix') format('embedded-opentype'),  //IE6-IE8 
       url('../fonts/BEARPAW_.woff') format('woff'),  //Modern Browsers 
       url('../fonts/BEARPAW_.ttf')  format('truetype'), //Safari, Android, iOS 
       url('../fonts/BEARPAW_.svg#svgFontName') format('svg');  //Legacy iOS 
}

/*body
{
    font-family: bearpaw;
}*/
img
{
    float: right;
}

.error p
{
    font-family: Bearpaw;
}

.peace li a:hover
{
    color: #000000;
}

.peace
    {
        text-align: center;
    }
  
.peace li
    {
        display:inline-block;
        float:none !important;
    }

.nav-pills li a
{
    background-color: #000000;
    color: #ffffff;
    font-size: 22px;
}

@media screen and (min-width:993px)
{
    .one
        {
            font-size: 10em;
        }
        
    .two
        {
            font-size: 2.45em;
        }
}

@media screen and (max-width:992px)
{
    .one
        {
            font-size: 8em;
        }
    .two
        {
            font-size: 2.30em;
        } 
}

@media screen and (max-width:768px)
{
    .one
        {
            font-size: 5em;
        }
    .two
        {
            font-size: 1.9em;
        }
}
