@import 'https://fonts.googleapis.com/css?family=Biryani:900';

.navbar{
  color: black;
  font-family: 'Biryani', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration:none;
  text-align:right;
}

/*.navbar ul {*/
/*    list-style-type: none;*/
/*    padding: 0px;*/
/*    display: table;*/
/*    width: 100%;*/
/*    table-layout: fixed;*/
/*}*/
/*.navbar li{*/
/*    padding: 0px;*/
/*    display:table-cell;*/
    width: 14%; /* just for the browser to get idea that all cells are equal */
/*    text-align: center;*/
/*    border: 0px solid #FF0000;*/
/*}*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
}


a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: black;
  text-decoration:none;
}
a:hover,
a:focus {
  color: #00adee;
  text-decoration: underline;
}

#primary-menu-bar nav .menu li.expanded > a:after, #menu-bar #block-system-main-menu .menu li.expanded > a:after {
    visibility: hidden;
}