body {
  font-size: 16px;
  color: #545454;
}
p {
  margin: 0 0 1.5em;
}
.nav-menu li {
  font-size: 15px;
}
.latest-news-area .entry-title {
  font-size: 22px;
}
.exhibitions-area a {
  color: #fff;
}
.exhibition {
  margin-bottom: 3px;
}
.exhibition:hover {
  background-color: rgba(0,0,0,0.8);
}
.action-text {
  color: #ddd;
}
.entry-thumb {
  text-align: center;
}
.entry-content dt {
  margin-top: 0.5em;
}
.entry-content dd {
  margin-bottom: 1em;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
  width: 100%;
}
.note {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.notice {
  font-weight: bold;
  color: #ff0000;
}

.footer-widget-area #text-3 li {
  margin-bottom: 10px;
}
.footer-widget-area #text-3 li::before {
  font-family: none;
  content: "";
  margin-right: 0;
  font-size: 10px;
  position: static;
  top: 0;
}

.main-navigation ul ul {
	background-color: #222;
	opacity: 0.9;
}
.main-navigation ul ul a {
	color: #fff;
}
.main-navigation ul ul li {
	font-size: 14px;
}


@media(max-width: 600px){
  .welcome-button {
    display: inline;
  }
}
@media(max-width: 480px){
  blockquote {
    margin-top: 40px;
    padding: 0;
  }
  section .widget-title,
  .blockquote-area .widget-title {
    margin-bottom: 40px;
  }
}