/* Fonts */
body {
	font-family: 'Montserrat', sans-serif;
	/*font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;*/
}

/* Overwrites */
.form-check-input:checked{
	background-color: #560d87 !important;
	border: 0;
 }
.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
	color: black;
	outline: 0;
	border: 0;
	box-shadow: 0 0 0 0.1rem #560d87 !important;
 }

input[type=checkbox]:checked{
    background-color: #560d87 !important;
}
 /* End overwrites */

.no-gutters {
	margin-right: 0;
	margin-left: 0;
  
	> .col,
	> [class*="col-"] {
	  padding-right: 0;
	  padding-left: 0;
	}
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
  
.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.hidden { 
	display: none; 
}