* {
  margin: 0;
  box-sizing: border-box;
}

.no-br {
    white-space: nowrap;
}

@font-face {
  font-family: LTSip;
  src: url("/src/pub/fonts/LTSip-Regular1.ttf");
}

@font-face {
  font-family: LTSipText;
  src: url("/src/pub/fonts/LTSipText-Black.ttf");
}

a:link {
  color: cyan;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: teal;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: navy;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: navy;
  text-decoration: underline;
}

h1 {
    text-align: center;
}

body {
    font-family: LTSip;
    
    font-kerning: normal;
    font-size: 2em;
    font-style: normal;
    
    padding: 0;
    width: 100%;
    background-image: linear-gradient(to right, #c27013, #ebaa79, #c27013);
}

#banner {
    padding: 0;
    width: 100%;
    background-image: linear-gradient(to bottom,
        #e6ddd6, #f1e3d4, #fdd3b6, #eeb385, #c27013);
}

#banner #logo {
    padding: 0;
    width: 100%;
    min-height: 56.25vw;
    background-image: linear-gradient(to bottom,
        #e6ddd6, #f1e3d4, #fdd3b6, #eeb385, #c27013);
    background-image: url("/src/pub/img/logo/default.webp");/* 17kiB 75%q webp */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#toc {
    min-height: 20em;
    width: 100%;
}

#contact {
    width: 100%;
    min-height: 10vw;
    background: rgba(0,0,0,.66);
    text-align: center;
}

#contact * {
    font-family: Georgia, serif;
    letter-spacing: 0.0em;
    margin: auto;
    color: white;
    text-align: center;
    vertical-align: middle;
}

#contact .no-br {
    display: inline-block;
}

#contact #separator {
    margin: 1em;
}
