
html {
	background: #efeeec;
}
body {
	background: 	#efeeec url("../images/desktop_bg.jpg") center bottom/auto 116% no-repeat;
}

@media (max-width: 1800px) {
	body {
		/* background-size: 1800px auto, 100% auto; */
	}
}
@media (min-width: 2000px) {
	body {
		background-size: auto;
	}
}
@media (max-height: 760px) {
	body {
		background-size: auto 116%;
	}
}

/*
Sofia Pro Bold
font-family: sofia-pro, sans-serif;
font-weight: 700;
font-style: normal;

Sofia Pro Medium
font-family: sofia-pro, sans-serif;
font-weight: 500;
font-style: normal;
*/

html, body {
	width: 100%;
	height: 100%;
	font-family: sofia-pro, sans-serif;
}

img.logo {	position: absolute;	left: 35px;	top: 20px;
}

ul.social {
	position: absolute;
	bottom: 32px;
	left: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 144px;
}
ul.social li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
ul.social li a {
	transition: 0.15s opacity ease;
	padding: 5px;
	display: block;
}
ul.social li a:hover {
	opacity: 0.55;
}
ul.social li a i {	color: #393939;	font-size: 19px;
}

#mc_embed_signup {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 254px;
}
#mc_embed_signup input {
	height: 40px;
	font-family: sofia-pro, sans-serif;
	border: 0;
	outline: none;
}
#mc_embed_signup input[type=email] {
	border: 0;
	border-radius: 5px;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: 500;
	color: #9B9B9B;
	letter-spacing: 0;
	width: 167px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
}
#mc_embed_signup input[type=submit] {
	background: #FF899B;
	border: 0;
	outline: none;
	border-radius: 5px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: 0.05em;
	width: 82px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	/* text-transform: uppercase; */
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.14);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (max-width: 900px) {
	
	body {
		background: 	#efeeec url("../images/bg_mobile.jpg") center bottom/100% auto no-repeat;
		background-size: auto 98%;
	}
	img.logo {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 26px;
	}
	ul.social {
		bottom: 17px;
		margin: auto;
		left: 0;
		right: 0;
		width: 128px;
	}
	ul.social li a i {
		color: white;
		font-size: 16px;
	}
	#mc_embed_signup {
		bottom: 54px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}