:root {
	--body-color: #e09e9b;
	--yellow: #ff9800;
	--yellow-hover: #fc9c0a;
	--yellow-label: #fce505;
}

@font-face{
	font-family: Fredoka;
	font-style: normal;
    font-weight: 400;
	src:url('/Fredoka/Fredoka-VariableFont_wdth,wght.ttf') format('woff2');
}

body {
	background-image: url('/images/wiggle-main.png');
    background-color: rgba(255,255,255,0.6);
	background-repeat: no-repeat;
	height: 100%;
  	background-size: cover;
	font-family: Fredoka, Montserrat, Gotham, Brownlight, Arial;
}


.main-button {
	background:linear-gradient(to bottom, var(--yellow), var(--yellow));
	color: #ffffff;
	padding: 6px 16px;
	border: 1px solid var(--yellow);
	font-weight: bolder;
	border-radius: 10px;
	text-decoration: none;
}
.main-button:hover{
	opacity : 1;
	background: var(--yellow-hover);
}
.main-button:focus {
	border: 1px solid red;
	box-shadow: 0 0 3px #FF0000;
}

.login-card {
    max-width: 400px;
    width: 100%;
}
.login-card-opacity {
	background-color:rgba(255, 255, 255, 0);
}

.navbar {
  margin-bottom: 20px;
}

.loader-style .modal-dialog{
    position: relative;
	display: table;
	margin: 0 auto;
    top: calc(50% - 24px);
}
.loader-style .modal-dialog .modal-content{
    border: none;
	background-color: transparent;
}
.wlabel-color {
	color: var(--yellow-label);
}
.wtext-shadow {
	text-shadow: 1px 1px #000000;
}
.div-bold {
	font-family: Fredoka;
	font-weight: bold;
}
.wtext-red {
	color: #FF0000;
}

@media (max-width: 850px) {
    body {
        background-image: url('/images/wiggle-main-mobile.png');
    	background-color: rgba(255,255,255,0.6);
    	background-position: center;
  		background-size: cover;
    }
}
.jterms{
	color: #242323;
	font-size: 15px;
	text-decoration: none;
}
.jdivfoot-upper-pad{
	padding-top: 6px;
	padding-bottom: 6px;
}

