html {
    color: #333;
    background-color: hsl(178, 6%, 94%);
}
a {
    color: #0F73D6;
    text-decoration: none !important;
}
a:hover {
    text-decoration: underline !important;
}

body {
    background-color: #f5f5f5;
}

h1 {
    font-family: 'Bitter', Courier, serif;
    color: #2E8885;
	font-weight: 500;
	font-size: 2.25rem;
	padding-bottom: 0rem;
	border-bottom: 3px solid #2E8885;
}

h2 {
	margin-top: 2rem;
    color: #2E8885;
    padding-bottom: .25rem;
    border-bottom: 2px solid #2E8885;
}

/* top */
#banner {
    background-color: #2E8885;
    color: #fff;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    filter: drop-shadow(0px 1px 3px #aaa);
    z-index: 9000;
}
#banner .navbar-toggler {
    border: 0;
}
#navigation ul li a {
    color: #fff;
    cursor: pointer;
}
#navigation .dropdown-menu {
    background-color: #2E8885;
}
#navigation .dropdown-item:hover {
    background-color: #48a3a0;
    text-decoration: none !important;
}
#navigation .dropdown-item-text {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
}
#logo {
    font-family: 'Bitter', Courier, serif;
    font-size: 1.5rem;
    background-color: #fff;
    color: #2E8885;
    padding: 2px 12px 2px 8px !important;
    border-radius: 16px;
    white-space: nowrap;
}

#main {
    color: #6e6e6e;
}

#checkerparent {
    min-height: 380px;
}

.contentCard {
    background-color: #ffffff;
    filter: drop-shadow(0px 1px 3px #ddd);
    border: 1px solid #ccc;
    border-radius: 8px;
}

.docsPage, .userPage {
    max-width: 1140px;
}

.donate div {
    background-color:  hsl(178, 49%, 41%);
    color: #fff;
    border-radius: 4px;

}
.donate a, .donate a:hover {
    color: #fff !important;
}

.btn-nadaclair {
	background-color: hsl(178, 49%, 41%);
	color: #f4fff2;
}
.btn-nadaclair:hover {
    background-color: hsl(178, 52%, 36%);
    color: #f4fff2;
}

.badge-nadaclair {
    background-color: hsl(178, 49%, 41%);
	color: #f4fff2;
}

.bg-nadaclair {
	background-color: #a6d8d6;
}
.bg-nadaclair:hover {
    background-color: #a6d8d6 !important;
}

.alert-nadaclair {
    color: hsl(178, 49%, 20%);
    background-color: hsl(178, 39%, 90%);
    border-color: hsl(178, 39%, 80%);
}
.alert-nadaclair .alert-link {
    color: hsl(178, 49%, 10%);
}


#langtoolresults {
    display: none;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

#langtoolresults h1 {
    color: #2E8885;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#langtoolresults .row > div {
    padding-right: 0;
}

#langtoolresults .card-body {
    padding: 0.5rem;
}

#langtoolresults .card-title {
    font-weight: 700;
}

#langtoolresults .card-text b {
    font-weight: 400;
}

#summary-navbar button {
    font-size: 14px;
}

#summary-tabs {
    max-height: 600px;
    min-height: 300px;
    overflow-y: auto;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 4px 4px;
}

#summary-tabs ul, #langtoolresults ul, #summary-all-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#langtoolresults > ul > li {
    padding: 0 0 1rem 0;
    font-size: 18px;
    font-weight: 700;
}

#summary-tabs .tab-pane li, #langtoolresults li ul li, #summary-all-errors li ul li {
    padding: .5rem 0 .5rem 1rem;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}
#summary-tabs .tab-pane li:last-child, #langtoolresults li ul li:last-child {
    border: none;
}

.summary-item {
    display: inline-block;
}

.summary-item-explanation {
    display: block;
}

/* bottom */
#footer {
    border-top: thin solid hsl(178, 12%, 87%);
    background-color: hsl(178, 6%, 94%);
    color: #333;
    width: 100%;
}
#footer h6 {
    font-weight: 600;
}
#footer .col > div {
    margin-top: .25rem;
}
#footer i.fa {
    color: #555;
}
#footer a {
    color: #333;
}

#cookieSettingsBanner {
    z-index: 1000000; /* must appear above any ads */
}

/* google ads */
/* .adsbygoogle {
    border: 1px solid #2E8885;
} */
.adsbygoogle.adslotside {
    display: block;
}
@media (max-width: 600px) {
    .adsbygoogle.adslotside {
        display: none;
    }
}

/** TODO testing, remove **/
#ezoic-pub-ad-placeholder-107 ins {
    height: 600px;
}

/* paypal */
.paypalContainer {
    display: inline-block;
    height: 25px;
    vertical-align: bottom;
}

/* bootstrap additions & overrides */
.badge-tag {
    color: #fff;
    background-color: #48a3a0;
}

a.badge-tag:hover, a.badge-tag:focus {
    color: #fff;
    background-color: #2E8885;
}

.btn-primary {
    background-color: hsl(210, 75%, 50%);
    border-color: hsl(210, 75%, 50%);
}
.btn-primary:hover {
    background-color: hsl(210, 75%, 43%);
    border-color: hsl(210, 75%, 40%);
}

/* cookies dialog */
#cookieSettingsBanner a {
    color: hsl(178, 49%, 41%);
    text-decoration: underline !important;
}