* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin-top: 150px;
	

}

h1{
	font-weight: 900;
}

/*.main-img {
	background-image: url('../img/bg.png');
	background-size: cover;
	margin-bottom: ;
}
*/
h2 {
		background-color: #0c0562;
		width: 420px;
		text-align: center;
		margin: 0 auto;
		border-radius: 5px;
	}
img {
	width: 600px;
}

footer h5 {
	background-color: #ef4725;
}
footer a {
		border-right: 1px solid #d9d9d9;
		padding-right: 20px;
	}




@media (min-width:320px) and (max-width:767px) {
	.main-img img {
		width: 400px;
	}
	body{
		font-family: 'Montserrat', sans-serif;
		margin-top: 100px;

	}

	h2 {
		font-size: 20px;
		width: 260px!important;
	}

	footer a {
		border-right: none;
		padding-right: 0px;
		margin-bottom: 20px;
	}


}


