:root{
	--footerHeight: 600px;
}
footer{
	padding: 80px 0;
	float: left;
	width: 100%;
	display: block;
	height:var(--footerHeight);
	/*background-color:var(--themeGreyDark);*/
	background-color:#100f0f;
	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 h1, footer h2, footer h3{
    letter-spacing: 5px;
}

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

footer li{
	padding:4px 0;
	list-style:none !important;
    font-weight: 200;
}
footer li *{
	text-transform:uppercase !important;
}

footer strong,
footer b{
	font-weight:600;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
	width: calc(100% - 30px);
	max-width: 310px;
	margin-top: 1.75em;
	padding-bottom: 3rem;
}

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

footer .footerLogo{
	max-width:100%;
	height: auto;
	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 .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;
}

footer hr{
	border-color:#666666;
	margin: 27px 0;
}

.contactBlock{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.contactBlock > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contactBlock > div svg{}
.contactBlock > div label{}
.contactBlock > div p{
	margin:0;
	font-weight: 500 !important;
}
.contactBlock > div a{
	font-weight:800;
}

@media screen and (max-width:1224px){
	
}
@media screen and (max-width: 1024px){
	.contactBlock > div p{
		font-size: 15px !important;
	}
}

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

	footer .largeQuote h1 {
	    font-size: 70px;
		margin-bottom:20px;
	}
	footer *, footer .jumbotron h1, footer .jumbotron h2, footer .jumbotron h3{
		text-align:Center;
	}
	.contactBlockHolder{
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.contactBlockHolder .contactBlock{
		width:calc(100% - 50px);
		padding:10px;
	}
	.contactBlockHolder:nth-of-type(2) .contactBlock{
		background-color:rgba(255,255,255,0.1);
	}
	footer .footer-logoBox {
		margin: auto;
	}
}
