@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
*{
font-family: 'Roboto', sans-serif;

}
#a-nav-bar{
font-weight: 550;
font-size: 18px;
text-transform: capitalize;
}
.navigation-bar{
border-radius: none;
border:none;
width: 100%;
background: #f5a623;
box-shadow: 0px 5px 8px rgba(0,0,0,0.3);
}
.siteWeb-logo{
padding:15px 8px 8px 8px ;
}
.siteWeb-logo p{
font-weight: 900;
color: white;
}