@import url('https://fonts.googleapis.com/css2?family=Mirza:wght@400;600&family=Montaga&display=swap');

body {
  background-attachment: fixed;
  background-color: #000;
  background-image: url('/images/andrew-arcana-bg-001.jpg');
  background-image: linear-gradient(to bottom, #000, #303 50%, #906 75%, #c60 90%, #f9c) url('/images/andrew-arcana-bg-001.jpg');
  background-position: center center;
  background-size: cover;
  font-family: 'Montaga', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}
a {
  color: #ff9119;
}

a:visited {
  color: #ff9119;
}

a:active, a:hover {
  color: #5022a4;
}

img {
  height: auto;
  max-width: 100%;
}

h1, h2, h3 {
  font-family: 'Mirza', serif;
  font-weight: 600;
  margin: 0 0 0.25em 0;
}

#AATitle {
  text-align: center;
}

#AATitle h1 {
  color: #357;
  font-size: 52px;
  opacity: 0.75;
  text-shadow: 0px 3px 5px #609;
}

#AATitle a {
  text-shadow: 0px 1px 2px #63c;
  font-size: 24px;
  font-weight: 600;
  transition: all ease-in 250ms;
  padding: 5px 30px;
  border-radius: 20px;
}

#AATitle a:active, #AATitle a:hover {
  background-color: #ff911900;
  color: #f9c186;
  text-decoration: underline;
  text-shadow: 1px 2px 5px #63c;
  background-color: #6633cc66;
}
/* 
font-family: 'Mirza', serif;
font-family: 'Montaga', serif;
*/