#header-text-nav-container {
  background-color: #f28927;
}

.main-navigation ul {
  background-color: #ffffff;
  border-radius: 30px;
}

.main-navigation ul li:hover > a {
  color: #ffffff;
  background-color: #1e73bc;
  border-width: 1px;
  border-color: #1e73bc;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

#site-title a:hover {
  color: #ffffff;
  font-weight: normal;
}

.main-navigation {
  background-color: #f28927;
  z-index: 99;
  visibility: visible;
  display: flex;
  border-color: #966565;
  padding-right: 0px;
  width: 100%;
  margin-right: 0%;
  border-width: 30px;
}

#menu-premier-menu.menu.nav-menu {
  margin-bottom: 10px;
  padding: 20px;
  opacity: 1;
  box-shadow: 10px 10px 1px 2px #1e73be;
  background-color: #f0f3f5;
  border-color: #2759c4;
  border-style: hidden;
}

#header-text-nav-wrap.clearfix {
  font-weight: bold;
}

#site-description {
  line-height: 3em;
  font-size: 23px;
}

.footer-socket-wrapper.clearfix {
  background-color: #f28927;
  color: #ffffff;
}

.footer-socket-wrapper .copyright {
  color: #ffffff;
}

.small-menu ul li {
  color: #ffffff;
}

.small-menu ul li:hover {
  color: #ffffff;
  background-color: #1a73bc;
}