body {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.tippy-box {
	background-color: #b52f53;
	color: #ffffff;
}

.tippy-arrow {
	background-color: #b52f53;
	color: #b52f53;
}

.wobble {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

		@keyframes shake {
			0% {
				transform: translate(0, 0);
			}
		  10%, 90% {
			transform: translate3d(-1px, 0, 0);
		  }
		  
		  20%, 80% {
			transform: translate3d(2px, 0, 0);
		  }

		  30%, 50%, 70% {
			transform: translate3d(-4px, 0, 0);
		  }

		  40%, 60% {
			transform: translate3d(4px, 0, 0);
		  }
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color:#ab0e38;
}

.space {
	width: 100%; 
	height: 10px; 
	clear: both;
}
	
.space2 {
	width: 100%;
	height:20px; 
	clear: both;
}
	
.disabled {
	color:#aa0e38 !important;
}
	
.current {
	color:#aa0e38 !important;
}

.headerbox {
	height: 80px;
	display: grid;
	vertical-align: middle;
}

.headertext {
	margin: auto;
}

.dropdown-menu {
	margin-top: 5px;
    margin-left: 22px;
    border-radius: 0px;
    border: 0px solid white;
    box-shadow: 0px 0px 15px #0404041f;
    }


.navbar {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background-color:white !important;
	height: 70px;
	padding-left: 1rem;
	padding-right: 1rem;
}

#navbarCollapse.show {
	background-color: #fff; 
}
	
.navbar-collapse .btn-outline-primary {
	margin-left: 25px;	
}

.btn-outline-primary {
	border: 1px solid #aa0e38;
	color:#aa0e38;	
}

.btn-outline-primary:hover {
	border: 1px solid #aa0e38;
	background-color:	#ab0e38;
}


.bg-white {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
}

.small {
	padding: 30px !important;
	font-size: 16px;
}

.fasbig {
	font-size: 48px; margin-bottom: 20px; color:#959595;
}

.number h1 {
	font-weight: 900; font-size: 52px; 
}
	
.lead {
	font-size:16px;
}
	
.nav-link {
	padding-right: 1.3rem !important;
	padding-left: 1.3rem !important;
}

.topper {
	margin-bottom: 10px !important;
	margin-top: 40px;
}


.greebadge {
	margin-left: 15px; 
	background-color: #4dad56 !important; 
	font-size: 19px;
	}
	
.redbadge {
	margin-left: 15px; 
	background-color: #b12828 !important; 
	font-size: 19px;
	}


.form-select {
	border: 1px solid #cdcccc;
	border-radius: 0px;
}


.pointer{
	cursor: pointer;
}

.skag {
	color: #b52f53 !important;
}

.pointer {
	cursor: pointer;
}

.badge.chartbadge {
    border-radius: 0px;
    width: 23px;
}

.badge {
    border-radius: 0px;	
}


.bd-placeholder-img {
        font-size: 1rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }


      
/*mobile query*/


@media (min-width: 768px) {
        
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      
      
      
