@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Semibold.ttf);
}

body { 
	background-image:url("https://philiphoran.com.au/crowdfunding/assets/images/background-img.png");
	background-size: cover;
	background-repeat: no-repeat;
    max-height: 100vh;
    max-width: 100%;
	background-attachment: fixed;
	height: 100vh;
}

.inner {
	position: relative;
    margin-top: 15%;

}

.heading h1 {
	font-size:35px;
	font-family: Lato;
	color:#3b3b3b;
}

.icons img {
	width:100px;
	display: inline-block;
}

.logo img {
	width:250px;
}

@media(max-width:991px){
	.inner {
		position: relative;
		margin-top: 50%;
	}
	.logo {
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	.logo img {
		width: 75%;
		display: inline-block;
	}
}
@media(max-width:768px){
	.heading h1 {
		font-size:35px;
	}
	.icons img {
		width: 80px;
	}

	.inner {
		position: relative;
		margin-top: 15%;
	}

}

@media(max-width:480px){
	.heading h1 {
		font-size:25px;
	}

	.inner {
		position: relative;
		margin-top: 30%;
	}
}