@font-face{
	font-family: 'SkullBones';
	src: url('../res/SkullBones.otf');
}

@font-face{
	font-family: 'Sofia Pro';
	src: url('../res/Sofia Pro Black Az.otf');
}

body{
	background-color: #f9ebc3 !important;
	font-family: Sofia Pro;
}

/* .container{ */
	/* color: white; */
/* } */
	

.bg-light{
	background-color: #9c1f1f !important;
}

.nav-item a{
	font-weight: bold;
	font-size: 20px;
}

.nav-item a:hover{
	/* color: #f9ebc3 !important; */
}

.dropdown-menu{
	background-color: 	#f9ebc3 !important;

    a {
        color: #000000;
    }
}

.dropdown-item.active {
    background-color: #f2f2e6;
    color: #000000;
}

.navheader{
	font-weight: bold;
	font-size: 30px;
	color: #000000 !important;
}
.navheader:hover{
	color: #f9ebc3 !important;
}

.centercontent h4{
	font-weight: bold;
	padding-top: 10px;
}

.main-text {
	color: #000000;
}

.userTable {
	color: white;
}

.downloadlink{
	font-weight: bold;
}

.personnames{
	font-weight: bold;
	/* color: white; */
}

.personname.special{
	color: orange;
}

.card-text{
	font-size: 14px;
}

/* .userinformation{ */
/* } */

.usereditlabel{
	font-weight: bold;
}

.userinformationbutton{
	font-weight: bold;
	background-color: #000000 !important;
}

.navbar{
	border-bottom-style: none;
	border-bottom-color:  lightgrey;
	background-color: #ffffff !important;

}

.leitiyear{
	color: #000000 !important;
	font-weight: bold;
}

.leitiyearhead{
	color: #89d413;
	font-weight: bold;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
}

a {
	color: rgba(0,0,0,.7);
}

 .bg-primary {
	background-color: #000000 !important;
}

/* @-webkit-keyframes glow { */
  /* from { */
    /* text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; */
  /* } */
  /* to { */
    /* text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6; */
  /* } */
  
  @-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #42abee, 0 0 40px #42abee, 0 0 50px #42abee, 0 0 60px #42abee, 0 0 70px #42abee;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ee42ab, 0 0 40px #ee42ab, 0 0 50px #ee42ab, 0 0 60px #ee42ab, 0 0 70px #ee42ab, 0 0 80px #ee42ab;
  }