@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Casas Trío
Autor: Omar De Luna
actualización: oct 2023 */


img{border:0;}

* { margin: 0; padding: 0; font-family: 'EuropaRegularRegular'; box-sizing: border-box;}


a, input, nav ul, textarea{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body{
	background:#f2f2f2;
	color: #555;
	}


main {
	width: 100%;
	margin:0 auto;
	background: white;
	}


header{
	width: 100%;
	position: relative;
	padding-top: 130px;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}

header img{
	display: block;
}

header .col50 p{
	font-size: 16px;
	color: #383F18;
	font-family: 'EngraversGothicRegular';
	text-transform: uppercase;
	letter-spacing: 4px;
}

header .col50:nth-child(2){
	text-align: right;
}

header .col50:last-child{
	text-align: left;
}

.hash1{
	transform: rotate(-90deg);
	position: absolute;
	left: 30px;
	top: 45%;
	font-family: 'EngraversGothicRegular';
}

.hash2{
	transform: rotate(90deg);
	position: absolute;
	right: 30px;
	top: 45%;
	font-family: 'EngraversGothicRegular';
}

nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	padding: 15px 3%;
}


nav ul{
	list-style: none;
	padding-top: 15px;
	width: 100%;
	text-align: right;
}

nav ul li{
	display: inline-block;
	margin-left: 20px;
}

nav ul li a{
	letter-spacing: 2px;
	font-size: 18px;
	color: #6C6E4B;
	font-family: 'EngraversGothicRegular';
}

nav ul li a img{
	margin-bottom: -9px;
}




nav img{
	margin-bottom: -5px;
}


.logo{

}

.logo img{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
}

.F-lex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.col100{
	width: 100%;
}

.padd{
	padding: 3%;
}

footer{
	width: 100%;
	padding: 100px 10%;
	text-align: center;
}


input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #e6e6e6;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #d2451e;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #e6e6e6;
	height: 100px;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 20px 2%;
	background: #d2451e;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #000;
	color: #d2451e;
}


	
h1{
	font-size:40px;
	line-height:45px;
	font-family: 'EuropaBoldBold';
	letter-spacing: 4px;
	font-weight: lighter;
	}

h2{
	font-size: 25px;
	line-height: 35px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	font-weight: lighter;
}

h3{
	font-size:30px;
	line-height:35px;
	font-family: 'EngraversGothicRegular';
	letter-spacing: 4px;
	font-weight: lighter;
	}

h4{
	font-size:40px;
	line-height:45px;
	font-family: 'AuraluxeSansSerif';
	letter-spacing: 4px;
	font-weight: lighter;
	}

b{
	font-family: 'AuraluxeScript';
}


p {
	font-size:17px;
	line-height:23px;
	font-weight: normal;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	text-decoration: none;
	color: #333;
	}
	
a:hover {
	color:#000;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
}

.btn:hover{
	color: #d2451e;
}

.cleare {
	display: block;
	clear: both;
}


#menuiphone{
	display: block;
}

.verdeC{
	color: #869375;
}

.verdeB{
	background: #869375;
}



.beigeC{
	color: #F7F4F3;
}

.beigeB{
	background: #F7F4F3;
}

.beige2B{
	background: #E5DBD6;
}

.blancoC{
	color: white;
}

.grisC{
	color: #646f70;
}

.grisB{
	background: #646f70;
}

.rosaC{
	color: #c7b8c8;
}

.rosaB{
	background: #c7b8c8;
}

.grisClaroB{
	background: #e8e8e8;
}


.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}


.crisR{
	max-width: 560px;
	margin: 0 auto;
}

.dibujo{
	max-width: 450px;
	margin: 0 auto;
	padding: 50px 0;
}

.counter{
	width: 100%;
	padding: 30px 0 10px 0;
	text-align: center;
}


#countdown ul li{
	display: inline-block;
	color: white;
	margin: 0 20px;
}

