.navbar {
background-color: #fff;
.navbar-brand {
font-size: 30px;
font-weight: bold;
color: #40d2b1;
height: 70px;
line-height: 35px;
}
.navbar-nav>li>a{
font-size: 16px;
line-height: 35px;
height: 70px;
font-weight: bold;
color: #333;
}
.navbar-toggle{
margin-top: 17px;
&:focus,&:hover{
border-color: #40D2B1;
background-color: rgb(69, 210, 184);
}
.icon-bar{
background-color: #1c9982;
}
}
}