@import
	url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Sumana:wght@700&display=swap");

/* ========================
-------- Desktop ----------
=========================*/
@media ( min-width : 1200px) {
	.navbar {
		width: cover;
		padding-left: 120px;
	}
	.text-white {
		font-family: "Open Sans", sans-serif;
	}
}

.social { .fa { font-size:20px;
	min-width: 44px;
	line-height: 36px;
	color: #f4f4f4;
}

.fa-facebook-square {
	margin-left: 50px;
}

.fa:hover {
	cursor: pointer;
	color: #f4f4f4;
	opacity: 0.7;
	text-decoration: none;
}

div.container-m {
	margin-top: 80px;
}