
:root {
  --red: #af0000;
  --dark_red: #3f1212;
  --bg_dark: #000000;
  --bg_mid: #111;
  --link_colour: #0f45ff;
  --text_colour_0: #690804;
  --text_colour_1: #aabbff;
  --border_colour_0: #333;
  --border_colour_1: #222;
  --social_text_colour_0: #666;
  --social_text_colour_1: #444;

  --border_width: 4px;
  --page_width: 720px;
}

html{
  background-color: var(--bg_dark);
  font-family: mono_bold;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg_mid);
  justify-content: center;
  max-width: var(--page_width);
  min-height: 100vh;
  margin: 0 auto;
}

img {
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  padding: 5px;
  width: 23%;
  aspect-ratio: 1 / 1;
}

link_same_text {
  color: var(--link_colour);
  display: inline;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  content: attr(href);
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

ul {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #a6060f;
}

@font-face {
  font-family: 'mono_reg';
  src: url('res/UMTypewriter-Regular.otf');
}

@font-face {
  font-family: 'mono_bold';
  src: url('res/VeraBd.ttf');
}
p_head {
  color: var(--social_text_colour_0);
  padding: 0;
  font-weight: bold;
  font-family: mono_bold;
  margin: 0;
}

p {
  color: var(--social_text_colour_0);
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
  font-family: mono_bold;
  margin: 0;
  line-height: 1;
}
p2 {
  color: var(--social_text_colour_0);
  padding: 4px;
  font-weight: bold;
  font-size: 8px;
  font-family: mono_bold;
  margin: 0;
  line-height: 1;
}

credit_link_text {
  color: var(--social_text_colour_1);
  font-weight: normal;
  font-size: 9px;
  font-family: mono_reg;
  line-height: 0;
  text-align: right;
}

.hyperlink {
  color: var(--link_colour);
  display: inline;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.hyperlink_in_detail {
  font-size: 25px;
  color: var(--text_colour_0);
}

span {
  color: var(--social_text_colour_1);
  font-weight: bold;
  font-family: mono_bold;
  display: inline-block;
  justify-content: center;
  text-align: center;
}

.social_footer_links_right {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  font-size: 20px;
  text-align: right;
  line-height: 0;
}

.social_footer_links_left {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  font-size: 10px;
  text-align: left;
  line-height: 0px;
}

.social_footer_links_center {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 0px;
}


.titlebar {
  border: var(--border_width) solid;
  border-color: var(--border_colour_1);
  box-sizing: border-box;
  color: #c1c1d2 ;
  font-size: 10px;
  margin: 0;
  font-family: mono_reg;
  white-space: pre-wrap;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: linear-gradient(to bottom, var(--red), var(--dark_red));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hyperlink_in_ascii {
}

.social_img {
  border-radius: 0;
  padding: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.social_container {
  display: inline-block;
  justify-content: center;
  text-align: center;
  margin: 0;
  line-height: 18px;
  padding: 0;
  flex-wrap: wrap;
}

.container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.nav {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;  
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}

.nav-global, .nav-local {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header_box {
  font-size: 15px;
  margin-bottom: 4px;
  border: 1px solid var(--border_colour_1);
  color: var(--text_colour_0);
  width: 80%;
  box-sizing: border-box;
}

.paragraph_text {
  color: var(--text_colour_1);
  white-space: pre;
}

.home_box {
  font-size: 25px;
  margin-bottom: 4px;
  margin: 0 0 10px 0;
  border: var(--border_width) solid var(--border_colour_1);
  padding: 4px;
  color: var(--text_colour_0);
}

a_dropdown {
  color: var(--text_colour_0);
  margin-bottom: 4px;
  padding: 4px;
}

.thick_bar_horz {
  color: #1a1a24;
  border: 8px solid var(--border_colour_1);
}

.thick_bar_horz_dashed {
  color: #1a1a24;
  border: 12px dashed var(--border_colour_1);
}

.thick_bar_horz_solid {
  color: #1a1a24;
  border: 3px solid var(--border_colour_1);
}
.thin_bar_horz_dashed {
  color: #1a1a24;
  border: 2px dashed var(--border_colour_1);
}

.content {
  display: block;
  flex-grow: 1;
  width: 60%;
  padding: 0px;
  box-sizing: border-box;
  border: var(--border_width) solid var(--border_colour_1);
}

.other_links {
  color: var(--link_colour);
  display: flex;
  margin-bottom: 4px;
  font-size: 30px;
  text-align: center;
  justify-content: center;
}
.contact_me {
  color: var(--link_colour);
  display: flex;
  margin-bottom: 4px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
}

.latest {
  color: var(--text_colour_0);
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  display: block;
}

details {
  color: var(--link_colour);
  border: var(--border_width) solid var(--border_colour_1);
  border-radius: 0px;
  padding: 0.5em 0.5em 0;
}