#countdown li {
  display: inline-block;
  font-size: 18px;
  list-style-type: none;
  color: white;
  padding: 1em;
  text-transform: uppercase;
	font-family: 'EngraversGothicRegular';
}

#countdown li span {
  display: block;
  font-size: 30px;
	font-family: 'EngraversGothicRegular';
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

#detalles{
	margin-top: 10px;
}

#detalles .F-lex{
	align-items: center;
	padding: 0;
}

#detalles p{
	font-family: 'EngraversGothicRegular';
	text-transform: uppercase;
	letter-spacing: 4px;
}

#detalles .casi{
	color: white;
	font-family: 'AugustScriptBoldFree';
	font-size: 40px;
	text-transform: capitalize;
}

#detalles h1{
	font-size: 25px;
}

#detalles .col50{
	text-align: center;
	width: 50%;
	padding: 100px 5%;
}

#detalles .col50:first-child{
	border-right: 10px solid white;
}



#detalles span{
	font-family: 'EuropaBoldBold';
	font-style: normal;
	letter-spacing: 3PX;
	font-size: 25px;
	line-height: 35px;
}


.itinerario{
	text-align: center;
	margin-top: 10px;
	position: relative;
	background: url("images/fondo.jpg") no-repeat top center;
}

.itinerario .col100{
	margin-bottom: 48px;
}

.itinerario .col25 img{
	display: block;
	margin: 0 auto;
}

.itinerario h1{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 25px;
}

.itinerario hr{
	width: 100%;
	border-top: 0;
	border-bottom: 2px solid #c7b8c8;
	position: absolute;
	top: 360px;
}

.flor{
	position: absolute;
	z-index: 2;
	left: 50%;
	top:-50px;
	margin-left: -12.5%;
}

.fotos{
	padding: 2%;
}

#ubicacion{
	padding-top: 50px;
}

#info{
	margin-top: 10px;
	text-align: center;
}

#info h2{
	font-size: 20px;
	line-height: 20px;
}

#info a img{
	margin-bottom: -3px;
}

#info .F-lex{
	padding: 0;
}

#info .col30{
	padding: 50px 5%;
	width: 33.3%;
}

#info .col30:first-child{
	background: url("images/plantas-1.png") no-repeat center right;
	background-size: 35%;
	padding: 50px 8% 50px 3%;
}

#info .col30:last-child{
	background: url("images/plantas-2.png") no-repeat center left;
	background-size: 35%;
	padding: 50px 3% 50px 8%;
}

#info .col30:nth-child(2){
	padding: 50px 0;
}

#info a{
	color: white;
}

aside{
	color: white;
	font-style: normal;
	border: 1px solid white;
	padding: 20px 0;
}

#info .col30:nth-child(2) a{
	color: white;
}

#info h3{
	font-family: 'EuropaBoldBold';
}


.mesaregalos{
	text-align: center;
	margin-top: 10px;
	padding-bottom: 150px;
}

.mesaregalos p{
	max-width: 500px;
	margin: 0 auto;
}

.mesaregalos a img{
	mix-blend-mode: multiply;
}

.mesaD{
	max-width: 400px;
}

.detalles{
	text-align: center;
	padding-bottom: 120px;
}

.hojas{
	margin-top: -250px;
}

.historia{
	text-align: center;
	padding-bottom: 100px;
}

.lacre{
	margin-bottom: -160px;
}

.historiaP{
	text-align: justify;
	max-width: 500px;
	margin: 0 auto;
}

.historia h1{
	font-family: 'AuraluxeScript';
}

footer h1{
	font-family: 'AugustScriptBoldFree';
	font-size: 60px;
	letter-spacing: 0;
}

footer p{
	font-size: 14px;
}

#menuiphone{
	display: none;
}

.slide{
	margin: 50px 0;
}

.slide img{
	margin: 0 auto;
	max-height: 80vh;
}




