/* Main page with stikky-footer
-------------------------------------------------- */
html,
body {
  height: 100%;
  background-color: #f5f1e4;
  font-family: 'Source Sans Pro', sans-serif;

  /* padding-bottom: 50px; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Custom page CSS
-------------------------------------------------- */
.center {
  text-align: center;
}

.container {
  width: auto;
  max-width: 800px;
  text-align: center;
}

.container .text-muted {
  margin: 20px 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.panel-default h4 {
  text-align: left;
  line-height: 24px;
  font-size: 22px;
}

.panel-default h5 {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}

.panel-default h6 {
  font-size: 15px;
}

.panel {
  border-style: none;
}

.panel-body {
  padding-top: -10px;
  text-align: left;
}

.social {
  padding-top: 12px;
  word-spacing: 25px;
}

.social h4>a {
  color: #000000;
}

.avatar {
  padding-top: 0;
}

.blog-post {
  padding-top: 15px;
}

.blog-title {
  padding-top: 2px;
}

.related-posts h4 {
  text-align: center;
}

.page-not-found {
  padding-top: 20%;
}

.blogpost {
  text-align: left;
  line-height: 30px;
  font-size: 18px
}

.badge {
  background-color: #555273;
}

/* Carbonads
-------------------------------------------------- */
#carbonads {
    justify-content: center;
    width:100%;
    display: flex;
} 

/* Footer 
-------------------------------------------------- */
footer {

  margin-top: auto;
  background-color: #e4e1d2;
  text-decoration: none !important;
}

.text-muted {
  color: #6b6b6b;
}

div.footer {
  border-bottom: 5px solid #555273;
}

/* Search Bar
-------------------------------------------------- */
:root {
  --aa-primary-color-rgb: $primary;
}

/* Tables 
-------------------------------------------------- */
tr {
  border-bottom: 1px solid rgba(105, 105, 105, 0.404);
}

th {
  background-color: #b7d8f3;
}

th:first-child {
  border-top-left-radius: 8px;
}

th:last-child {
  border-top-right-radius: 8px;
}

tr:nth-child(even) {
  background-color: #dbecec80;
}

th,
td {
  padding: 8px;
  border-right: 1px solid rgba(105, 105, 105, 0.404);
}

td:last-child {
  border-right: 0px;
}

th:last-child {
  border-right: 0px;
}

tr:last-child {
  border-bottom: 0px;
}

/* Text
-------------------------------------------------- */
a {
  color: #555273;
}

a:hover,
a:visited {
  color: #2d2b3d;
}

/* Social
-------------------------------------------------- */

.social {
  padding-top: 16px;
}