/* Contest - Anni Party 16 - 2020 CSS */

body {
	background-color: #68cce4;
}

.content {
	color: #3f4b95;  /* 4a2610, 553420 */
	background-color: #68cce4;
}

body {
	/*min-height: 100vh;
	background-image: url("../anniparty2020/bgpattern.png");
	background-repeat: repeat;*/
}

/* https://stackoverflow.com/questions/48293920/change-bootstrap-4-checkbox-size/48300261 */
.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.cooperblack {
	font-family: cooper-black-std;
}

.form-group.required label:after, .col.required label:after, .form-check.required label:after {
  content:"*";
  color:red;
  margin-left: 5px;
}