@media only screen and (min-width:0px) and (max-width:767px){
	

.F-lex{
	max-width: 1250px;
	padding: 50px 5%;
}

.F-lex2{
	width: 100%;
	margin: 0 auto;
	padding: 0px 5%;
}

.col25{
	width: 100%;
	margin-bottom: 20px;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.col60{
	width: 100%;
	margin-bottom: 20px;
}

.padd{
	padding: 3%;
}
	
	
header{
	width: 100%;
	padding-top: 100px;
}

header .col50 p{
	font-size: 14px;
	letter-spacing: 3px;
}

header .col50:nth-child(2){
	text-align: center;
}

header .col50:last-child{
	text-align: center;
}
	
header .col50{
	width: 100%;
	text-align: center;
}

.hash1{
	transform: rotate(-90deg);
	left: 5px;
	top: 45%;
}

.hash2{
	transform: rotate(90deg);
	right: 5px;
	top: 45%;
}
	
#menuiphone{
	display: block;
}

nav{
	padding: 15px 3%;
}


nav ul{
	padding-top: 15px;
	width: 100%;
	overflow: hidden;
	height: 40px;
}
	
nav ul.active{
	height: 180px;
}

nav ul li{
	margin-left: 0px;
	display: block;
	margin-bottom: 10px;
}

nav ul li a{
	letter-spacing: 2px;
	font-size: 18px;
}


.logo{
	width: 90px;
}


footer{
	width: 100%;
	padding: 80px 10%;
}

	
h1{
	font-size:34px;
	line-height:39px;
	letter-spacing: 3px;
	}

h2{
	font-size: 19px;
	line-height: 29px;
}

h3{
	font-size:24px;
	line-height:29px;
	letter-spacing: 3px;
	}

h4{
	font-size:24px;
	line-height:28px;
	letter-spacing: 3px;
	}


p {
	font-size:16px;
	line-height:22px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:16px;
	line-height:22px;
	}


.crisR{
	width: 80%;
	max-width: 490px;
}

.dibujo{
	width: 80%;
	max-width: 450px;
	padding: 50px 0;
}

.counter{
	width: 100%;
	padding: 30px 0 10px 0;
}


#countdown ul li{
	margin: 0 5px;
}

#countdown li {
  font-size: 15px;
  color: white;
  padding: 1em;
}

#countdown li span {
  font-size: 25px;
}

.emoji {
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

#detalles{
	margin-top: 10px;
}

#detalles .F-lex{
	padding: 0;
}

#detalles p{
	letter-spacing: 4px;
}

#detalles .casi{
	font-size: 40px;
}

#detalles h1{
	font-size: 25px;
}

#detalles .col50{
	width: 100%;
	padding: 60px 5%;
}

#detalles .col50:first-child{
	border-right: 0;
}
	
#detalles .col50:first-child img{
	width: 70%;
}
	
#detalles .col50:last-child{
	border-top: 10px solid white;
}


#detalles span{
	letter-spacing: 3PX;
	font-size: 25px;
	line-height: 35px;
}

.itinerario{
	margin-top: 10px;
}

.itinerario .col100{
	margin-bottom: 45px;
	padding-top: 50px;
}


.itinerario h1{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 25px;
}

.itinerario hr{
	display: none;
}

#ubicacion{
	padding-top: 50px;
}
	
	#ubicacion iframe{
		height: 400px;
	}

#info{
	margin-top: 10px;
}

#info h2{
	font-size: 20px;
	line-height: 20px;
}

#info a img{
	margin-bottom: -3px;
}

#info .F-lex{
	padding: 0;
}

#info .col30{
	padding: 50px 5%;
	width: 33.3%;
}

#info .col30:first-child{
	background-size: 20%;
	background: url("images/plantas-4.png") no-repeat top center;
	padding: 150px 9% 50px 9%;
	width: 100%;
}

