

@import url("http://fonts.googleapis.com/css?family=Gugi:400,300,700");

body {
  background-color: white;
}





.navbar {
 
  display: inline-block;
border-top:1px solid    #ffb3b3;   /* #DC143C;  */
border-bottom:1px solid    #ffb3b3;/* #DC143C; */

}


 .nav-item .nav-link {

  color: #DC143C;
   font-family: 'Gugi',Gugi !important;

}



@media screen and (orientation: portrait) {
  #toolbar {
    width: 100%;
  }
}
