.footer-top-background{
	position: relative;

	border-top:50px solid red;



	
}

.footer-top-border{
	height:60px;
	width:100%;
	background-color:#F77400;


	-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 8%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 15px);


	
	
}



.footer-pic{

	height: 680px; 

}
.parallax { 
	/* The image used */
	background-image: url("../img/paralax_bg.jpg");

	/* Set a specific height */
	/*height: 1190px; */

	width:100%;
	height:auto;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;


	-webkit-clip-path: polygon(0 0%, 100% 45px, 100% 100%, 0% 100%);
	clip-path: polygon(0 0%, 100% 45px, 100% 100%, 0% 100%);





}

.footer-bottom-background{
	position: relative;
	padding: 1px;
}


.footer-bottom-background:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-image:  url("../footer.svg");
	background-size: cover;

	background-position: top center;
	background-repeat: no-repeat;	
}

.footer-btn-container{
	margin-top:105px;
	margin-bottom:25px;


}

.footer-btn{
	font-size:17;
	border-color:white;
	border-style: solid;
	padding: 3px 8px;
	color: white;
	text-decoration:none;
	border-width: 1.5px;
	border-radius:5px;
}

.footer-btn:hover{
	text-decoration:none;
	color:#00C1B0;
	background-color:white;
	border-color:white;
	padding: 3px 7.5px;

	font-weight: 500;


}


.footer-logo{
	background-image:url('../img/footer/footer_fif_logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top:200px;	

}
.footer-mail{
	text-decoration:none;
	color:white;

}

.footer-mail:hover{
	text-decoration:none;
	color:white;

}

.uparrow{
	position: absolute;

	z-index: 1;
	left: 76.44%;
	right: 15.39%;
	top: 30px;

	width: 50px;margin-left: 0%;margin-top: 0%;

}

.footer-row{
	align-items: center;
    margin-top: 90px;
}
.fif-logo{
	width: 250px;
    margin-bottom: 30px;
}



@media (max-width: 992px) {
	.parallax { 

		background-size: cover;
		background-position: bottom center;
		-webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 100%);



	}

	.footer-pic{

		height: 40vh; 

	}

	.footer-top-border{
		height:6.5%;





	}

	.footer-top-border{
		height:5%;


		-webkit-clip-path: polygon(0 0, 100% 0px, 100% 100%, 0 8%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 15%);

		display:none;




	}



}


@media (max-width: 768px) {
	.footer-motto{
		display:none;
	}
	.footer-logo{
		display:none;
	}

}
@media (max-width: 540px) {
	.parallax { 

		background-image:  url("../img/footer/paralax_img_mobile.jpg");


	}


}

@media (pointer: coarse) and (hover: none) {


	.footer-btn-container{
		margin-top:90px;


	}



}


@media only screen and (min-device-width: 480px) 
and (max-device-width: 640px) 
and (orientation: landscape) {

	.footer-pic{

		height: 100%; 

	}





}

