/* Use this to add specific CSS for this subtheme */
#logorow{
	padding-top:10px;
}
#socialmedia{
	background-color: #ff8003;
	padding:8px;
	margin-left:0px;
	margin-right:0px;
}
.orange {
	color:#ff8003;
}
.white {
	color:#fff;
}
button, .button {
	background-color: #ff8003;
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color:#ff4D00;
}
.top-bar {
	background-color: #000000;
}
section.top-bar-section ul{
	background-color: #000000;
}
a {
  color: #ff8003;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #FF4D00; }
  a img {
    border: none; }