nav#genesis-nav-primary span {
    color: #000 !important;
    font-weight: bold;
}

@media only screen and (max-width: 767px)
body.home ul#menu-main {
    text-align: center !important; 
    margin: 0 0 0 150px;
}

/* #Tablet (Portrait)
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
p.site-title a {
    margin: 65px 0 0 -50px !important;
}
}

/* #Tablet (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1177px) {
nav#genesis-nav-primary {
    margin: -222px 0 0 -220px;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.site-title a {
    width: 30% !important;
    margin: 60px 0 0 -30px !important;
}
}

@media only screen and (min-width: 959px) and (max-width: 1177px) {
.nav-primary .genesis-nav-menu {
    width: auto !important;
    margin-left: 0 !important;
}
}


/* #Mobile (Portrait)
----------------------------------------------------------------------*/
@media only screen and (max-width: 479px) and (min-width: 100px)
{
ul#menu-main {
    margin: -82px 0 0 0;
}
}


/* #Mobile (landscape)
----------------------------------------------------------------------*/
@media only screen and (max-width: 767px) and (min-width: 480px)
{
ul#menu-main {
    margin: -35px 0 0 0 !important;
}
}

ul#menu-main-1 span {
    font-size: 16px;
    font-family: 'sans-serif';
}

@media only screen and (min-width: 1024px) {
.nav-primary .genesis-nav-menu {
    width: auto !important;
    margin-left: 215px !important;
}
}

.nav-primary.nav-primary-0.genesis-responsive-menu {
  display: none;
  opacity: 1;
}

html body .nav-primary.nav-primary-1 .genesis-nav-menu {
  margin: -45px 0 0 0px !important;
  display: inline-block;
  text-align: center;
}

html body .menu-toggle::before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-top: -5px;
}