#info .col30:last-child{
	background-size: 20%;
	background: url("images/plantas-3.png") no-repeat bottom center;
	padding: 50px 9% 190px 9%;
	width: 100%;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

#info .col30:nth-child(2){
	padding: 50px 0;
	order: 3;
	width: 100%;
	margin-top: -20px;
}

aside{
	border: 1px solid white;
	padding: 20px 0;
	width: 250px;
	margin: 0 auto;
}

.mesaregalos{
	margin-top: 10px;
	padding-bottom: 150px;
}

.mesaregalos p{
	max-width: 500px;
}

.mesaD{
	width: 80%;
}
	
.detalles{
	padding-bottom: 120px;
}

.hojas{
	margin-top: -250px;
	width: 75%;
}

.historia{
	padding-bottom: 100px;
}

.lacre{
	margin-top: -60px;
}

.historiaP{
	max-width: 500px;
	padding: 0 10%;
}

footer h1{
	font-size: 60px;
}

footer p{
	font-size: 14px;
}


.slide{
	margin: 50px 0;
}

.slide img{
	max-height: 50vh;
}
	
.arbol{
	width: 90%;
}

	
}


@media only screen and (min-width:768px) and (max-width:1023px){

header{
	width: 100%;
	padding-top: 100px;
}

header .col50 p{
	font-size: 14px;
	letter-spacing: 3px;
}

header .col50:nth-child(2){
	text-align: right;
}

header .col50:last-child{
	text-align: left;
}

.hash1{
	transform: rotate(-90deg);
	left: 30px;
	top: 45%;
}

.hash2{
	transform: rotate(90deg);
	right: 30px;
	top: 45%;
}

nav{
	padding: 15px 3%;
}


nav ul{
	padding-top: 15px;
	width: 100%;
}

nav ul li{
	margin-left: 20px;
}

nav ul li a{
	letter-spacing: 2px;
	font-size: 18px;
}


.logo{
	width: 110px;
}


.F-lex{
	max-width: 1250px;
	padding: 80px 0;
}

.F-lex2{
	width: 100%;
	padding: 80px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.col100{
	width: 100%;
}

.padd{
	padding: 3%;
}

.fotos{
	padding: 2%;
}	
	
footer{
	width: 100%;
	padding: 80px 10%;
}

	
h1{
	font-size:37px;
	line-height:42px;
	letter-spacing: 4px;
	}

h2{
	font-size: 22px;
	line-height: 32px;
}

h3{
	font-size:27px;
	line-height:32px;
	letter-spacing: 4px;
	}

h4{
	font-size:27px;
	line-height:32px;
	letter-spacing: 4px;
	}


p {
	font-size:16px;
	line-height:22px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:16px;
	line-height:22px;
	}


.crisR{
	max-width: 490px;
}

.dibujo{
	max-width: 450px;
	padding: 50px 0;
}

.counter{
	width: 100%;
	padding: 30px 0 10px 0;
}


#countdown ul li{
	margin: 0 20px;
}

#countdown li {
  font-size: 18px;
  color: white;
  padding: 1em;
}

#countdown li span {
  font-size: 30px;
}

.emoji {
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

#detalles{
	margin-top: 10px;
}

#detalles .F-lex{
	padding: 0;
}

#detalles p{
	letter-spacing: 4px;
}

#detalles .casi{
	font-size: 40px;
}

#detalles h1{
	font-size: 25px;
}

#detalles .col50{
	width: 50%;
	padding: 80px 5%;
}

#detalles .col50:first-child{
	border-right: 0;
}
	
#detalles .col50:last-child{
	border-left: 10px solid white;
}


#detalles span{
	letter-spacing: 3PX;
	font-size: 25px;
	line-height: 35px;
}

.itinerario{
	margin-top: 10px;
}

.itinerario .col100{
	margin-bottom: 45px;
}


.itinerario h1{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 25px;
}

