* {
  box-sizing: border-box;
  font-size: 104%;
}

body {
  font-family: 'Gentium Basic';
  background: rgb(112, 66, 20);
}

.site-container{
	position: absolute;
	width: 100%;
	min-height: 100vh;
	height: 100vh;
	top: 0;
	left: 0;
}

.navbar {
  overflow: hidden;
  float: left;
  background-color: black;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.post_navbar {
  padding: 20px;
  width: 1200px;
  margin: auto;
  width: 80%;
}

.header {
  background-color: rgb(251,243,234);
  padding: 5px;
  font-size: 30px;
  text-align: center;
  border-style: groove;
  border-color: rgb(112, 20, 20);
  border-width: 5px;
  margin-top: 48px;
}

.leftcolumn {   
  float: left;
  width: 75%;
}

.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}
.fullcolumn {   
  float: left;
  width: 100%;
}

.card {
  background-color: rgb(251,243,234);
  padding: 20px;
  margin-top: 20px;
  border-style: groove;
  border-color: rgb(112, 20, 20);
  border-width: 5px;
}

.post_text {
	width: 100%;
	height: auto;
	text-align: justify;
	display: inline-block;
}

.post_postscript {
	width: 100%;
	height: auto;
	text-align: justify;
	display: inline-block;
	font-size: 90%;
	font-style: italic;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#indent_text {
    margin-left: 100px;
    margin-right: 100px;
}

.right_text {
    text-align:right;
}

#about_image {
	width: 100%;
	height: 100%;
}

#about_bio, #home_card, #recent_entries {
	padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
  
.post_navbar {
  padding: 20px;
  width: 100%;
  }
  
  
  #indent_text {
    padding-left: 20px;
	margin-left: 40px;
	margin-right: 20px;
	border-left: black solid 2px;
  }
}
