/* Typography */
/* Tables */
table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0;
}

th {
  font-weight: bold;
  background: rgb(240.3, 240.3, 240.3);
  padding: 5px;
}

td {
  padding: 5px;
  border: 1px solid #f0f0f0;
}

/* Notice Styles */
blockquote {
  padding: 0 0 0 20px !important;
  font-size: 16px;
  color: #666;
}
blockquote > blockquote > blockquote {
  margin: 0;
}
blockquote > blockquote > blockquote p {
  padding: 15px;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 1px solid #f0f0f0;
}
blockquote > blockquote > blockquote > p {
  /* Yellow */
  margin-left: -75px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
blockquote > blockquote > blockquote blockquote > p {
  /* Red */
  margin-left: -100px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
blockquote > blockquote > blockquote blockquote > blockquote > p {
  /* Blue */
  margin-left: -125px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
  /* Blue */
  margin-left: -150px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* images responsive */
img {
  max-width: 100%;
}

/* Constrain the width */
.container {
  width: auto;
  max-width: 960px;
  padding: 0 15px;
}

/* Make branding more obvious */
.navbar .navbar-brand {
  color: #333;
  font-size: 26px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  /*position: relative;*/
  min-height: 100vh;
}

body {
  color: #333;
  font-family: "Gentium Basic", Garamond, Palatino, Georgia, serif;
  background: url(/user/themes/tbootstrap/assets/bg-body.png) repeat-x 0 0 #F4F3EB;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  margin: 1em 0;
  flex-grow: 1;
}

.site-header {
  text-align: center;
  margin-bottom: 0.5rem;
}
.site-header .site-header-title {
  font-size: 2.5em;
  color: #a50000;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px white;
}
.site-header .site-header-description {
  font-style: italic;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px white;
}

.header {
  margin: 1em 0 5px;
  text-align: center;
  color: rgb(183, 166.2857142857, 208.7142857143);
}
.header h1 {
  font-size: 42px;
  color: #a50000;
  letter-spacing: 0.5em;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .header h1 {
    font-size: 40px;
  }
}
@media only all and (max-width: 47.938rem) {
  .header h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }
}
.header h2 {
  margin-top: 0;
  font-weight: normal;
}
.header .btn {
  font-size: 22px;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: none;
  border: 0;
}

.footer {
  border-top: 2px solid #a50000;
  background-color: white;
  font-size: 0.8em;
}

a {
  color: #a50000;
  text-decoration: underline;
}

a:hover {
  color: #a50000;
  text-decoration: none;
}

.navbar {
  border-top: 2px solid red;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid green;
  padding: 0;
}
.navbar .container {
  width: 100%;
}
.navbar a {
  display: inline-block;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
}
.navbar a:hover {
  background-color: #e8e8e8;
}

@media (max-width: 768px) {
  .navbar a {
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .navbar a {
    padding: 10px 5px;
  }
}
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
}

.list-blog-padding h1 {
  display: none;
}

.tags {
  line-height: 1;
}
.tags a {
  text-decoration: none;
  background-color: rgba(165, 0, 0, 0.5);
  color: white;
  font-size: 0.8em;
  padding: 1pt 2pt;
  border-radius: 3px;
}
.tags a:hover {
  background-color: rgba(165, 0, 0, 0.8);
}

code {
  color: brown;
  background-color: white;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

ol.breadcrumb {
  padding-left: 0;
  background: transparent;
}

.list-item {
  margin: 0 0 50px;
}

.blog-header-image {
  margin: 15px 0;
}

.sidebar-content {
  margin-bottom: 50px;
}

.pagination li {
  display: inline !important;
  border: 0 !important;
}

.related-pages {
  padding: 0;
  list-style: none;
}
.related-pages li {
  border-bottom: 1px solid #f0f0f0;
  line-height: 34px;
}
.related-pages li:last-child {
  border-bottom: 0;
}
.related-pages li a {
  display: block;
}
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.modular .features {
  padding: 50px 0;
  text-align: center;
}
.modular .features:after {
  content: "";
  display: table;
  clear: both;
}
.modular .features h2 {
  margin: 0;
  line-height: 100%;
}
.modular .features h2 + h3 {
  margin-top: 0;
  font-weight: normal;
}
.modular .features p {
  margin: 10px 0;
  font-size: 17px;
}
@media only all and (max-width: 47.938rem) {
  .modular .features p {
    font-size: 14px;
  }
}
.modular .features .feature-items {
  margin-top: 30px;
}
.modular .features .feature {
  display: block;
  float: left;
  width: 25%;
}
@media only all and (max-width: 47.938rem) {
  .modular .features .feature {
    width: 100%;
  }
}
.modular .features .feature {
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 10px;
}
.modular .features .feature i.fa {
  font-size: 40px;
  color: #62488A;
}
.modular .features .feature h4 {
  font-size: 16px;
  font-weight: normal;
}
.modular .features .feature p {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 10px;
}
.modular .features.big {
  text-align: center;
}
.modular .features.big .feature {
  width: 50%;
  margin: 30px 0;
}
.modular .features.big i.fa {
  font-size: 50px;
  float: left;
}
.modular .features.big .feature-content {
  padding-right: 15px;
}
.modular .features.big .feature-content.push {
  margin-left: 90px;
}
.modular .features.big .feature-content h4 {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
.modular .features.big .feature-content p {
  padding: 0;
  text-align: left;
  font-size: 14px;
}

.callout {
  background: #f0f0f0;
  color: #666666;
  padding: 15px 15px;
}
.callout .align-left {
  float: left;
  margin-right: 15px;
}
.callout .align-right {
  float: right;
  margin-left: 15px;
}
.callout img {
  border-radius: 3px;
}

.modular .modular-row:last-child {
  margin-bottom: 2rem;
}
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

body.fixed-nav {
  padding-top: 50px;
}

#grav-login {
  max-width: 50rem !important;
}
#grav-login .col-sm-2 {
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
#grav-login .col-sm-10 {
  width: 50%;
}
#grav-login form {
  padding-top: 30px;
}
#grav-login .rememberme {
  float: right !important;
}
#grav-login .form-actions button {
  margin-top: 50px;
}
#grav-login .form-actions .button.secondary {
  line-height: 26px;
}
#grav-login .form-actions .button.secondary i {
  line-height: 26px;
}
#grav-login .button {
  vertical-align: bottom !important;
}

/*# sourceMappingURL=theme.css.map */
