:root {
    --bs-primary: #5ce6d5 !important;
  }

h1,
h2,
h3,
h4,
h5,
h6,
.title{
    font-family: "filson-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #5ce6d5;
    text-transform: uppercase;
}

p,
a,
li,
ul{
    font-family: "brevia", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2{
	padding-top: 42px;
}



.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.headroom--not-top .navbar-sticky.navbar-dark{
    background-color: #5ce6d5 !important;
}

a:hover,
.text-primary{
    color: #5ce6d5 !important;
}

.bg-opaque-primary {
    background-color: rgba(92, 230, 213, 0.1) !important;
}

footer a{
    color: white;
}

.bi{
    font-size: 1.8rem;
    margin-right: 0.4em;
}

.cover-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

span.nudge-up{
	padding-bottom: 4px;
}

#splash{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
}

#header{
	height: 65vh;
	background-color: #5ce6d5;
	color: #fff;
}

#header h1{
	color: #3c3c3c !important;
}

.givewp-layouts-form{
	background-color: #ededed !important;
	border-radius: 12px !important;
	border: none !important;
}

.navbar-sticky{
	background-color: #5ce6d5 !important;
}

.navbar-sticky li a{
	color: #1c1c1c;
}

.navbar-sticky li a:hover{
	color: #1c1c1c !important;
	text-decoration: underline !important;
	transition: text-decoration 1s ease-in-out !important;
}

.btn-outline-black:hover{
	color: #fff !important;
}

#edit-buddsoddi{
	max-width: 840px !important;
	padding-top: 18px !important;
}

.gf_progressbar_wrapper{
	display: none !important;
}

#field_1_7 label{
    font-family: "filson-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #5ce6d5;
    text-transform: uppercase;
	font-size: 28px;
}

#field_1_15 label{
	font-family: "filson-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #5ce6d5;
    text-transform: uppercase;
	font-size: 28px;
}

#field_3_15 label{
	font-family: "filson-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #5ce6d5;
    text-transform: uppercase;
	font-size: 28px;
}

#input_1_7, #input_1_15, #input_3_15{
	font-size: 24px;
}

.gform-field-label{
	font-size: 19px !important;
}

.gform-field-label--type-sub, .gfield_description{
	color: #1c1c1c !important;
	font-size: 15px !important;
}

.gform_button{
	padding: 26px !important;
	background-color: #5ce6d5 !important;
	color: #1c1c1c !important;

}

.document-title{
	font-family: "brevia", sans-serif;
    color: #3c3c3c;
    font-size: 24px;
	text-transform: none;
	padding-top: 0px;
}

.document-item{
	border-top: 1px solid lightgray;
}

.view-document{
	padding-right: 12px;
}

h2.accordion-header{
	padding-top: 0px;
    color: #3c3c3c;
}

h2.accordion-header button{
	font-size: 24px !important;
}

.accordion-body p{
	font-size: 18px;
}

.home ul#menu-menu-1 > li:first-child {
    display: none !important;
}
