.my-font-100 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

.my-font-300 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.my-font-400 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.my-font-500 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.my-font-700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.my-font-900 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.my-blue {
  background-color: #65e9e7;
}

.my-header {
  min-height: 550px;

}

.my-portret {
  /* background-image: url(https://html1.schoolofarts.be/images/portret2.jpg); */
  /* background-size: 150%; */
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#cases .w3-container {
  max-width: 940px;
}

footer .w3-container {
  max-width: 940px;
}