.itinerario hr{
	width: 100%;
	border-top: 0;
	border-bottom: 2px solid #c7b8c8;
	top: 335px;
}

#ubicacion{
	padding-top: 50px;
}
	
	#ubicacion iframe{
		height: 400px;
	}

#info{
	margin-top: 10px;
}

#info h2{
	font-size: 20px;
	line-height: 20px;
}

#info a img{
	margin-bottom: -3px;
}

#info .F-lex{
	padding: 0;
}

#info .col30{
	padding: 50px 5%;
	width: 33.3%;
}

#info .col30:first-child{
	background-size: 20%;
	background: url("images/plantas-4.png") no-repeat top center;
	padding: 150px 9% 50px 9%;
	width: 50%;
}

#info .col30:last-child{
	background-size: 30%;
	background: none;
	padding: 50px 9%;
	width: 50%;
	border-left: 10px solid white;
}

#info .col30:nth-child(2){
	padding: 50px 0;
	order: 3;
	width: 100%;
}

aside{
	border: 1px solid white;
	padding: 20px 0;
	width: 250px;
	margin: 0 auto;
	
}


.mesaregalos{
	margin-top: 10px;
	padding-bottom: 150px;
}

.mesaregalos p{
	max-width: 500px;
}
	
.mesaD{
	width: 70%;
}

.detalles{
	padding-bottom: 120px;
}

.hojas{
	margin-top: -250px;
}

.historia{
	padding-bottom: 100px;
}

.lacre{
	margin-top: -60px;
}

.historiaP{
	max-width: 500px;
}

footer h1{
	font-size: 60px;
}

footer p{
	font-size: 14px;
}


.slide{
	margin: 50px 0;
}

.slide img{
	max-height: 60vh;
}
	

}

@media only screen and (min-width:1024px) and (max-width:1250px){
	
header{
	width: 100%;
	padding-top: 130px;
}

header .col50 p{
	font-size: 16px;
	font-family: 'EngraversGothicRegular';
	letter-spacing: 4px;
}

header .col50:nth-child(2){
	text-align: right;
}

header .col50:last-child{
	text-align: left;
}

.hash1{
	transform: rotate(-90deg);
	left: 30px;
	top: 45%;
}

.hash2{
	transform: rotate(90deg);
	right: 30px;
	top: 45%;
}

nav{
	padding: 15px 3%;
}


nav ul{
	padding-top: 15px;
	width: 100%;
}

nav ul li{
	margin-left: 20px;
}

nav ul li a{
	letter-spacing: 2px;
	font-size: 18px;
}


.logo{

}


.F-lex{
	max-width: 1250px;
	padding: 100px 0;
}

.F-lex2{
	width: 100%;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.col100{
	width: 100%;
}

.padd{
	padding: 3%;
}
	
.fotos{
	padding: 2%;
}

footer{
	width: 100%;
	padding: 100px 10%;
}

	
h1{
	font-size:40px;
	line-height:45px;
	letter-spacing: 4px;
	}

h2{
	font-size: 25px;
	line-height: 35px;
}

h3{
	font-size:30px;
	line-height:35px;
	letter-spacing: 4px;
	}

h4{
	font-size:30px;
	line-height:35px;
	letter-spacing: 4px;
	}


p {
	font-size:17px;
	line-height:23px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	}


.crisR{
	max-width: 560px;
}

.dibujo{
	max-width: 450px;
	padding: 50px 0;
}

.counter{
	width: 100%;
	padding: 30px 0 10px 0;
}


#countdown ul li{
	margin: 0 20px;
}

#countdown li {
  font-size: 18px;
  color: white;
  padding: 1em;
}

#countdown li span {
  font-size: 30px;
}

.emoji {
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

#detalles{
	margin-top: 10px;
}

#detalles .F-lex{
	padding: 0;
}

#detalles p{
	letter-spacing: 4px;
}

#detalles .casi{
	font-size: 40px;
}

#detalles h1{
	font-size: 25px;
}

