
.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	}

.alert {
	padding: 1rem 1rem 0;
	}

.h2, h2 {
	font-size: 22px;
    text-transform: uppercase;
    font-family: "Fredoka", sans-serif;
    }
    
.h3, h3 {
font-size: 22px;
    text-transform: uppercase;
    font-family: "Fredoka", sans-serif;
    }
    
.form-label {
	margin-bottom: 1px;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	}
	
.mb-3 {
	margin-bottom: 5px!important;
	}
	
.mb-4 {
	margin-bottom: 10px!important;
	}

.form-check-input:checked[type=radio] {
	background-image: none;
	}
	
a {
	color: #DD3333;
	}
	
.text-center {
	margin-bottom: 10px;
	font-size: 12px;
	}
	
.btn-primary {
	font-family: "Fredoka", sans-serif;
	}
	
.card-title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
	}
	
.form-control {

	}
	
label {
	display: block;
	}
	
textarea.form-control {
	margin: 0 0 5px;
	font-weight: 300;
	}
	
button, input, optgroup, select, textarea {
	margin: 0 5px 0 0;
	}
	
.badge {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 400;
	margin: 1px 0 1px;
	}
	
.table>:not(:last-child)>:last-child>* {
	font-weight: 400;
	}
	
.table>tbody {
	font-weight: 400;
	font-size: 14px;
	}
	
.btn-secondary {
	background-color: #DD3333;
	border-color: #DD3333;
	}
	


