@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif');

body {
    background-color: #06523e;
    color: #ddd;
    font-family: 'PT Sans', sans-serif;
}

a {
    color: hsl(160, 31%, 38%);
}

a:hover {
    color: hsl(160, 31%, 19%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
}

h3 {
    font-size: 24px;
}

.navbar-brand img {
    height: 47px;
    width: 49px;
}

.navbar-nav > li > a {
    letter-spacing: 0.5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ddd;
}

.mola-header {
    background-color: hsl(160, 31%, 19%);
    background-size: cover;
    background-position: 0% 50%;
    border-top: 4px solid #06523e;
    color: hsl(160, 17%, 86%);
    padding-top: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.mola-header nav a,
.mola-header a.btn {
    text-shadow: none;
}

.mola-content {
    background-color: #f7f7f7;
    color: #3f3f3f;
}

.modal {
    color: #3f3f3f;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.has-error label,
.has-error .help-block {
    color: #a94442;
}

.mola-footer {
    background: #06523e;
    color: #ddd;
}

.mola-footer a {
    color: #ddd;
}

.mola-block-title {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.mola-block-image {
    height: auto;
    width: 100%;
}

.mola-btn-primary {
    background-color: #efbd59;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.mola-btn-primary:hover {
    background-color: #bf9747;
    color: #fff;
}

.mola-btn-secondary {
    background-color: #aa5939;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.mola-btn-secondary:hover {
    background-color: #8a492f;
    color: #fff;
}

trix-editor {
    background-color: #fff;
    min-height: 10em;
}

trix-toolbar {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px 5px 0 0;
    margin: 0 1px;
    padding: 5px 5px 0 5px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.mola-post-user {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin-top: 20px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {

    .mola-post-user {
        border-width: 0 0 0 1px;
        margin-top: 0;
        padding-top: 0;
    }

}

.table.mola-errata-items th,
.table.mola-errata-items td {
    font-size: 14px;
    letter-spacing: -0.1px;
    padding: 12px 4px;
}

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dfdfdf;
    padding: 12px;
    width: 100%;
}

.tt-suggestion {
    cursor: pointer;
    padding: 4px 0;
}

.tt-suggestion.tt-cursor {
    background: rgba(0, 0, 0, 0.05);
}

.mola-post h1 {
    font-size: 1.5rem;
}

.mola-keep-visible-after-scroll {
    position: static;
    top: auto;
}

.mola-fixed-to-top {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media print {
    html.mola-print-wide,
    html.mola-print-wide body {
        min-width: 1200px;
    }
}
