footer{
	margin-top: 70px;
}

footer #letsgo_button_link{
	transition: 0.5s;
	display: inline-block;
	font-size: 19px;
	width: 220px;
}

footer .row .col:nth-of-type(1) img{
	width: 40px;
	height: 40px;
}

footer p{
	font-size: 15px;
}

footer a{
	color: #000;
	text-decoration: none;
}

footer a:hover{
	opacity: 0.85;
	transition: 0.5s;
}

.social_midia_link{
	height: 60px;
	width: 60px;
	transition: 0.5s;
}

.social_midia_link:hover{
	transform: scale(1.2);
}

#footer_section{
	display: flex;
}

@media screen and (max-width: 539px){
	.social_midia_link:hover{
		transform: scale(1);
	}

}

@media screen and (max-width: 405px){
	footer #letsgo_button_link{
		width: 130px;
		font-size: 12px;
	}

	.social_midia_link{
		height: 40px;
		width: 40px;
	}

	footer .row .col:nth-of-type(1) img{
		width: 25px;
		height: 25px;
	}

	footer p{
		font-size: 12px;
	}
}

@media screen and (min-width: 405px) and (max-width: 539px){
	.social_midia_link{
		height: 50px;
		width: 50px;
	}

	footer .row .col:nth-of-type(1) img{
		width: 40px;
		height: 40px;
	}

	footer p{
		font-size: 15px;
	}
}