.fullscreenbg {
	background-color: #ecebe4;
	background-image: url("bg.jpg");
	background-size: cover;
	background-position: 100% 100%;
	color: #b7146f;
	font-family: 'Kameron', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.logo {
	width: 250px;
}

@media screen and (min-width: 1050px) {
	.logo {
		width: 400px !important;
	}
}