.content {
  padding-top: 50px;
}

.group-sm {
	list-style: none;	

	display: block;
	float: right;	

    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;	
}

.group-sm li {
	display: block;
	float: left;
	margin: 0px 0px 0px 60px;
}

.group-sm li a {
	font-size: 24px;
	color: #ffffff;
	opacity: 0.5;
}

.group-sm li a:hover, .group-sm li a:focus {
	opacity: 1;
}

.top-panel {
	background: #171424;
	color: #ffffff;
	height: 60px;
	padding: 0px 60px;
	
	line-height: 60px;
}

.menu 
{
	background: #ffffff;
}

.menu .nav
{
	font-size: 24px;
	/*margin-top: 40px;*/
}

.menu .nav > li > a
{
	color:#ad9463;
	padding: 55px 15px;
}
.menu .nav > li > a:hover, .menu .nav > li > a:focus
{
	color:#dac9a8;
}

.menu .nav > li:hover {
	border-bottom: 3px solid #ad9463;
}

.leading 
{
	width: 100%;
	height: 680px;
	background: transparent url("../img/banner.jpg") no-repeat scroll 50% 50%;
}

.starter-template {
	color: #ffffff;
	padding: 40px 15px;
	text-align: center;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color:transparent;
}

.jumbotron {
	background: #ffffff;
	padding: 48px 0px 0px 0px;
}

.jumbotron  h1, .jumbotron  h2 {
	font-weight: bold;
	color: #ad9463;
	border-bottom: 3px solid #ad9463;
	padding-bottom: 10px;
}

.jumbotron  h3 {
	font-weight: bold;
}

.up-footer {
	color: #ffffff;
	height: 400px;
	background: transparent url("../img/footer.jpg") no-repeat scroll 50% 50%;
}

.up-footer h2
{
	font-size: 36px;
	margin-top: 180px;
	color: #ad9463;	
}

.footer {
	height: 170px;
	background: #0f0c1d;
	color: #6f6d77;
	
	text-align: center;
	font-size: 17px;
	padding: 75px 0px;
}

#button_up {
	position:fixed;
	width:50px;
	height:50px;
	font-size:20px;
	border-radius:9px;
	right:15px;

	overflow:hidden;
	text-align:center;
	text-decoration:none;
	z-index:120;
	transition:.45s all ease-in-out;
	will-change:transform;	
	color:#fff;
	background-color:#ad9463;
	transform:translateY(100px);

	bottom: 15px;
}

#button_up::before {
	content:"\F143";
	font-family:material design icons;
	line-height:50px
}

#button_up:hover {
	color:#fff;
	background-color:#917a4c;
	text-decoration:none;
}

#button_up.active {
	transform:translateY(0);
}

.jumbotron ul li {
	font-size: 21px;
	font-weight: 200;	
}

.spacer {
	height: 3px;
	background:#917a4c;
}