@import "../fonts/FranklinITC/stylesheet.css";

html, body {
	margin: 0px;
	border: 0px;
	padding: 0;

	font-size: 16px;

	color: #000000;
	
	font-family: "FranklinITC-Medium";
	
	-webkit-font-smoothing: antialiased;
	
	/* 	text-align: center; */
}

body {
	background-color: #EDE7D5 !important;
}

.header {
	padding: 30px 10px 25px;
	text-align: center;
}

.header img {
	width: 280px;
}

.main-container {
	position: relative;
	
	max-width: 1100px;
	margin: 0 auto 100px;
	
	height: 720px;
	
	background-color: #000000;
	color: #EDE7D5;

	font-family: "FranklinITC-Bold";	
}

.main-container img {width: 100%;}


.main-container .img-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 40%;
	
	margin-left: -20px;
	margin-bottom: -20px;
	
	z-index: 1;
}

.main-container .img-2 {
	position: absolute;
	right: 0;
	top: 0;
	
	width: 35%;
	
	margin-right: -20px;
	margin-top: 6%;
	
	z-index: 1;
}

.main-container .text-1 {
	position: absolute;
	top: 8%;
	left: 4%;
	font-size: 90px;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 1px;
	
	z-index: 2;
}

.main-container .text-2 {
	position: absolute;
	bottom: 16%;
	right: 60px;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 1px;
	
	
	text-align: right;
	
	z-index: 4;
}
.main-container .text-2 a {
	font-family: "FranklinITC-Medium";
	font-size: 33px;
	line-height: 20px;
	color: inherit;
	/* padding-right: 100px; */
	text-decoration: none;
}

@media (max-width: 1200px) {
	.main-container {
		margin: 0 30px; 
	}
	
	.main-container .text-1 {
		font-size: 9vw;
		line-height: 8vw;
	}
	
	/* .main-container .text-2 {
		font-size: 5.5vw;
		line-height: 3.4vw;
	}
	.main-container .text-2 a {
		font-size: 	3.3vw;
		padding-right: 10vw;
	} */
}

@media (max-width: 990px) {
	.main-container {
		margin: 0; 
		
		height: 150vw;
		
		overflow: hidden;
	}
	
	.main-container .img-1 {
		margin-left: 0;
		margin-bottom: 0;
		bottom: initial;
		top: 25vw;
		width: 60vw;
	}
	
	.main-container .img-2 {
		margin-right: 0;
		margin-bottom: 0;
		top: initial;
		bottom: -5vw;
		right: -22vw;
		width: 57vw;
	}
	
	.main-container .text-1 {
		font-size: 12vw;
		line-height: 10vw;
	}
	
	.main-container .text-2 {
		font-size: 7.5vw;
		line-height: 6vw;
		bottom: 23vw;
		text-align: left;
		
		right: initial;
		left: 4%;
	}
	
	.main-container .text-2 a {
		font-size: 4.9vw;
		/* padding-right: 15vw; */
	}
	
}

@media (max-width: 767px) {
	.header {
		padding: 20px 0 15px;
	}
	.header img {
		width: 200px;
	}
	
	.main-container .text-1 {
		top: 6%;
	}
	
	.main-container .img-2 {
		right: -20vw;
	}
}





