#intro.option1 #intro div {
  background-color: #495e7d;
}

@media only screen and (min-width: 500px) {
#header .top-header .header-navigation {
display: none;
}
}

#intro.option1 .page-title {
  background-color: #495e7d;
}

#intro.option1 {
  background-color: #495e7d;
}

#header .menu > li > a {
  color: #495e7d;
}
#header .menu > li > a:hover {
  background-color: #495e7d;
}

#header .menu > li.current_page_item > a {
  background-color: #495e7d;
}

#footer {
  background-color: #495e7d;
}

#footer-core select {
  color: #f5ebeb;
}

#sub-footer-core .copyright {
  color: #ede4e4;
  background-color: #ffffff;
}

#sub-footer {
  background-color: #f7f7f7;
}