/* Fufanu Splash page 2018 */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'courier', sans-serif;
	font-weight: 200;
	text-align: center;
	color: #000000;
}

img {
	margin: 0;
	padding: 0;
}

/* Desktop styles */

p {
	font-size: 25px;
	font-weight: 200;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
}

a {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	max-width: 1400px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#content img.logo {
	width: auto;
	height: auto;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	display: block;
}

#content img.socials {
	width: auto;
	height: auto;
	max-width: 190px;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: block;
}

#footer {
	background-image: url('images/fufanu-footer-tile.png');
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	min-height: 350px;
}


/* Laptop size */

@media screen and (min-width: 1030px) and (max-width: 1800px) {

	#content {
		padding-top: 0;
	}
	
	#content img.logo {
		max-width: 680px;
		padding-bottom: 40px;
	}
	
	p {
		font-size: 16px;
	}
	
	#content img.socials {
		max-width: 140px;
	}
	
	#footer {
		min-height: 200px;
		max-height: 200px;
		height: 200px;
		background-position: left bottom;
		background-size: auto 200px;
		position: absolute;
		bottom: 0;
	}
	
	#footer img {
		max-height: 200px;
	}

}


/* Phone */

@media screen and (max-width: 1029px) {
	
	#content {
		padding-top: 30px;	
	}
	
	#content img.logo {
		max-width: 80%;
		padding-bottom: 30px;
	}
	
	p {
		font-size: 16px;
	}
	
	#content img.socials {
		max-width: 100px;
	}
	
	#footer {
		background-image: none;
		max-height: 200px;
		background-position: left bottom;
		background-size: auto 200px;
	}
	
	img.footer {
		width: 100%;
		height: auto;
		max-height: 200px;
	}
	
}

