:root{
	--footerHeight: 600px;
}
footer{
	padding: 80px 0;
	float: left;
	width: 100%;
	display: block;
	height:var(--footerHeight);
	background-color:var(--themeBlue);
	background-image:url('../images/stroke5.svg'), url('../images/stroke5.svg');
	background-size: 110vh,125vh;
	background-position: -30vw -15vh, 79vw 23vh;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1224px){
	footer .footerBackground{
		background:none;	
	}
}

footer *,
footer .jumbotron h1,
footer .jumbotron h2,
footer .jumbotron h3{
	color:rgb(239,245,254);
}

footer .jumbotron ul li,
footer .jumbotron p{
	font-size:16px;
	color: white;
}

footer p{
	font-size: 21px !important;
	font-weight: 100 !important;
	line-height: 1.4em;
	color: white;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
	width:100%;
	max-width: 310px;
}

footer .footer-logoBox .htmlblok p{
	color:white;
	font-size: 17px !important;
}

footer .footerLogo{
	max-width:100%;
	height: 100px;
	width:auto;
	margin:auto;
	margin: 0;
}

footer .footerBottom{
	min-height: 130px;
}
footer .footerBottom .row {
	display:flex;
	align-items: center;
}
footer .footerBottom .row *{
	color: var(--themeGreen);
}

footer .footerList{
	padding-top:20px;
	padding-bottom:20px;
	min-height: calc(var(--footerHeight) - 180px);
}
footer .footerList ul{
	list-style:none;
	padding-left:0;
}
footer .footerList ul a{
	color:white;
	display:inline-block;
	padding:0;
}

footer .footerList ul li{	
	padding: 5px 0;
}

footer .footerBottomBar{
	background-color:var(--themeBlueLight);
	font-size: 12px;
	margin-bottom: 20px;
}
footer .footerBottomBar p{
    font-size: 15px !important;
    margin: 18px 0px;
    color: white;
}

footer .footerBottomBar .privacyLink{
    font-weight: 100;
    margin: 21px 0;
    display: inline-block;
    font-size: 15px !important;
    color: white;
}

footer .contactHolder{
	max-width:800px;
	width:100%;
}
footer a.button, footer button.button {
    font-size: 20px;
    margin: 30px 0 20px;
}

.footer-socials {
    display: flex;
    padding: 5px 0;
    gap: 10px;
    justify-content: flex-start;
}
.footer-socials a{
    --size: 60px;
    display: flex;
    border-radius:50%;
    height:var(--size);
    width:var(--size);
    background-color:var(--themeBlueLight);
    color:white;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

@media screen and (max-width:1224px){
	
}
@media screen and (max-width:768px){
	footer{
		height:auto;
		padding-bottom:0;
	}

	footer .largeQuote h1 {
	    font-size: 70px;
		margin-bottom:20px;
	}
	footer .footerBottomBar {
	    margin-bottom: 20px;
	}
	footer .footerBottomBar p {
		text-align: left !important;
	}
}
