body {
  background-color: #E2D3A6;
  color: black;
  font-family: "Blinker", sans-serif;
}

/**#BCAB79 is the old background color
#570000 is the nav link color the contrast thingy suggested off the new background**/
nav {
  border-bottom: 2px solid #285238;
  text-align: center;
}

.tBar {
  display: inline-block;
  padding: 0px 50px 0px 50px;
  color: black;
}

.tBar a{
  color: black;
  text-decoration: none;
}

.column {
  float: left;
  border: 2px solid #285238;
  margin: 20px;
  padding: 0px 10px;
}

/** **/

.left {
  width: 66%;
}

.right {
  width: 20%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .left {
    width: 90%;
  }
  .right {
    width: 90%;
  }
}

.entry {
  width: 90%;
  border: 1px dotted #285238;
  margin: 20px;
  padding: 0px 10px;
}

h1 {
  color: #285238;
}

/*Below lies the CSS for the font from Google*/
.blinker-thin {
  font-family: "Blinker", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.blinker-extralight {
  font-family: "Blinker", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.blinker-light {
  font-family: "Blinker", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.blinker-regular {
  font-family: "Blinker", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blinker-semibold {
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.blinker-bold {
  font-family: "Blinker", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blinker-extrabold {
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.blinker-black {
  font-family: "Blinker", sans-serif;
  font-weight: 900;
  font-style: normal;
}
