body{
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
}
.navbar{
    background: rgba(34,34,34,1);
    transition: all 0.3s ease-in-out
}
.navbar-toggler:focus{box-shadow: none !important; outline: none}
.navbar-brand{
    font-family: 'Audiowide', cursive;
    color: #fff;
    font-size: 24px;
}
.nav-link{
    color: #fff;
    text-align: left;
    font-size: 1em;
    font-family: 'Orbitron', sans-serif;
}
.nav-link.btn{
    border-radius: 0px;
    text-align: center;
}
.navbar .fa{color: #fff}
.nav-link:hover{color: #e97f31}
.nav-link.btn:hover{color: #fff}
.navbar-brand:hover{color: #fff}

 #sbtn{
    background: transparent;
}
#scbtn{
    background: rgba(0,0,0,0.7);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.btn-default:focus {
    box-shadow: none!important;
}
#scbtn{display: none;}
#searchbar {
    opacity: 0;
    width: 0px;
    transition: all 0.5s ease-in-out;
    background: rgba(0,0,0,0.7);
    border-color: #000;
    color: #fff
}
#searchbar:focus{
    box-shadow: none;
}
#searchbar.active{
    width: 250px;
    opacity: 1;
}
@media (max-width:768px){
    #searchbar{
        opacity: 1;
        width: 80%;
    }
    #scbtn{
        display: inline-block;
    }
    #sbtn{
        display: none;
    }
}

/*footer*/
 #footer{
    margin-top: 70px;
    padding: 20px;
    background: #262626;
     text-align: left;
     color: #fff;
}
.company{
    font-family: 'Audiowide', cursive;
    font-size: 22px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 185px;
}
.company:nth-child(1){
    border-bottom: 2px solid #e97f31;
}
#copyright{
    font-size: 16px;
    margin-top: 20px;
    border-top: 1px solid #474747;
    padding-top: 10px;
    text-align: justify;
}
@media (max-width:768px){
    #copyright{
        font-size: 13px;
    }
}
.social{
    color: #fff;
    display: inline-block;
    margin: 5px;
    text-align: center;
    height: 40px;
    font-size: 1.5em;
    width: 40px;
    border-radius: 50%;
    padding-top: 3px;
    transition: all 1s ease;
}
.social:hover{
    background: #E97F31 !important;
    color: #fff;
}
#footer a{
    text-decoration: none;
    color: #ddd;
}
#footer a:hover{
    color: #fff;
}
.logotext,.logoicon{
    float: left;
}
.logotext{
    margin-left: 10px;
    width: 200px;
    overflow: hidden;
}
.termslink{
    float: none;
    clear: left;
    margin-top: 40px;
}

/*background*/
 #back,#back img{
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -10;
}