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

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: 0 !important;
    padding-bottom: 0 !important;
}
#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;
}

#accentbuttons .btn {
    border-color: #B8E6E4;
	color: #2E8885;
    font-weight: 600;
}
#accentbuttons .btn:hover {
    background-color: rgb(46, 136, 133, .3);
    border-color: #267976;
	color: #267976;
}

/* editor borders */
form > .cke, .cke > .cke_inner {
    border-radius: 0.25rem;
}
.cke_inner > .cke_top {
    border-radius: 0.25rem 0.25rem 0 0;
}
.cke_inner > .cke_bottom {
    border-radius: 0 0 0.25rem 0.25rem;
}

.btn-nadaclair {
	background-color: hsl(178, 49%, 41%);
	color: #f4fff2;
}
.btn-nadaclair:hover {
    background-color: hsl(178, 52%, 36%);
    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%);
}


#summarycontainer, #langtoolresults {
    padding: 1rem;
    background-color: rgba(51, 153, 153, .1);
    border-radius: 10px;
}

#langtoolresults {
    display: none;
    margin-top: 1rem;
}

#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 ul, #langtoolresults ul {
    margin: 0;
    padding: 0 0 0 2rem;
}

#summary > ul > li, #langtoolresults > ul > li {
    padding: 0 0 .5rem 0;
}

#summary li ul li, #langtoolresults li ul li {
    padding: .25rem 0 0 0;
    margin: 0;
}

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

#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;
    }
}

/* 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;
}