@charset "utf-8";
/* CSS Document */

/* LAYOUT
-------------------------------------------------- */
body {
	background-color: #0D0D0D;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #cccccc;
}

.navbar-toggler {
	border: none;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: none!important;
    box-shadow: none!important;
}

nav .container-fluid {
	padding-top: 5px;
}

nav h1 {
	margin-right: 20px;
}

nav li a {
	font-size: 1.05rem;
}

main {
	margin-top: 60px;
}

main a {
    color: #e0e0e0;
}

main a:hover {
	color: #ffffff;
	text-decoration: none;
}

main .beta {
	margin-bottom: 50px;
}

.aki {
	margin-bottom: 50px;
}

/* Delighter */
.delighter {
	transition: all .3s ease-out;
	transform: translateY(50%);
	opacity: 0;
}

.delighter.started {
	transform: none;
	opacity: 1;
}

/* Footer */
footer {
	font-size: .75rem;
}

footer a {
	color: #6c757d;
}

footer a:hover {
	color: #6c757d;
}



/* BUTTONS
-------------------------------------------------- */
.btn-gold {
    color: #fff;
    background-color: #8C6A2B;
    border-color: #8C6A2B;
	border-width: 2px;
}

.btn-gold:hover {
	color: #8C6A2B;
	background: #ffffff;
}
 
.btn-gold:focus {
	outline: none;
	box-shadow: 0 0 0 4px #8C6A2B;
}

main .list-group-horizontal-md .list-group-item:last-child {
    border: none;
	padding-right: 0;
}

main .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

main .listgroup-item:first-child {
    border: none;
}

main .list-group-item {
    position: relative;
    display: block;
    padding: 1.5rem 2rem .75rem 0;
    margin-bottom: -1px;
    background-color: rgba(255,0,0,0.0);
    border: none;
	font-size: 1.75rem;
}

/* BACK TO TOP
-------------------------------------------------- */
#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 90px;
  background: #594012;
  opacity: 0.6;
  border-radius: 50%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #D9B471;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

