body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	margin: 0px;
}

a, a.active, a:active, a:focus, a:hover {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
	
section {
	padding: 6rem 0;
}
#mainNav.navbar-landingpage {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	border: none;
	background: white;
}

#mainNav.navbar-landingpage .navbar-brand {
	font-size: 1.1rem;
	color: #0d3059;
}

#mainNav.navbar-landingpage .navbar-nav {
	letter-spacing: 1px;
}

#mainNav.navbar-landingpage .navbar-nav li.nav-item a.nav-link {
	color: #0d3059;
}

@media ( min-width : 992px) {
	#mainNav.navbar-landingpage {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#mainNav.navbar-landingpage .navbar-brand {
		font-size: 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#mainNav.navbar-landingpage .navbar-nav>li.nav-item>a.nav-link.active {
		color: white;
		border-radius: 3px;
		background: #0d3059;
	}
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 3px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	background: rgba(52, 58, 64, 0.5);
	line-height: 45px;
	z-index: 1;
}

/* Navbar behaviour on scroll */
@media ( min-width : 992px) {
	#mainNav .navbar-brand #logo-sm {
		display: none;
	}
}

#mainNav .navbar-brand #logo-lg {
	display: inline;
}

#mainNav.navbar-shrink #logo-sm {
	display: inline;
	cursor: default;
}

#mainNav.navbar-shrink #logo-lg {
	display: none !important;
}

#mainNav.navbar-shrink #um-bar {
	display: none !important;
}

#mainNav .nav-item a {
	text-decoration: none;
}

/* Margin for content, considering the navbar height  */
#content.landingpage, #content.util {
	padding-top: 76px;
}
/* Large devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	#content.landingpage, #content.util {
		padding-top: 149px;
	}
}

/* just to hinder warnings of CSS class not found */
.js-scroll-trigger {
	color: inherit;
}

.breadcrumb {
	font-size: 1.1rem;
}

.uct-hotline div {
	padding-bottom: 12px;
	line-height: 22px;
}

.contact-data h3 {
	margin-top: 27pt;
	margin-bottom: 16pt;
}

/* to align the content height of the columns  */
.uct-hotline>div:first-of-type {
	padding-top: 2pt;
}

footer a {
	color: white;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#stats {
	margin-bottom: -2rem !important;
}

.stats i {
	font-size: 3rem;
}

.stats .counter {
	font-size: 2.4rem;
	font-weight: bold;
}

.nav-link {
	font-size: 1.05rem;
}

#carousel-item-1 {
	background: url(../img/AdobeStock_145544985_vegefox_com.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	background-position-y: -50px;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

/* for the basic bootstrap elements showcase*/
.bs-docs-section {
	margin-top: 2rem;
}

.bs-component {
    margin-bottom: 1rem;
}

.progress {
	margin-bottom: 10px;
}

.rows-striped .row:nth-of-type(odd) {
	background-color: #F6F6F6;
}

