
#instagram {
	float: left;
	width: 100%;
	background-color: #000;
	padding:2% 0 2% 0;
}
@media (min-width: 900px) { 
	#instagram {
		padding:2% 0 2% 0;
	}
}

.white_txt_btn {
	font-size: 5.4rem;	
}

@media (min-width: 900px) { 
	.white_txt_btn {
		font-size: 2.4rem;	
	}
}


#instagram_title {
	float:left;
	padding: 4% 5% 2% 5%;
	width: 90%;
	background-color: #000;
}
@media (min-width: 900px) { 
	#instagram_title {
		padding: 1% 5% 2% 5%;
	}
}


#instagram_title a:link {
	border: none;
	color: #fff;
	text-decoration: none;
}

#instagram_title a:visited {
	border: none;
	color: #fff;
	text-decoration: none;
}

#instagram_title a:active {
	border: none;
	color: #fff;
	text-decoration: none;
}

#instagram_title a:hover {
	border: none;
	color: #2e65a9;
	text-decoration: underline;
}
