@charset "utf-8";

/* ===================================
   Custom CSS
====================================== */

.flex-fill {
	flex:1 1 auto;
}

.text-footer-custom {
	margin-left: 20px;
	margin-right: 20px;
}

.text-footer-custom.active {
	border-bottom: 2px solid;
	border-bottom-color: #0C0C0C;
}

.underline {
	text-decoration: underline;
}

@media screen and (min-width: 1200px){
	.logo-custom-large {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.logo-custom-large img {
		height: 200px;
	}
	/*.main-content {
		margin-top: 150px;
	}*/
}

@media screen and (max-width: 1199px) {
	.logo-custom-large {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.logo-custom-large img {
		height: 200px;
	}
	.text-footer-custom {
		margin-left: 10px;
		margin-right: 10px;
	}
	/*.main-content {
		margin-top: 50px;
	}*/
}