/* Form StyleSheet */

/*		JUMBOTRON		*/
@media (max-width: 767px) {
	.display-4 {
		font-size: 3.2rem !important;
	}
}
@media (max-width: 568px) {
	.display-4 {
		font-size: 2.5rem !important;
	}
}

/*		CAROUSEL		*/
.btn-outline-primary {
    color: #7C78E6 !important;
    border-color: #7C78E6 !important;
	background-color: #E3D83D !important;
}


/*		FORM			*/

input:hover, input:focus {border: 1px dashed blue; }
form { margin-top: 10px; }
form label {
	font-weight: bold;
	width: 100px;
}
form input {
	display: block;
	width: 125px;
}
input[type="radio"] {
	width: 26px;
}
legend { font-size: 1.2rem; }

.buttons {
	clear:both;
}

