@import url('/css/bootstrap.min.css');

html, body {
	height: 100%;
}

body {
	min-height: 100%;
	background-color: #000 !important;
	background: url(/images/L13frame.jpg) no-repeat center center;
	background-size: 100% auto;
}

.contentwrap {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.fullgraphic {
	width: 100%;
}

.luckylogo {
	position: absolute;
	top: 30%;
	left: 15%;
	max-width: 35%;
}

.envelope {
	position: absolute;
	bottom: 10%;
	right: 35%;
}

.lucky13 {
	position: absolute;
	right: -10%;
	top: 10%;
	max-width: 50%
}

.maillink {
	height: 100%;
	width: 100px;
	position: absolute;
	left: 50%;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
	
	.envelope {
		bottom: 30%;
	}
	
}

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

	.luckylogo {
		position: relative;
		width: 80%;
		margin: 50px 10%;
		max-width: 80%;
		left: 0;
		top: auto;
	}
	
	.envelope {
		position: relative;
		margin: 50px auto;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		display: block;
	}
	.lucky13 {
		position: relative;
		width: 80%;
		margin: 0 10%;
		max-width: 80%;
		left: 0;
		top: auto;
	}
}