body {
  margin: 0px;
  padding: 0px;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.date {
  font-size: 14px;
}

.summaryHeader ul {
  font-size: 14px;
  list-style-type: none;
}

code {
  font-size: 14px;
}

blockquote {
  font-size: 16px;
}

.summaryFooter {
  padding-top: 10px;
}

/* Style the navbar */
.navbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar a:hover {
  color: #606c76;
}

.navbar a {
  float: left;
  display: block;
  color: #536dfe;
  text-align: center;
  padding-right: 15px;
  text-decoration: none;
}

.navbar .icon {
  display: none;
  font-size: 20px;
}

.navbar .navhome {
  font-size: 20px;
}

.navbar .naventry {
  font-size: 20px;
}

@media (max-width: 640px) {
  .navbar .naventry {
    display: none;
  }
  .navbar .icon {
    display: block;
    float: right;
  }

  .navbar.responsive {
    position: relative;
  }

  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.banner-title {
  padding-top: 20px;
  color: #536dfe;
  font-weight: 900;
  font-size: 4em;
  text-shadow: 2px 2px 8px white;
}

@media (max-width: 640px) {
  #bannerImage {
    display: none;
  }
}

header {
  margin-bottom: 0px;
  padding-top: 50px;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  background-color: #333;
  color: white;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer i {
  padding-left: 5px;
  padding-right: 5px;
}

footer a:hover {
  /*color: #3392ff;*/
  color: #606c76;
}

footer .left {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}

footer .right {
  text-align: right;
  font-size: 25px;
}

@media (max-width: 640px) {
  #rightFooter {
    display: none;
  }
}

.pagination {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* customize css -> override default values from milligram css */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #536dfe;
  border: 0.1rem solid #536dfe;
}

a {
  color: #536dfe;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
