body{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-top:40px;
	padding-bottom:40px;
	background-color: #efefef;
}

.semi-bold{
	font-weight: 600;
}

.bold{
	font-weight: 800;
}

a{
	color: #009914;
}

a:hover{
	color: #cf0090;
}

.site-title{
	font-weight: 900;
	color: #004509
}

.main-container{
	background-color: #fff;
	border-radius: 30px;
	padding:30px;
	margin-bottom:20px;
}

ul.main-nav{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 20px;
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}

ul.main-nav li{
	padding: 0px;
	margin: 0px;
}

ul.main-nav li a{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	color: #009914;
	text-decoration: none;
}

ul.main-nav li a:hover{
	color: #cf0090
}

.big-buttons{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.big-buttons a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:32%;
	height:200px !important;
	background-color: #ccc;
	color: white;
	margin-bottom:20px;
	text-decoration: none;
	border-radius: 15px;
	font-weight: 600;
	font-size: 24px;
}

.big-buttons a:nth-child(1){
	background-color: green;
}
.big-buttons a:nth-child(2){
	background-color: #007267;
}
.big-buttons a:nth-child(3){
	background-color: #005669;
}
.big-buttons a:nth-child(4){
	background-color: #2F4858;
}
.big-buttons a:nth-child(5){
	background-color: #1F953A;
}
.big-buttons a:nth-child(6){
	background-color: #00656F;
}

.big-buttons a:hover{
	background-color: #cf0090;
}

.big-buttons i{
	margin-top:15px;
	font-size: 36px;
}

h3.page-title{
	margin-bottom:30px;
}

form.side-form{
	background-color: #ccc;
	border-radius: 20px;
	padding:20px;
}

div.db-success{
	background-color: #d3e9b8;
	border-color: #85a55f;
	border-width: 1px;
	border-radius: 20px;
	border-style: solid;
	padding:20px;
	margin-bottom:20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

div.db-error{
	background-color: #e9b8b8;
	border-color: #a55e5e;
	border-width: 1px;
	border-radius: 20px;
	border-style: solid;
	padding:20px;
	margin-bottom:20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

a.delete{
	text-decoration: none;
	color: #d22d2d;
	font-size: 12px;
}

a.delete:hover{
	text-decoration: underline;
}

a.edit{
	text-decoration: none;
	color: #058e5e;
	font-size: 12px;
}

a.edit:hover{
	text-decoration: underline;
}

div.admin-list>div{

}

div.small-div{
	width:30%;
	height:1px !important;
	overflow: hidden;
	background-color: #ccc;
	margin:10px 0px;
}

div.slip-div{
	background-color: #eee;
	border-radius: 20px;
	padding:20px;
	margin-bottom:20px;
	position: relative;
}

div.slip-div.confirmed{
	background-color: #009914;
	color: white;
}

div.event-action{
	width: 60px;
	height:60px;
	border-radius: 15px;
	background-color: white;
	color: #009914;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top:18px;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

a.event-action{
	width: 60px;
	height:60px;
	border-radius: 15px;
	color: white;
	background-color: #009914;
	text-decoration: none;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top:18px;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

a.event-action:hover{
	background-color: #cf0090;
}

a.event-action.delete{

	color: red ;
	background-color: white;

}

a.event-action.delete:hover{
	background-color: red;
	color: white;
	text-decoration: none;
}


.error{
	color: #d42f2f;
}

.btn-primary.pink{
	background-color: #cf0090;
	border-color: #cf0090;
}

.btn-primary.pink:hover{
	background-color: #87005d;
	border-color: #87005d;
}

.btn-primary.teal{
	background-color: #00a35f;
	border-color: #00a35f;
}

.btn-primary.teal:hover{
	background-color: #007142;
	border-color: #007142;
}

.alt-row:nth-child(odd){
	background-color: #efefef;
}
.alt-row:nth-child(even){
	background-color: #dadada;
}

.alt-row{
	padding:20px;
	border-radius: 20px;
	margin-bottom:20px;
}

.score-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	
}

.leaderboard-name,.leaderboard-bar{
	height:60px;
}

.leaderboard-name{
	font-weight: bold;
	font-size: 20px;
}

.leaderboard-bar{

}

.leaderboard-bar-outer{
	width:100%;
	height:100%;
	background-color: #efefef;
	overflow: hidden;
}

.leaderboard-bar-inner{
	height:100%;
	background-color: #ccc;
	position: relative;
}

.leaderboard-bar-inner .points{
	position: absolute;
	height:100%;
	width: auto;
	top:0px;
	right:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

div.score-container{
	background-color: #efefef;
	border-radius: 20px;
	padding:20px;
}

.score-name-big{
	font-weight: bold;
	font-size: 36px;
	position: relative;
	top:12px;
	color: white;
	padding:20px;
	border-radius: 20px;
}

.score-event-holder{
	background-color: rgba(255,255,255,0.7);
	padding:20px;
	border-radius:20px;
}

.score-event-holder .title{
	font-size: 18px;
}

.pn{
	font-weight: 600;
}

.total-points{
	font-size: 24px;
	font-weight: 600;
}

.total-points span{
	color: #00656F;
	font-weight: 800;
}

.bonus{
	color: #00882E;
	font-weight:700;
}



.subhead{
	color: #666;
}

.event-head{
	color: #004509
}
.event-sub{
	text-align: center;
	font-weight: 600;
}

div.main-container{
	position: relative;
}

div.cart{
	position: absolute;
	left:70%;
	top:-75px;
	width:200px;
}

div.cart img{
	width:100%;
	height: auto;
}

@media (max-width: 991.98px) {
  div.cart{
	  display: none;
  }
  

  
  .big-buttons a{

	  width:100%;

  }
  
}