/*!
 * Start Bootstrap - Clean Blog v5.0.1 (https://startbootstrap.com/template-overviews/clean-blog) - modified by LPC
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

body {
    font-size: 20px;
    color: #212529;
    font-family: 'Crimson Text', 'Times New Roman', serif
}

p {
    line-height: 1.9;
    margin: 30px 0;
    font-family: 'Crimson Text', sans-serif;
}

p a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

a {
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:focus,
a:hover {
    color: #000
}

blockquote {
    font-style: italic;
    color: #868e96
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px
}

.caption {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

::-moz-selection {
    color: #fff;
    background: #0085a1;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #0085a1;
    text-shadow: none
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    position: absolute;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

#mainNav .navbar-brand {
    font-weight: 400;
    color: #343a40
}

#mainNav .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    color: #343a40
}

#mainNav .navbar-nav>li.nav-item>a {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width:992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: 0 0
    }
    #mainNav .navbar-brand {
        padding: 10px 20px;
        color: #6e6f71;
        font-weight: 400;
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: black;
        text-decoration: underline 1px;
        text-underline-offset: 0.5em;
    }
    #mainNav .navbar-nav>li.nav-item>a {
        padding: 10px 20px;
        color: #6e6f71;
        font-weight: 500;
    }
    #mainNav .navbar-nav>li.nav-item>a:focus,
    #mainNav .navbar-nav>li.nav-item>a:hover {
        color: black;
         text-decoration: underline 1px;
        text-underline-offset: 0.5em;
    }
}

@media only screen and (min-width:992px) {
    #mainNav {
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden
    }
    #mainNav.is-fixed {
        position: fixed;
        top: -67px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        border-bottom: 1px solid #fff;
        background-color: rgba(255, 255, 255, .9)
    }
    #mainNav.is-fixed .navbar-brand {
        color: #212529
    }
    #mainNav.is-fixed .navbar-brand:focus,
    #mainNav.is-fixed .navbar-brand:hover {
        color: #0085a1
    }
    #mainNav.is-fixed .navbar-nav>li.nav-item>a {
        color: #212529
    }
    #mainNav.is-fixed .navbar-nav>li.nav-item>a:focus,
    #mainNav.is-fixed .navbar-nav>li.nav-item>a:hover {
        color: #0085a1
    }
    #mainNav.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #ffffff;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .5
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 200px  150px;
    color: #212529
}

@media only screen and (min-width:768px) {
    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        padding: 200px 30px 0
    }
}

header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

@media only screen and (min-width:768px) {
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 90px;
        font-weight:  700;
        letter-spacing: -1px;
    }
}

header.masthead .post-heading h1 {
    font-size: 35px
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Crimson Text', 'Times New Roman', serif
}

header.masthead .post-heading .meta a {
    color: #fff
}

@media only screen and (min-width:768px) {
    header.masthead .post-heading h1 {
        font-size: 72px
    }
    header.masthead .post-heading .subheading {
        font-size: 30px
    }
}

.post-preview>a {
    color: #212529
}

.post-preview>a:focus,
.post-preview>a:hover {
    text-decoration: none;
    color: #0085a1
}

.post-preview>a>.post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px
}

.post-preview>a>.post-subtitle {
    font-weight: 300;
    margin: 0 0 10px
}

.post-preview>.post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96
}

.post-preview>.post-meta>a {
    text-decoration: none;
    color: #212529
}

.post-preview>.post-meta>a:focus,
.post-preview>.post-meta>a:hover {
    text-decoration: underline;
    color: #0085a1
}

@media only screen and (min-width:768px) {
    .post-preview>a>.post-title {
        font-size: 36px
    }
}

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #dee2e6
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Crimson Text', 'Times New Roman', serif
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
    color: #868e96;
    font-family: 'Crimson Text', 'Times New Roman', serif
}

.floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0
}

.floating-label-form-group .help-block {
    margin: 15px 0
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1
}

.floating-label-form-group-with-focus label {
    color: #0085a1
}

form .form-group:first-child .floating-label-form-group {
    border-top: 1px solid #dee2e6
}

footer {
    padding: 50px 0 65px
}

footer .list-inline {
    margin: 0;
    padding: 0
}

footer .copyright {
    font-size: 14px !important;
    margin: auto;
    text-align: center;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

.btn-primary {
    background-color: #0085a1;
    border-color: #0085a1
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #00657b !important;
    border-color: #00657b !important
}

.btn-lg {
    font-size: 16px;
    padding: 25px 35px
}





/*! * Custom Adjustments by LPC */



header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 200px 10px 50px;
    color: #212529;
}

col-lg-8 col-md-10 mx-auto p{
    font-family: 'Crimson Text', 'Times New Roman', serif !important;

}

p {
    font-family: 'Crimson Text', 'Times New Roman', serif !important;
    font-size: 22px !important;
}

.lp-top-blurb-home {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 66%;
    margin: auto;
}

.lp-content-home {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-content-about {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 68%;
    margin: auto;
}

h4 {
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Crimson Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 20px 60px;
    letter-spacing: -.5px;
    margin-block-start: 25%;
    margin-block-end: .9em;
}

h4 a:hover {
    color: #212529;
    text-decoration: underline 1px;
    text-underline-offset: 8px;
}

h5 {
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 20px 60px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h1 {
    font-weight: 500;
}

h4 {
    font-weight: 500;
    font-size: 1.5em;
}

header.masthead .post-heading {
    padding: 200px 90px 15px;
    color: #212529;
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Crimson Text', 'Times New Roman', serif;
    display: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.col-md-6 p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.post-preview a:hover {
    color: #212529;
    text-decoration: underline 1px;
    text-underline-offset: 0.5em;
}

.btn-primary {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: black;
    background-color: transparent !important;
    border-color: transparent !important;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.3px;
    margin-top: 4em;
    background-color: transparent;
    border-color: transparent;
    color: black;
}

footer .copyright {
    font-size: 14px !important;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

p.post-meta {
    font-size: 18px !important;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
}

.back-to-list {
    line-height: 14;
    color: #212529;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -.3px;
    color: black;
}

a:hover.back-to-list  {
    color: #212529;
    text-decoration: underline 1px;
    text-underline-offset: 0.5em;
}


audio {
    width: 100%;
}

header.masthead .post-heading h1 {
    text-align: center;
}

.back-to-list-container {
    text-align: center;
}







/*! * Custom Adjustments by LPC for Phones only */



@media only screen and (max-device-width: 480px) {

.post-preview{
    margin: auto;
    max-width: 80%;
}

.col-md-6 h4 {
    font-weight: 500;
    letter-spacing: -.5px;
    margin-block-start: 40px; 
    margin-block-end: 0;
}

.col-md-6 h4 a:hover {
    color: #6e6f71;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.col-md-6 h5 {
    margin-block-start: 0em;
    margin-block-end: 3%;
}

.col-md-6 img {
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
}

.col-md-10 {
    max-width: 90%;
    margin: auto;
}

header.masthead .site-heading {
    padding: 200px 0 15px;
    color: #212529;
}

header.masthead .site-heading h1 {
    font-size: 70px;
    margin-top: 0;
}

header.masthead .post-heading {
    padding: 200px 0px 15px;
    color: #212529;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    /* color: #343a40; */
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}
}
                   




