@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
@media only screen and (min-width: 768px) {
  body:not(.layout-admin) section {
    padding: 30px 0; } 
}

@media only screen and (max-width: 768px) {
  body:not(.layout-admin) section {
    padding: 10px 0; } 
}

a {
    color: #6c757d;
}
a:hover {
	color: #6c757d;
	text-decoration:underline
}

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

#btnScrollTo {
	display: none;
	}