/* Enter Your Custom CSS Here */
#logo img {
    width: 200px;
}
p {
  color: black;
}
body {
    background-size: cover !important;
    background-attachment: fixed !important;
}
a, #site-navigation .dropdown-menu a {
  color: #555;
}

.menu-item-has-children li {
  padding-left: 30px;
}

.sidebar-widget li {
    border-top: 1px solid #EEEEEE;
  	border-bottom: none;
}

.current-menu-item {
    background-color: #eee;
}