/*custom font*/
@font-face {
    font-family: coolvetica;
    src: url(./coolvetica.ttf);
}

h1, h2, h3, .cool {
	font-family: coolvetica !important; /* overwrite bootstrap default */
}

h1 {
	font-size: 50px;
    margin: 0;
}

p {
    font-family: sans-serif;
}

.red {
	color: #d00;
}

.change-section {
	min-height: 200px;
}

.input-section {
	padding: 5px;
	min-height: 100px;
}

.input-section button, .input-section input {
	width: 200px;
}

.amount-label {
    margin: 0 10px 0 10px;
    font-size: 20px;
}

.section {
	margin: 10px 50px 10px 50px;
}