48 lines
No EOL
900 B
CSS
48 lines
No EOL
900 B
CSS
body {
|
|
font-size: 16px;
|
|
color: rgb(0, 0, 0);
|
|
background-color: #ffffff;
|
|
font-family: 'Oxygen', sans-serif;
|
|
}
|
|
|
|
/** HEADER **/
|
|
#header-nav {
|
|
background-color: #ffffff;
|
|
border-radius: 0;
|
|
border: 0;
|
|
}
|
|
|
|
#logo-img {
|
|
background: url('../images/nb-logo-150.jpg') no-repeat;
|
|
width: 150px;
|
|
height: 150px;
|
|
margin: 10px 15px 10px 0;
|
|
}
|
|
|
|
.navbar-brand {
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.navbar-brand h1 { /* Restaurant name */
|
|
font-family: 'Lora', serif;
|
|
color: #ff0000c4;
|
|
font-size: 1.5em;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
text-shadow: 1px 1px 1px #231F20;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
line-height: .75;
|
|
}
|
|
.navbar-brand a:hover, .navbar-brand a:focus {
|
|
text-decoration: none;
|
|
}
|
|
.navbar-brand p { /* Kosher cert */
|
|
color: #000;
|
|
text-transform: uppercase;
|
|
font-size: .7em;
|
|
margin-top: 15px;
|
|
}
|
|
.navbar-brand p span { /* Star-K */
|
|
vertical-align: middle;
|
|
} |