/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: 'Libre Franklin', sans-serif;
}

.bg-primary {
  background-color: #0f5e75 !important;
}

.dropdown-toggle::after {
  vertical-align: middle !important;
}

.logo {
    width: 57px;
    height: 57px;
}

.main-content {
    min-height: 53vh;
}

.linkedin-logo-nav {
  height: 27px;
  padding-bottom: 4px;
}

.linkedin-logo {
    height: 27px;
}

.max-width {
    max-width: 100%;
}

.main-content {
	min-height: 55vh;
}

.bg-light-grey {
	background-color: #dedede !important;
}

.footer-text {
	font-size: 10px;
}

.footer {
	display: flex;
}

.nexia-logo {
	margin-right: 15px;
}

.legal {
	margin-bottom: 10px;
}


.legal-link:hover, .legal-link:focus {
	text-decoration: none;
}

.legal-link:hover {
	color: #6F7377 !important;
}

.legal-link {
	color: #212529 !important;
}