Team:Tianjin/css/base

body{

   background-color: #F7F5E6;

} .navbar-default{

   background-color: white ;
   border:solid transparent;

} .navbar-nav>li{

   margin-right: 5px;
   margin-left: 5px;

} .navbar-brand{

   height:auto!important;
   padding:0px !important;
   line-height: 25px!important;*/

} .navbar-toggle{

   margin-top: 25px!important;
   border-color: rgba(1,1,1,0)!important;

} .navbar-toggle:hover , .navbar-toggle:focus{

   background-color: rgba(1,1,1,0)!important;

} .navbar-default .navbar-nav>.open>a{

   background-color: white!important;
   color: green!important;

} .dropdown-menu > li > a{

   background-color: white!important;

} .dropdown-menu > li > a:hover{

   background-color: white!important;
   color: green!important;

} .open{

   opacity: 1!important;
   z-index: 1998;
   background-color: white;

}


  1. footer h4{
   color: white;
   font-size: 25px !important;
   padding-top: 10px;
   padding-bottom: 10px;

}

  1. footer p{
   color: grey;
   padding-top: 10px;
   padding-bottom: 10px;

} .footer-part{

   padding-bottom: 15px;
   padding-top: 15px;

}

  1. footer a{
   color: grey;
   padding-bottom: 10px!important;
   padding-top: 10px!important;

}

  1. footer a:hover,#footer a:focus{
   color: white;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   -webkit-transition: all .3s;
   transition: all .3s;

}

  1. footer{
   margin-top:200px;

}