body{
	background:#FAFAFA;
	overflow-y: hidden;
	overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
	body{
		overflow-y: auto;
	}
}
.main{
	margin:0 auto;
	display:flex;
	height: 100vh;
}
@media only screen and (max-width: 768px) {
	.main {
			display: block;
			height: auto;
		}
}
.div-50{
	width:100%;
	height: auto;
	position:relative;
}
@media only screen and (min-width: 768px){
	.div-50 {
		width: 50%;
		height:100vh;
	}
}
.div-50:first-child{
	margin-right:40px;
}
.div-50:first-child:after {
	content: '';
		width: 250px;
		height: 300px;
		background-image: url(../images/circle-small.png);
		background-size: contain;
		position: absolute;
		top: -50px;
		left: -50px;
		background-repeat: no-repeat;
}
.logo{
	position:absolute;
	max-width:500px;
	width:100%;
	right: 0px;
	margin-top: 50px;
	mix-blend-mode: multiply;
	z-index: 50;
}
@media only screen and (max-width: 1100px) {
	.logo {
		max-width: 400px;
	}
}
.background{
	width: 90%;
	z-index: -1;
	margin-left: -20px;
	margin-top: 100px;
	position: relative;
}
.background:after{
	content: '';
	width:250px;
	height:300px;
	background-image: url(../images/mediakit.png);
	background-size: contain;
	position:absolute;
	right:0px;
	bottom:10%;
	background-repeat: no-repeat;

}
.mediakit{
	position:absolute;
		width: 200px;
		right: 0px;
		bottom: 50px;
		margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
	.mediakit {
			right: 50px;
			bottom: 100px;
		}
}
@media only screen and (max-width: 600px) {
	.mediakit {
		right: 0px;
			bottom: 0px;
			width: 170px;
	}
}
.div-50:last-child {
	display: flex;
	align-items: center;
	max-width: 700px;
}

@media only screen and (max-width: 768px) {
	.div-50:last-child>div{
			width: 100%;
				max-width: 90%;
				margin: 100px auto 20px;
	}
}
.div-50:last-child:after {
	content: '';
	width: 400px;
	height: 500px;
	background-image: url(../images/circle-big.png);
	background-size: contain;
	position: absolute;
	top: -50px;
	right: -150px;
	background-repeat: no-repeat;
	z-index: -1;
}
h2,p{
	font-family: 'Roboto', sans-serif;
}
p{
	font-size:16px;
	color:#004040;
	margin-bottom:20px;
}
a{
	color: #BC266A;
}
h2{
	font-size:40px;
	color:#BC266A;
	margin-bottom:60px;
	max-width: 500px;
	position: relative;
}
h2:after{
	content:"";
	width:100%;
	height:100px;
	background-image: url('../images/coming-soon.png');
	background-size: contain;
	background-repeat: no-repeat;
		position: absolute;
		top: -50px;
		left: -20px;
		z-index: -1;
}
.social-row img{
	width:25px;
	margin-right:10px;
}

.morelli-row{
	display: flex;
	align-items: end;
	margin-top:60px;
}
@media only screen and (min-width: 768px) {
	.morelli-row {
			position: absolute;
			bottom: 60px;
			right: 0px;
		}
}
.morelli-row p{
	font-size:12px;
	margin: 0;
}
.morelli-row img{
	width:80px;
	margin-left:10px;
}