<!-- start Simple Custom CSS and JS -->
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
    color: #2a574a;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 0;
}

h2 {
    font-size: 2.2em;
}

h2 strong {
    font-size: 1.7em;
    text-shadow: 3px 3px #f5ce43;
    letter-spacing: 2px;
}

h2:before, .c4 h4:before {
    content: "";
    height: 3px;
    background: linear-gradient(45deg, #f6db6a, #ba9842);
    width: 27%;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}


p {
	color: #000;
}
.c1 p {
    font-size: 2em;
    color: #515151;
}

.c2 i {
    font-size: 2.6em;
    color: #2a574a;
    text-shadow: 3px 3px #f1d667;
    margin-bottom: 0.6em;
}

.c2 h3 {
    font-size: 1.4em;
}

.c2 p {
    font-size: 1.3em;
    margin-bottom: 3px;
    line-height: 1.1;
}

.c2 .icon .col-inner {
    padding-top: 2em;
    border: 1px dashed #ccc;
    padding-bottom: 1em;
	border-radius: 0.8em;
}

.c2 p strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8em;
    color: #d1a00f;
    letter-spacing: 2px;
}

.c2 .fe p:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    font-weight: 700;
    margin-right: 1.2em;
    color: #edd163;
    /* border: 1px solid; */
    padding: 0.4em;
    border-radius: 50%;
    /* background: #2a574a; */
    font-size: 1.4em;
}

.c3 h2:before {
    display: none;
}

.c3 h2:after  {
    content: "";
    height: 3px;
    background: linear-gradient(45deg, #f6db6a, #ba9842);
    width: 27%;
    display: block;
    margin-top: 0em;
}

.c3 .flickity-page-dots {
    bottom: 1em;
}

.c3 .slider {
    border-radius: 1em;
    overflow: hidden;
}

.c3 p.lead {
    margin-bottom: 0;
    margin-top: 0.8em;
}

.c4 h4 {
    font-size: 2.2em;
}

.c4 ul.nav.nav-pills {
    margin-bottom: 2em;
}

.c4 ul.nav.nav-pills li:not(last-child) {
    margin-right: 2em;
    font-size: 1.4em;
}

.c4 p, .c4 .col-inner>ul>li {
    font-size: 1.3em;
    line-height: 1.2;
}

.c4 h3 {
    font-size: 1.7em;
}

.tang h3 {
    margin: 0;
    font-size: 1.6em;
    margin-top: 1em;
}

.tang .col.grid-col {
    border-image: linear-gradient(to right, #29574a, #182d27);
    border-width: 13px;
    border-style: solid;
}

.tang p {
    margin-bottom: 6px;
    font-size: 1.2em;
    letter-spacing: 6px;
}</style>
<!-- end Simple Custom CSS and JS -->
