
@media screen and (max-width: 1770px) {

}


@media screen and (max-width: 1199px) {

}



@media screen and (max-width: 992px) {

}

@media screen and (max-width: 760px) {

	body {
		font-size: 14px;
	}

	.link-icon-wrapper img {
		margin: 0;
		margin-bottom: 10px;
	}

	.link-wrapper {
		margin-top: 30px;
	}
	.username {
		margin-bottom: 30px;
	}

	#cconsent-bar {
		text-align: center !important;
	}

	.footer {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.footer p {
		font-size: 10px;
		margin-bottom: 0px;
	}
	
	.footer img {
		width: 75px;
	}

}