/* rossbenzie@gmail.com 2017-10-21 */

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  line-height: normal;
}

h3 {
  font-size: 21px;
  line-height: 24px;
  padding-top: 24px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
  padding-top: 21px;
}

.nav>li>a {
  color: #333333;
  font-size: 15px;
  border-bottom: 1px dotted #333333;
}

.moduletable_menu {
  padding: 20px;
}

.active {
  font-weight: bold;
}

p,
li,
a {
  font-size: 17px;
  line-height: 24px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 10% 0;
  /* background-image: url("https://rossbenzie.co.uk/images/manchester/cherry-blossom-940-2.jpg");
  background-image: url("https://rossbenzie.co.uk/images/manchester/manchester-sky-940-188.jpg");
  background-image: url("https://rossbenzie.co.uk/images/manchester/manchester-water-bridges-940-188.jpg"); 
  background-image: url("https://heartofmanchester.org/images/manchester/manchester-red-bridge-940-188.jpg");
  background-image: url("https://sanghainthepeak.org/images/peak/peak.jpeg");  */
   background-image: url("https://sanghainthepeak.org/images/peak/orchids-litton-edges-banner.jpg");
  background-size: cover;
}

.header .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 10% 0;
  width: 100%;
  /*background: radial-gradient(at 40%, white, transparent 70%);*/
}


.site-title {
  /* font-size: 4.5vw;
  line-height: 5vw; */
  font-size: 5vw;
  line-height: 5.5vw;
  /* font-family: sans-serif !important; */
  font-family: 'Work Sans', sans-serif !important;
  /* font-weight: 400 !important; */
  font-weight: 700 !important'
  /* padding: 0 3% 0 3%; */
  padding: 0.5% 1%;
  display: inline-block;
  /* width: 100%; */
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  border-radius: 2vw;
}

@media (min-width: 900px) {
  .site-title {
    font-size: 40.5px;
    line-height: 45px;
  }
}


@media (max-width: 767px) {
  .moduletable_menu {
    padding-bottom: 0;
  }
}

.moduletable_menu h3 {
  display: none;
}

a {
  text-decoration: none;
}

p.homs-caption {
  margin-top: -7px; 
  font-size: 1em;
}
.video-caption {
  padding-top: 0;
}

#home-calligraphy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}