@font-face{
	font-family: "AvantGarde";
	src: url(../fonts/ITCAvantGardeStd-XLt.otf) format("opentype"), url(../fonts/ITCAvantGardeStd-XLt.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display:swap;
}

@font-face{
	font-family: "AvantGarde";
	src: url(../fonts/ITCAvantGardeStd-Md.otf) format("opentype"), url(../fonts/ITCAvantGardeStd-Md.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}
p

* {
    font-family: "AvantGarde";
}

html {
    scroll-behavior: smooth;
}

::-moz-selection { /* Code for Firefox */
	color: white;
	background: black;
}

::selection {
	color: white;
	background: black;
}

body{
	overflow-x:hidden;
	background-color: white;
}

/* XS Screens */
iframe {
	height: 30vh;
}

/* S Screens */
@media (min-width: 576px) {
	iframe {
		height: 30vh;
	}
}

/* M Screens */
@media (min-width: 768px) {
	iframe {
		height: 40vh;
	}
}

/* L Screens */
@media (min-width: 992px) {
	iframe {
		height: 50vh;
	}
}

/* XL Screens */
@media (min-width: 1200px) {
	iframe {
		height: 60vh;
	}
}

/* Feature from Bootsrap 5 - XXL Screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

	iframe {
		height: 70vh;
	}
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }

	iframe {
		height: 80vh;
	}
}

@media (min-width: 1800px) {
    .container {
        max-width: 1700px;
    }

	iframe {
		height: 100vh;
	}
}


.parallax{
	height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;

}
/* ------------------------------------------------------- */
/* -------------------FOOTER--------------------------------- */
#footer{
    margin-top: 12%;
    background-color: black;
    font-weight: 200;

}
#footer a {
    color: white !important;
    text-decoration: none !important;
	margin: 0 .2em !important;
}


.footer_title{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: white;
    margin-top: 3%;
}


.footer_contact{
    color: white !important;
    margin-top: 4%;
}

.footer-number{
    text-align: center;
    font-size: 30px;
}

.footer-email{
    text-align: center;
    font-size: 30px;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 576px){
    .parallax{
    	height: 100vh;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position:center;
    }
	.footer_title{
		font-size: 25px;
		font-weight: 500;
	}
	.footer-number{
		font-size: 20px;
	}
	.icon-style{
		font-size: 15px;
	}
	.footer-email{
		font-size: 25px;
	}

}
.socialbtnsbtnsbtns, .socialbtnsbtnsbtns ul, .socialbtnsbtnsbtns li {
	margin: 0;
}

.socialbtnsbtnsbtns li {
    list-style: none outside none;
    display: inline-block;

}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
    padding: 0 10px;
}
.icon-style{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .2em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.socialbtns .fa {
	color: #FFF;
	text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-o-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
}

.socialbtns .fa:hover {
	color: #000;
	text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-o-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	transition: all ease 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
}
