* {
  margin: 0;
  padding: 0;
}
a {
  cursor: crosshair;
}
a:hover {
  color: #3dc6a0;
}
.parent {
  display: flex;
  background-color: white;
  width: 100%;
  height: 100%;
  font-family: monospace;
  flex-direction: column;
}
.child-one {
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 85%;
  padding-left: 4%;
  padding-top: 1%;
}
.child-one .one {
  background-color: white;
  flex-direction: row;
  width: 10%;
}
.child-one .one #moss-img {
  width: 125px;
  height: auto;
}
.child-one .two {
  background-color: transparent;
  font-size: 18px;
  flex-direction: row;
  width: 65%;
}
.child-one .two #header {
  float: left;
  margin-left: 40px;
  margin-top: 114px;
  font-family: monospace;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.child-one .three {
  background-color: white;
  font-size: 18px;
  flex-direction: row;
  width: 25%;
}
.child-one .three .three-one {
  flex-direction: column;
  float: right;
  margin-right: 10px;
  font-family: monospace;
  font-size: 14px;
  text-align: right;
  margin-top: 80px;
}
.child-two {
  background-color: white;
  flex-direction: column;
  width: 100%;
  padding-top: 3%;
}
.child-two .textHead {
  font-family: monospace;
  font-size: 14px;
  padding-left: 4%;
  line-height: 1.3;
  text-align: justify;
  width: 85%;
}
.child-two .textBody {
  font-family: monospace;
  font-size: 14px;
  padding-left: 4%;
  padding-top: 1%;
  line-height: 1.3;
  text-align: justify;
  width: 85%;
}
.child-three {
  background-color: white;
  flex-direction: column;
  width: 85%;
  padding-top: 1%;
}
.child-three .link {
  flex-direction: column;
  float: left;
  margin-left: 9.6%;
  text-align: right;
  margin-top: 80px;
}
.link {
  text-decoration: none;
  font-weight: bold;
}
.mossLink {
  font-weight: normal;
  margin-left: 40%;
}
.child-four {
  position: fixed;
  background-color: #ff74e8;
  width: 100%;
  bottom: 0px;
}
.child-four footer {
  background-color: white;
  color: black;
  flex-direction: row;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.child-four footer .one {
  flex-direction: row;
  width: 23%;
  padding-left: 4%;
}
.child-four footer .two {
  flex-direction: row;
  width: 23%;
}
.child-four footer .three {
  flex-direction: row;
  width: 23%;
}
.child-four footer .four {
  flex-direction: row;
  width: 100%;
}
.child-four footer .four .en-fr {
  float: right;
  margin-right: 21%;
  margin-bottom: 1%;
}
.child-four footer .four .en-fr a {
  font-weight: bold;
  text-decoration: none;
}
.info {
  margin-bottom: 1%;
  font-weight: bold;
  text-decoration: none;
}
.info a {
  font-weight: bold;
  text-decoration: none;
}
.info:hover {
  font-weight: normal;
}
a {
  color: black;
}
.logoLink:hover {
  opacity: 0.5;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.third {
  width: 32%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.quarter {
  width: 22%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.whole {
  width: 85%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container {
  margin-top: 4%;
  margin-left: 4%;
  box-sizing: border-box;
  width: 92%;
  padding: 0%;
  float: left;
}
.container .gallery-1 a img {
  float: left;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.05s ease;
  -moz-transition: -moz-transform 0.05s ease;
  -o-transition: -o-transform 0.05s ease;
  -ms-transition: -ms-transform 0.05s ease;
  transition: transform 0.05s ease;
}
.container .gallery-1 a:hover img {
  /* -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); */
  opacity: 0.8;
  z-index: 5;
  cursor: crosshair;
}
#tooltip {
  position: absolute;
  font-family: monospace;
  background: #ffffff;
  color: black;
  padding: 8px;
}
#tooltip {
  position: absolute;
  font-family: monospace;
  background: black;
  color: white;
  padding: 8px;
  font-style: italic;
  font-size: 10px;
}
.galleryP {
  font-family: monospace;
  font-size: 16px;
  padding: 1%;
}
