*, *::before, *::after {
  box-sizing: border-box;
}

.goudy-bookletter-1911-regular {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 16px;
  background: #0d0808;
  color: #000000;
  margin: 0;
  width: 100%;
}

header {
  background: transparent;
  padding: 1em;
  text-align: center;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: bolder;
}

nav {
  background: #ad0101;
  text-align: center;
  padding: 0.5em;
}

nav a {
  color: #000000;
  text-decoration: none;
  margin: 0 0.5em;
}

nav a:hover {
  color: darkorchid;
}

.instagram {
  margin: 10px;
}

.centertext {
  text-align: center;
}

ul {
	width: 120px;
  margin: auto;
  margin-top: 15px;
  list-style-type: none;
  text-align: center;
  border: 1px;
}

li {
  display: inline-block;
}

.no_pad {
  padding: 0;
}

h1, h2 {
  font-family: "Goudy Bookletter 1911", serif;
  text-align: center;
}

p {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: justify;
}

img {
  max-width: 100%;
  height: 100px;
  vertical-align: middle;
}

.icon {
  height: 30px;
}

.poster {
  height: 250px;
}

.divider {
  background-image: url('images/dividers/blooddripping.gif');
  background-repeat: repeat-x;
  height: 10px;
  width: 90%;
  padding: 20px;
}

.label {
  height: 15px;
}

.badge {
  height: 30px;
}

.blinkie {
  height: 20px;
}

.stamp {
  height: 30px;
}

.button {
  height: 80px;
}

.labelsdiv {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #b90909;
  text-decoration: none;
}

a:visited {color: crimson;}
a:hover {color: darkmagenta;}

.content-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1em 0;
  box-sizing: border-box;
}

footer {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ccc;
  background: transparent;
  padding: 1em;
  line-height: 2em;
  text-align: center;
}

.layout {
  display: flex;
  gap: 1em;
  box-sizing: border-box;
  justify-content: center;
  max-width: 100%;
}

.left {
  line-height: 2em;
  text-align: center;
  padding: 25px;
  border: 10px solid #850404;
  min-height: 300px;
  box-sizing: border-box;
}

.right {
  line-height: 2em;
  text-align: center;
  min-height: 300px;
  box-sizing: border-box;
}

main {
  padding: 25px;
  border: 10px solid #850404;
  min-height: 300px;
  box-sizing: border-box;
}

.left  { flex: 0 0 20%; background: black; }
.main  { flex: 0 0 60%; background: #b88484; }
.right { flex: 0 0 20%; background: transparent; }

@media (max-width: 600px) {
  .layout {
    flex-direction: column;
  }
  .left, .main, .right {
    flex: 1 1 100%;
  }
}