/* ===== Font: Rijksoverheid Sans ===== */
@font-face {
  font-family: "RO Sans";
  src: url("../fonts/ROsanswebtextregular.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RO Sans";
  src: url("../fonts/ROsanswebtextbold.woff") format("opentype");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "RO Sans";
  src: url("../fonts/ROsanswebtextitalic.woff") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* ===== Basis ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "RO Sans", sans-serif;
  color: #164374;
  background-color: #fff;
  line-height: 1.6;
}

.container {
  max-width: 456px;
  margin: 0 auto;
  /*padding: 24px;*/
}

/* ===== Logo ===== */
.logo {
  display: flex;
  justify-content: center;
  /*margin-top: 12px;*/
}

.logo img {
  max-width: 260px;
  height: auto;
}

.quote {
    margin-top: 3em;
    color: #cb015e;
    font-style: italic;
    font-size: 0.9em;
}

/* ===== Spacing ===== */
.space {
  height: 2em;
}

/* ===== Tekst secties ===== */
.text-left p {
  text-align: left;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

.text-justify {
  text-align: justify;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.text-center {
  text-align: center;
}


/* ===== Profiel + handtekening ===== */
.profile {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  margin-left: 2em;
}

.profile img.photo {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border: none;
  object-fit: cover;
}

.btn {
  width: 14px;
  height: 14px;
  border: none;
  margin-left: 7px;
}

.allisone {
	color: #777;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
	.text-left p {
  		margin-left: 1em;
  		margin-right: 1em;
	}


  .profile {
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    margin-left: 1em;    
  }

  .space {
    height: 1em;
  }
}
