.dark {
    color: white;
}

.dark p, .dark ul {
    color: #f0f0f0;
}

.dark-text .rich-text p, .dark-text .rich-text ul {
    color: #000;
}




.rich-text h1 {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.rich-text h2 {
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.rich-text h3 {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

.rich-text h4 {
    font-size: 1.0em;
    font-weight: 900;
    margin-bottom: 1.5em;
    margin-top: 2em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.rich-text p {
    margin-bottom: 2em
}

.rich-text a {
    text-decoration: underline;
}

.rich-text a:hover {
    text-decoration: underline;
    color: goldenrod;
}

.rich-text ol {
    padding-left: 1em;
    list-style: decimal;
}

.rich-text ol ol {
    list-style: lower-alpha;
    padding-left: 1.5em;
}

.rich-text ol ol ol {
    list-style: square;
    padding-left: 1.5em;
}

.rich-text ul {
    list-style: square;
    padding-left: 1em;
    margin-bottom: 2em;

}


.rich-text ul ul {
    list-style: "- ";
    padding-left: 1.5em;
}

.rich-text li {
    margin: 0.25em 0;
}

.rich-text ol > li + li {
    margin: 0.5em 0;
}

.rich-text a.button {
    border: 1px solid;
    padding: 0.75rem 2.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    overflow-wrap: break-word;
}


.rich-text a.button:hover {
    background-color: white;
    color: black;
}

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

.richtext-image {
    width: 100%;
    height: auto;
    margin: 3rem 0;
}

.site-header {
    color: white;
}

.bg-gradient-black-transparent {
    color: white;
}

.opaque-nav .bg-gradient-black-transparent {
    background: black;
    
}

.static-nav-light .bg-gradient-black-transparent {
    background: transparent;
    color: black;
    
    
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }





@media (min-width: 768px) { 
    
    .richtext-image.left {
        
        max-width: 50%;
        float: left;
        margin: 0;
        margin-right: 2rem;
        margin-bottom: 1rem;
        
    }
    
    .richtext-image.right {
        
        max-width: 50%;
        float: right;
        margin: 0;
        margin-left: 2rem;
        margin-bottom: 1rem;
        
    }
 }





/*

.rich-text {

}

.rich-text h1 {
    @apply text-4xl mb-4 font-bold;
}

.rich-text h2 {
    @apply text-2xl mb-4 font-bold;
}

.rich-text h3 {
    @apply text-xl mb-4 font-bold;
}

.rich-text h4 {
    @apply text-lg mb-4 font-bold border-b pb-1;
}

.rich-text p {
    @apply mb-4 tracking-wide;
}

.rich-text a {
    @apply underline cursor-pointer;
}

.rich-text ul {
    @apply list-disc ml-4;
}

.rich-text li {
    @apply mb-2
}

.richtext-image {
    @apply my-4 w-full
}

.image-banner-block img {
    @apply w-full h-auto;
}

.dark p {
    @apply text-gray-100
}

.spec-list ul {
    @apply ml-4 pl-0 mb-8;
}

.spec-list .rich-text ul {
    @apply pl-0;
}

.spec-list .rich-text li {
    @apply my-1
}

@screen md {
    .richtext-image.left {
        @apply mr-8 float-left w-auto
    }

    .richtext-image.right {
        @apply ml-8 float-right w-auto
    }
}

.richtext-image.full {
    @apply w-full
}

*/


