
*{
	box-sizing:border-box;
	position: relative;
}

body{
	background: black;
	color:white;
	}
h1{
	text-decoration-style: dotted;
	opacity: .6;
	text-transform: uppercase;
	font-family: 'Vast Shadow', cursive;

}
.row {
  margin-bottom: 15px;

}
.row > div > div{
	margin-right:5px;
	margin-bottom: 15px;
	border: 1px solid gray;
	background-color: gray;
}
#header-nav{
	background-color: #F9E79F;
	border-radius: 0;
}
/* Style the name of the business*/
.navbar-brand h1{
	font-family: 'Philosopher', sans-serif;
	color: #1C950E;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px, 1px, 1px, #222;
	margin-top: 0;
	margin-bottom: 0;
	line-height: .75;
}

.navbar-brand a:hover, .navbar-brand a:focus{
text-decoration: none;
}

#nav-list{
	margin=top: 10px;
	text-transform: uppercase;

}
#nav-list li{
	border-bottom: 1px solid black;
}
#nav-list a{
	color: #A04000;
	text-align: center;

}

#nav-list a span {
	font-size: 1.9em;
}

.navbar-header button.navbar-toggle, .navbar-header .iconbar {
	border: 1px solid #61122f;
}

.row a:hover, a:focus{
text-decoration: none;
font-size: 1.5em;
color:yellow;
}
.row a{
	color:gold;
	text-transform: uppercase;
}