/*CSS*/


html,
body,
* {
  font: 0.91rem/1.3 "Inter", Arial, "sans-serif";
    letter-spacing: -.005rem;
    color: #404040;
}


#pagetitle h1 {
  color: #f69f00;
  color: #f5970e;
  font-family: "Inter", Arial, "sans-serif";
  text-align: right;
  line-height: 1.02;
  padding-top: 0rem;
    /* text-transform: uppercase; */
    /* font-size: 2.5rem; */
    /* margin-right: 6rem; */
    font-weight: 600;
    /* font-optical-sizing: none; */
  letter-spacing: -0.001rem;
  padding-right: 0;
  margin-right: 0;

  }

.text-info #pagetitle {
  font-size: 2rem;
  hyphens: auto;
}

.ensemble #pagetitle {
  position: absolute;
  width: auto; /*ceck!*/
  font-size: 4rem;
  letter-spacing: 0;
  right: 0rem;
  transition: all 0.3s ease;
  z-index: 100;
  margin: 0;
  line-height: 1;

}


figcaption {
	font: 75%/1.3 'Roboto', Arial, "sans-serif";
    letter-spacing: -.005rem;
}

p {
	font: 100%/1.3 "Inter", Arial, "sans-serif";
    letter-spacing: -.005rem;
}


a {
	color: #e18f00;
  text-decoration: none;
}

.nav-is-desktop .navigation-main a,
#nav-main li a {
  font: 1.101rem "Inter", Arial, sans-serif;
}

#nav-main li a {
  color: #445566;
  text-decoration: none;
  font-weight: 550;
}

#nav-main ul li.active a {
    color: #f18e00;
    color: #f47c00;
}

.active a {
    color: #f18e00;
    color: #f47c00;
}

#nav-main ul li a:hover  {
   color: #f18e00;
   color: #f47c00;
 }

 .mod_newsarchive h1,
 #handorgel1 h2 {
	font: 1.333rem "Inter", sans-serif;
}

h3 {
	font: 1.01rem "Inter", Arial, sans-serif;
  font-weight: 550;

}



.news .mod_newsarchive h3 {
	display: block;
}

td:nth-child(1) {
	width: 130px;
}

td:nth-child(2) {
	width: auto;
}