body
{
font-family: 'Segoe UI', Arial, sans-serif;
color:#333;
}


a 
{
    color: #ff0000;
	 transition: all 0.8s ease 0s;
}

a:focus
{
outline:none;
}





.navbar-brand
{
padding:0;
}

.navbar-toggle .icon-bar
{
border:1px solid  #fff;
}


.navbar-brand img
{
    margin-top:5px;
    /*max-height: 35px;*/
    max-width: 100%;
}
.navbar-static-top{
    background: rgba(255, 255, 255, 0.50) none repeat scroll 0 0;
    height:90px;
    left: 0;
    right: 0;
	top:0px;
	position: fixed; transition: all 0.5s ease 0s; border-bottom:#CCC 1px solid;
	
}


.moon {
    top: 0px;
    background: #fff;transition: all 0.5s ease 0s
}

.navbar-nav > li > a{
color:#171717;
 line-height: 40px;
 padding: 25px 30px;
font-size: 14px;
font-family: 'Montserrat';
letter-spacing:0px;
 transition: all 0.8s ease 0s; }



.navbar-nav > li.active a, .navbar-nav > li > a:hover{
color:#f2381b;
background:none;
transition: all 0.3s ease 0s;}


.selected{
color:#f2381b !important;
background:none;
transition: all 0.3s ease 0s;
}



