/* to be used with gangle shrine page only */

body {
  background-size: cover;
  background-image: url('/images/shrines/background.gif');
  background-position: center top;
  background-attachment: fixed;
}

.navigation a {
  color: white;
}

#container {
  border-image: linear-gradient(to bottom, deepskyblue, dodgerblue) 1;
}

.header {
  height: 350px;
  background-size: cover;
  background-image: url('/images/shrines/banner.png');
  background-position: center bottom;
  border: 1px solid dodgerblue;
}

.wide {
  border: 1px solid dodgerblue;
}

.wide a {
  color: dodgerblue;
}

footer {
	border: 1px solid dodgerblue;
	border-bottom: none;
}

footer a {
  color: dodgerblue;
}

.topright::-webkit-scrollbar-thumb:hover {
  background: dodgerblue;
}