#detalles .col50{
	width: 50%;
	padding: 100px 5%;
}

#detalles .col50:first-child{
	border-right: 10px solid white;
}


#detalles span{
	letter-spacing: 3PX;
	font-size: 25px;
	line-height: 35px;
}

.itinerario{
	margin-top: 10px;
}

.itinerario .col100{
	margin-bottom: 45px;
}


.itinerario h1{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 25px;
}

.itinerario hr{
	width: 100%;
	border-top: 0;
	border-bottom: 2px solid #c7b8c8;
	top: 360px;
}

#ubicacion{
	padding-top: 50px;
}

#info{
	margin-top: 10px;
}

#info h2{
	font-size: 20px;
	line-height: 20px;
}

#info a img{
	margin-bottom: -3px;
}

#info .F-lex{
	padding: 0;
}

#info .col30{
	padding: 50px 5%;
	width: 33.3%;
}

#info .col30:first-child{
	background-size: 35%;
	padding: 50px 8% 50px 3%;
}

#info .col30:last-child{
	background-size: 35%;
	padding: 50px 3% 50px 8%;
}

#info .col30:nth-child(2){
	padding: 50px 0;
}

aside{
	border: 1px solid white;
	padding: 20px 0;
}


.mesaregalos{
	margin-top: 10px;
	padding-bottom: 150px;
}

.mesaregalos p{
	max-width: 500px;
}

.detalles{
	padding-bottom: 120px;
}

.hojas{
	margin-top: -250px;
}

.historia{
	padding-bottom: 100px;
}

.lacre{
	margin-top: -60px;
}

.historiaP{
	max-width: 500px;
}

footer h1{
	font-size: 60px;
}

footer p{
	font-size: 14px;
}


.slide{
	margin: 50px 0;
}

.slide img{
	max-height: 66vh;
}

}





