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

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
	font-family: 'Roboto' , sans-serif;
}
html, body, .container-table {
  height: 100%;
  margin: 0;
}
.bg {
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wildfury-losar.jpg");
  height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 75%;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  margin: 20px auto;
}

.caption a {
	margin: 0 20px;
	border: none;
	color: #bbb; /* cf7c29 */
}

.caption a:hover {
	color: #fff; /* c22126 */
}
