@import url("buttons.css");
@import url("form.css");
@import url("heading.css");

@font-face {
    font-family:proximaBold;
    src: url('/includes/fonts/ProximaNova-Bold.woff');
}
@font-face {
    font-family:proximaRegular;
    src: url('/includes/fonts/ProximaNovaA-Regular.woff');
}
@font-face {
    font-family:poppinsBold;
    src: url('/includes/fonts/Poppins-Bold-webfont.woff');
}
@font-face {
    font-family:poppinsRegular;
    src: url('/includes/fonts/Poppins-Regular-webfont.woff');
}
@font-face {
    font-family:poppinsSemibold;
    src: url('/includes/fonts/Poppins-SemiBold-webfont.woff');
}
body{
	background:url('/includes/images/bg-loveads.jpg') no-repeat top center;
	background-size:100%;
	background-height:100%;
	position:relative;
	height:100%;
}
body:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	background:url('/includes/images/bottom-bg.png') no-repeat bottom center;
	background-size:contain;
	min-height:375px;
	width:100%;
	z-index:-1;
}
@media (max-width:768px){
	body{
		background:url('/includes/images/bg-mobile.jpg') no-repeat top center;
		background-size:100%;
	}
}