/* Sections Start */
#top{
	padding: 20px 0px 15px 0px;
}
#top-small{
	display: none;
}

#welcome{
	background-color: white;
}
	
#projects{
	background-color: rgba(118,  66,  147, 1);
	color: #fff;
}

#academy{
	background-color: rgba(253,  196,  54, 1);
	color: rgba(255, 255, 255, 1);
}

#network{
	background-color: rgba(217,  57,  48, 1);
	color: rgba(255, 255, 255, 1);
}
/* Sections End */

@media all and (max-width: 620px){
#top {
	display: none;
}

#first-h1{
	padding-top: 0px;
	}
	
#top-small{
	text-align: center;
	display: block;
	padding: 121px 0px 45px 0px;
}

#top-small div img{
	width: 25%;
}