/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

:root {
  --fainted : #8888;
  --inlineLink : springgreen;
}


p.legibility {
  text-rendering: optimizeLegibility;
}
p.speed {
  text-rendering: optimizeSpeed;
}

body {
  background-color: #393b40;
  color:#c1b492;
  font-family: Verdana;
  margin: 0;
  padding: 0;
  background-image: url(/imgs/bg.gif);
  background-size: 30% auto;
  cursor: url(/imgs/D12Green.png), pointer;
}

.NavContainer{
  background-color: black;
  width: calc(100% - 150px);
  min-width : 300px;
  max-width : 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  box-shadow: black 0px 5px 10px;
  text-align: center;
  padding-top: 40;
  font-family: 'DotGothic16', sans-serif;
}

.container{
  background-color: black;
  width: calc(100% - 150px);
  min-width : 300px;
  max-width : 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 10px;
  box-shadow: black 0px 5px 10px;
  text-align: center;
  padding-top: 40;
  font-family: 'DotGothic16', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.boxContainer{
  background-color: #0b0b0b;
  color: #ADADAD;
  border: 4px #775d1c solid;
  padding: 30px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.logoMain{
  width: 100;
  height: 100;
}

.logoNav{
  width: 100%;
  height: 100%;
}


/*Links*/

.listBox {
  list-style: none;
}

.listBoxItem {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.listBoxLink {
  text-decoration: none;
  color: #ADADAD;
  cursor: url(/imgs/D12Red.png), pointer;
}

.listBoxParagraph {
  font-size: 0.95em;
  background-color: #121516;
}

.listBoxLink::before {
  content: '[';
  color: var(--fainted);
  font-size: 0.75em;
}

.listBoxLink::after {
  content: ']';
  color: var(--fainted);
  font-size: 0.75em;
}

.linkNotWorking {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: darkslategrey;
}

.listBoxParagraph::before {
  content: '[';
}

.listBoxParagraph::after {
  content: ']';
}

.header_one {
  color: #f0e96c;
  margin-left: 5px;
  margin-right: 10px;
}

/**/

.title {
  color: white;
  margin-left: 50px;
  margin-right: 50px;
}

.text {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: 'Roboto Slab', serif;
}

.navText {
  font-family: 'Roboto Slab', serif;
}

.inlineLink {
  text-decoration: none;
  color: var(--inlineLink);
}

.spacer {
  margin-top: 10px;
  margin-bottom: 20px;
}



/* Bookmarks */

.bookmark {
  user-select: none;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.14);
  position: relative;
  color: inherit;
  fill: inherit;
  font-size: 0.95em;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px;
}

.bookmarkTitle {
  color: #775d1c;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  white-space: initial;
  min-height: 24px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Slab', serif;
}

.bookmarkText {
  font-size: 17px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  white-space: initial;
  font-family: 'PT Serif', serif;
  line-height: 1.2;
}

/* Blog */

.blogTitle {
  color: #8cb9c4;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  white-space: initial;
  min-height: 24px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Slab', serif;
}

.blogLink {
  text-decoration: none;
  color: var(--text-primary);
  cursor: url(/imgs/D12Red.png), pointer;
}

.post_date::listBoxLink{

}

.alert {
  color: #36fda0;
  text-shadow: 0 0 10px #36fda0;
}

.navigation-container {
  overflow: auto;
  max-height: 247px;
}

.text-container {
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #050500;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.cursorRed {
  cursor: url(/imgs/D12Red.png), pointer;
}