@font-face {
    font-family: 'PalatinoLTStdRoman';
    src: url('fonts/PalatinoLTStdRoman.eot');
    src: url('fonts/PalatinoLTStdRoman.eot') format('embedded-opentype'),
         url('fonts/PalatinoLTStdRoman.woff2') format('woff2'),
         url('fonts/PalatinoLTStdRoman.woff') format('woff'),
         url('fonts/PalatinoLTStdRoman.ttf') format('truetype'),
         url('fonts/PalatinoLTStdRoman.svg#PalatinoLTStdRoman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'PlaylistCaps';
    src: url('fonts/PlaylistCaps.eot');
    src: url('fonts/PlaylistCaps.eot') format('embedded-opentype'),
         url('fonts/PlaylistCaps.woff2') format('woff2'),
         url('fonts/PlaylistCaps.woff') format('woff'),
         url('fonts/PlaylistCaps.ttf') format('truetype'),
         url('fonts/PlaylistCaps.svg#PlaylistCaps') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'PlaylistScript';
    src: url('fonts/PlaylistScript.eot');
    src: url('fonts/PlaylistScript.eot') format('embedded-opentype'),
         url('fonts/PlaylistScript.woff2') format('woff2'),
         url('fonts/PlaylistScript.woff') format('woff'),
         url('fonts/PlaylistScript.ttf') format('truetype'),
         url('fonts/PlaylistScript.svg#PlaylistScript') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'KaftanSerif';
    src: url('fonts/KaftanSerif.eot');
    src: url('fonts/KaftanSerif.eot') format('embedded-opentype'),
         url('fonts/KaftanSerif.woff2') format('woff2'),
         url('fonts/KaftanSerif.woff') format('woff'),
         url('fonts/KaftanSerif.ttf') format('truetype'),
         url('fonts/KaftanSerif.svg#KaftanSerif') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TheSeasonsBold';
    src: url('fonts/TheSeasonsBold.eot');
    src: url('fonts/TheSeasonsBold.eot') format('embedded-opentype'),
         url('fonts/TheSeasonsBold.woff2') format('woff2'),
         url('fonts/TheSeasonsBold.woff') format('woff'),
         url('fonts/TheSeasonsBold.ttf') format('truetype'),
         url('fonts/TheSeasonsBold.svg#TheSeasonsBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'EuropaRegularRegular';
    src: url('fonts/EuropaRegularRegular.eot');
    src: url('fonts/EuropaRegularRegular.eot') format('embedded-opentype'),
         url('fonts/EuropaRegularRegular.woff2') format('woff2'),
         url('fonts/EuropaRegularRegular.woff') format('woff'),
         url('fonts/EuropaRegularRegular.ttf') format('truetype'),
         url('fonts/EuropaRegularRegular.svg#EuropaRegularRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'EuropaBoldBold';
    src: url('fonts/EuropaBoldBold.eot');
    src: url('fonts/EuropaBoldBold.eot') format('embedded-opentype'),
         url('fonts/EuropaBoldBold.woff2') format('woff2'),
         url('fonts/EuropaBoldBold.woff') format('woff'),
         url('fonts/EuropaBoldBold.ttf') format('truetype'),
         url('fonts/EuropaBoldBold.svg#EuropaBoldBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'EngraversGothicRegular';
    src: url('fonts/EngraversGothicRegular.eot');
    src: url('fonts/EngraversGothicRegular.eot') format('embedded-opentype'),
         url('fonts/EngraversGothicRegular.woff2') format('woff2'),
         url('fonts/EngraversGothicRegular.woff') format('woff'),
         url('fonts/EngraversGothicRegular.ttf') format('truetype'),
         url('fonts/EngraversGothicRegular.svg#EngraversGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AugustScriptBoldFree';
    src: url('fonts/AugustScriptBoldFree.eot');
    src: url('fonts/AugustScriptBoldFree.eot') format('embedded-opentype'),
         url('fonts/AugustScriptBoldFree.woff2') format('woff2'),
         url('fonts/AugustScriptBoldFree.woff') format('woff'),
         url('fonts/AugustScriptBoldFree.ttf') format('truetype'),
         url('fonts/AugustScriptBoldFree.svg#AugustScriptBoldFree') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'AuraluxeScript';
    src: url('fonts/AuraluxeScript.eot');
    src: url('fonts/AuraluxeScript.eot') format('embedded-opentype'),
         url('fonts/AuraluxeScript.woff2') format('woff2'),
         url('fonts/AuraluxeScript.woff') format('woff'),
         url('fonts/AuraluxeScript.ttf') format('truetype'),
         url('fonts/AuraluxeScript.svg#AuraluxeScript') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AuraluxeSansSerif';
    src: url('fonts/AuraluxeSansSerif.eot');
    src: url('fonts/AuraluxeSansSerif.eot') format('embedded-opentype'),
         url('fonts/AuraluxeSansSerif.woff2') format('woff2'),
         url('fonts/AuraluxeSansSerif.woff') format('woff'),
         url('fonts/AuraluxeSansSerif.ttf') format('truetype'),
         url('fonts/AuraluxeSansSerif.svg#AuraluxeSansSerif') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'KumbhSansVariableFont_YOPQ_wght';
    src: url('fonts/KumbhSansVariableFont_YOPQ_wght.eot');
    src: url('fonts/KumbhSansVariableFont_YOPQ_wght.eot') format('embedded-opentype'),
         url('fonts/KumbhSansVariableFont_YOPQ_wght.woff2') format('woff2'),
         url('fonts/KumbhSansVariableFont_YOPQ_wght.woff') format('woff'),
         url('fonts/KumbhSansVariableFont_YOPQ_wght.ttf') format('truetype'),
         url('fonts/KumbhSansVariableFont_YOPQ_wght.svg#KumbhSansVariableFont_YOPQ_wght') format('svg');
	font-weight: normal;
	font-style: normal;
}






