a:link {
  color: var(--cassiopeia-color-link);
  text-decoration: none;
}
a:hover {
  color: var(--cassiopeia-color-hover);
  text-decoration: underline;
}
.container-bottom-a {
    align-items: middle;
    text-align: bottom;
    border: none;
}
body {
    font-family: 'Ubuntu Condensed', sans-serif;
}
:root {
  --cassiopeia-color-primary: #25523b;
  --cassiopeia-color-hover: #8b0000;
  --cassiopeia-color-link: #00008B;
}
.qline{
  border-bottom:1px solid #000000;
}
.uline{
  border-bottom:1px solid #dc143c;
}
.box {
  	width: 100%;
    color: #ffffff;
    text-decoration: none;
    display: block;
	}
.box:hover
	{
    border-radius: 25px 25px 0px 0px;
	color: #cccc00;
    text-decoration: none;
	background:#172435;
}
.pot {
border-style: solid;
border-color: #dc143c;
border-width: 1px;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-position: outside;
  margin-left: 0em;
  padding-left: 0em;
}
ul.dashed > li {
  text-indent: -0px;
}
ul.dashed > li:before {
  display: inline-block;
  content: "-";
  text-indent: -0px;
  width: 0.7em;
  margin-left: 0px;
  font-family: 'Tahoma', sans-serif;
  font-size: 20px;
  color: brown;
}
span.dropt {
  border-bottom: thin solid;
  background: none;
  position: relative;
}
span.dropt:hover {
  text-decoration: none;
  background: none;
  z-index: 6;
}
span.dropt span {
  position: absolute;
  left: -9999px;
  margin: 0px 0 0 0px;
  padding: 10px 10px 10px 10px;
  border-style:solid;
  border-color: #ffffff;
  border-width: 0px;
  z-index: 6;
  color: white;
  font-size: 0px;
  text-align: left;
}
span.dropt:hover span {
  left: 0%;
  background: #ffffff;
}
span.dropt:hover span {
  margin: 10px 0 0 -10px;
  width: 125px;
  background: none;
  z-index: 6;
}
span.dropx {
  border-bottom: thin solid;
  background: none;
  position: relative;
}
span.dropx:hover {
  text-decoration: none;
  background: none;
  z-index: 6;
}
span.dropx span {
  position: absolute;
  left: -9999px;
  margin: 0px 0 0 0px;
  padding: 5px 5px 5px 5px;
  border-style:solid;
  border-color: #000071;
  border-width: 1px;
  border-radius: 6px;
  z-index: 6;
  color: white;
  font-size: 0px;
  text-align: left;
}
span.dropx:hover span {
  left: 2%;
  background: #ffffff;
}
span.dropx:hover span {
  margin: 16px 0 0 -50px;
  width: 300px;
  background: #000071;
  z-index: 6;
}
#back-top {
display: none;
}
.toc {
    background: #f2f4f7 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 0em;
    padding: 10px;
    width: auto;
}
.button {
  background-color: #f2f4f7;
  border: none;
  color: #1f1f1f;
  padding: 0px 0px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 0px 0px;
  cursor: pointer;
}
.button: hover {
  color: darkred;
  font-weight: 700;
}
.sprite-image {
  height: 17px;
  width: 22px;
  background: url("http://gerejarumahindonesia.org/grh/images/4birdy/birdx.png")
    0px 0px;
  animation: play 24s steps(25) infinite;
}
@keyframes play {
20%, 100% {
    background-position: -550px;
  }
}

.grid-child.container-nav {
	padding-top: 0;
}
.container-header nav {
	margin-top: 0;
}

.card { border: none !important; }