/* Content Section */
.sec1{
	margin-top:4%;
}


/* Footer */
footer{
	width: 100%;
    position: fixed;
	bottom: 0;
}


/* Changing screens */
@media (max-width:768px){
	.sec1{
		margin-top:12%;
	}
}