@import url("https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css");

body
{
	padding-top: 75px;
	padding-bottom: 0px;
}

@media (min-width: 768px)
{
	body
	{
		padding-top: 80px;
	}
}

@media (max-width: 768px)
{
	.container-body
	{
		padding-bottom: 75px;
	}
}
