@font-face{
  font-family: generalFont;
  src: url('../fonts/Aller_Lt.ttf');
}

@font-face{
  font-family: titleFont;
  src: url('../fonts/Aller.ttf');
}

@font-face{
  font-family: goboldFont;
  src: url('../fonts/Gobold_Uplow.ttf');
}

@font-face{
  font-family: montSerratFont;
  src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face{
  font-family: arialBlack;
  src: url('../fonts/ariblk.ttf');
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.splash-image{
  border-radius: 20px;
  animation: fadeIn 5s; 
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  border: 2px #000000 solid;
}

#splash-bg{
  background: url('../images/splash_bg.jpg');
  background-size: cover;
}