@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import "components/slick";

body p {
	font-size: 20px;
}

body ul {
		font-size: 1.3rem;
}

.btn-primary{
	background-color:#B12C2C;
	border:none;
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	border-radius:10;
	font-weight:bold
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background-color:#005B2F;
	color:white
}
input,textarea{
	width:100%;
	max-width:100%
}
label{
	width:100%
}

.overlay{
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.48);
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:2
}


.number{
	font-family: 'Fjalla One', sans-serif;
}
.site-header{
	border-bottom:solid thin #efefef
}
.navbar-brand img{
	max-width:300px
}
@media screen and (max-width: 992px){
	.navbar-brand img{
		max-width:250px
}
}
.navbar-collapse{
	justify-content:flex-end
}
.navbar-nav li a{
	font-family: 'Fjalla One', sans-serif;
	color:#00abef !important;
	font-weight:600;
	font-size:1rem;
	margin-right:20px
}
.navbar-nav li a:hover{
	color:#000 !important
}
.navbar-toggler{
	background-color:transparent;
	border:none
}
.section-headline{
	position:relative;
	font-family: 'Fjalla One', sans-serif;
	color:#00abef;
	margin-bottom:60px
}
.section-headline:after{
	position:absolute;
	bottom:-15px;
	height:3px;
	width:100px;
	background-color:#00abef;
	content:"";
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0
}

footer{
	background-color:white;
	padding:60px
}
@media screen and (max-width: 992px){
	footer{
		padding:60px 20px
}
}
@media screen and (max-width: 992px){
	footer img{
		margin-bottom:30px
}
}
footer h2{
	color:#005B2F;
	font-weight:bold
}
footer p{
	color:black
}
footer a{
	color:#B12C2C;
}
footer a:hover{
	color:#005B2F;
}
footer .footer-social-icons a{
	margin-right:20px
	size:2em;
}
.page-hero{
	text-align:center;
	background-color: #00abef;
}

.page-hero h1{
	position:relative;
	font-family: 'Fjalla One', sans-serif;
	color:white;
	margin-bottom:0px
}


section.map-section{
	margin-bottom:0;
	padding-bottom:0
}

h2 {
   	font-family: 'Fjalla One', sans-serif;
	margin-top: 30px;
    font-weight: bold;
    color: #00abef;
}


.slick-dots {
  display: flex;
  list-style: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-left: -16px !important;
  }
  

.slick-dots li {
    font-size: 0;
  }

.slick-dots button {
      border: none;
      border-radius: 50px;
      height: 20px;
      width: 20px;
      margin: 20px 5px;
      outline: none;
      background-color: white;
    }
	
    .slick-active button {
        background-color: #005B2F;
    }

.wp-block-yoast-faq-block .schema-faq-question {
    font-size: 24px;
   	font-family: 'Fjalla One', sans-serif;
	color: #B12C2C;
    font-weight: 700;
    margin: 0;
    padding: 17px 56px 17px 12px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

.wp-block-yoast-faq-block p.schema-faq-answer {
    margin: 0;
    padding: 12px;
    background-color: #fff;
    font-size: 20px!important;
    line-height: 2!important;
    border-bottom: 1px solid #B12C2C;
    display: none;
}


