@import url("https://fonts.googleapis.com/css?family=Lora:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes:400,500,700");

#kac {
  font-family: "Great Vibes";
  font-size: 3em;
}

html {
    height: 100%;
}

body {
  font-family: "Lato";
  line-height: 1.5em;
  font-size: 1.2em;
  background: rgb(255, 255, 255);
  color: rgb(49, 49, 49);
  height: 100%;
  background-size: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link_container {
  font-family: "Lato";
  font-size: 0.6em;
  font-variant: small-caps;
  margin-top: -1em;
  border-bottom: 1px solid rgb(49, 49, 49);
}

.link_ele {
  margin-left: 1em;
  margin-right: 1em;
}

blockquote {
  font-family: "Lato";
}

#title {
  font-family: "Josefin Sans";
  font-variant: small-caps;
  margin-bottom: 0;
  font-size: 2.5em;
}

#title h2 {
  padding-bottom: 5em;
}

#sub_title {
  font-family: "Lato";
  font-weight: lighter;
  font-style: italic;
  font-size: 0.4em;
}

strong {
  font-weight: bold;
}

pre {
  display: inline;
}

hr {
  color:rgb(49, 49, 49);
  border: 1px solid rgb(49, 49, 49);
}

blockquote {
  border-left: 1px dotted rgb(49, 49, 49);
  padding-left: 2vw;
}

pre {
  border-left: 1px dotted rgb(49, 49, 49);
  padding-left: 2vw;
  margin-left: 2vw;
}

.mainsidespace {
  width: 20%;
}

.postspacer {
  width: 30%;
}

.container {
  display: inline-flex;
  align-items: stretch;
  align-content: stretch;
}

.vertcont {
  flex-direction: column;
}

.spacer {
  flex-grow: 1;
}

.main {
  flex-grow: 3;
}

.content {
  text-align: left;
}

.content_font {
  font-family: "Lora";
  font-size: 1em;
  font-weight: lighter;
}

.important {
  font-family: "Lato";
  line-height: 2em;
  font-weight: bold;
}

.important a {
  font-weight: bold;
  color: rgb(52, 52, 52)
}

a {
  font-weight: bold;
  color: rgb(46, 69, 122);
  text-decoration: none;
}

a:hover {
  color: #2980b9;
}

ul a {
  font-weight: lighter;
}

.timestamp {
  color: rgb(73, 75, 82);
  font-size: 90%;
}

.post_ele h4 {
  font-size: 120%;
  font-weight: bolder;
  margin-bottom: 0;
  text-align: center;
  font-variant: small-caps;
  border-bottom: 1px solid rgb(49, 49, 49);
  text-align: center;
}

.post_ele {
  font-size: 80%;
  margin: 1em;
  font-weight: lighter;
  text-align: center;
}

.post_title {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgb(49, 49, 49);
}

.post_timestamp {
  margin-top: 5vh;
  text-align: center;
  width: 100%;
  font-size: 75%;
  border-top: 1px solid rgb(49, 49, 49);
}

#tl_container {
  width: 100%;
}

#center_container {
  width: 100%;
  padding: 1em;
}

#header_container {
  flex-grow: 4;
  justify-content: space-evenly;
}

#footer_content {
  padding: 0.8em;
  font-size: 0.6em;
  font-weight: lighter;
  font-style: italic;
}

#footer_content a {
  padding-left: 0.4vw;
}

#main_content {
  font-weight: lighter;
  margin-top: 4vh;
  margin-bottom: 2vh;
  text-align: center;
}

#setup_list {
  line-height: 1.5em;
}

#title_container {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #main_content_container {
    display: block;
  }

  ol, ul {
    padding-left: 1em;
  }
}
