@font-face {
  font-family: 'Canterbury';
  src: url('fonts/Canterbury/CanterburyRegular.ttf');
  font-weight: normal;
  font-style: normal;
}


/* Reset default margins and paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
  font-family: 'Grenze', Trebuchet, sans-serif;
  background-color: #200;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 2rem;
}

.invitation {
  text-align: center;
}

.info, .invitation {
  background-color: #fff;
  color: #222;
  padding: 2rem;
  box-shadow: 0.4em 0.4em 0 #a11;
  max-width: 48rem;
}

.invitation p {
  padding: 0.0em;
  font-size: 2em;
  font-family: 'Canterbury', Trebuchet, sans-serif;
  margin-bottom: 0.4em;
}

.info p {
  padding: 0.0em;
  font-size: 1.2em;
}

.info h1 {
  font-family: 'Canterbury';
  font-size: 3em;
  margin-bottom: 0.2em;
}

h1.otsikko {
  font-family: 'Grenze Gotisch', Trebuchet, sans-serif;
  font-size: 2.5em;
  margin-bottom: 2em;
  margin-top: -0.6em;
  font-weight: 300;
}

span.red {
  color: #d11;
}

p.nimet {
  font-size: 4em;
  font-family: 'Canterbury', Trebuchet, sans-serif;
  margin-bottom: 0;
}

p.nimet > span.red {
  margin: -0.2em;
}

@media screen and (min-width: 32rem) {

  p.nimet > span.red {
    font-size: 2em;
    vertical-align: -0.28em;
  }

  p.nimet > span.name2 {
    vertical-align: -0.55em;
    margin-left: 0.1em;

  }

}

@media screen and (max-width: 36rem) {

  body {
    padding: 1rem;
  }

  .info {
    padding: 1rem;
  }
  
}

.linkit {
  margin-top: 4em;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-variant: small-caps;
  font-size: 2em;
  font-family: 'Grenze';
  flex-wrap: wrap;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
}

.sivupalkki {
  margin-top: 1em;
  display: flex;
  justify-content: left;
  gap: 1em;
  font-variant: small-caps;
  font-size: 1.2em;
  flex-wrap: wrap;
}

.lomakkeet {
  display: flex;
  justify-content: left;
  margin-top: 1em;
  margin-bottom: 3em;
  gap: 1em;
}

a {
  color: #200;
  text-decoration: underline dotted;
}

.linkit a, .sivupalkki a, .lomakkeet a {
  color: #d11;
  text-decoration: none;
  outline: #d11 dotted 0.15rem;
  line-height: 1em;
  padding: 0.12em 0.3em 0.2em 0.3em;
}

a:hover {
  color: #d11;
  text-decoration: underline;
}

.lomakkeet a {
  font-size: 1.2em;
  outline: #d11 solid 0.08rem;
}

hr {
  border: none;
  
  color: #666;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin: 1em 1em 0.6em 1em;
}

hr::after {
  background: white;
  content: "〜❦〜";
  font-family: "Canterbury", Trebuchet, sans-serif;
  font-size: 1em;
  padding: 0 4px;
  position: relative;
  top: -0.65em;
}