
body { 
	background-color: #FFF !important; 
	font-family: 'Roboto', sans-serif !important;
	min-height: 150px;
	overflow: hidden;
}

.headline {
	font-family: 'ArtHouseBold', sans-serif;
	font-size: 24px;
	color: #191919;
	margin-bottom: 10px;
}

.subhead {
	font-family: 'ArtHouseMed', sans-serif;
	font-size: 17px;
	color: #999;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	/* font-size: 17px; */
	color: #191919;
}

.credits {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 1.5em;
}

button {
	font-family: 'ArtHouseMed', sans-serif;
	font-size: 17px;
}


@media (max-width: 900px ) {

}

@media (max-width: 500px ) {
	.headline {
		font-size: 20px;
	}
	.subhead {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.credits {
		font-size: 12px;
	}

}

#main-form {
	width: 100%;
    display: flex;
    flex-direction: column;
}

#main-form button {
	width: 100px;
	margin: 1rem auto;
}

.section {
	margin-top: 1rem;
}

.form-check {
	margin-bottom: 0.2rem;
}

.chartContainer {
	display: flex;
	justify-content: center;
}

#labelsRight, #labelsLeft {
	width: 30%;
    font-family: 'Roboto', sans-serif;
}

#chart {
	height: 450px;
	display: flex;
	flex-direction: column;
}

#labelsRight p, #labelsLeft p{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	/* margin-top: 1px; */
}

#labelsLeft {
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#labelsRight {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.labelLeft {
	margin: 0;
	margin-right: 20px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.labelRight {
	margin: 0;
	margin-left: 20px;    
	display: flex;
    justify-content: flex-start;
    align-items: center;
	/* margin-bottom: 2px; */
}

.total {
	font-weight: 300 !important;
}

.wrapper {
	display: flex;
    flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.anno {
	text-transform: uppercase;
	font-size: 12px;
	visibility: hidden;
}
.end {
	margin-top: 1em;
}

.highlight {
	font-weight: 700;
}

#countyBlurb, #stateBlurb {
	font-size: 14px !important;
}

#countyBlurb {
	margin-top: 15px;
}

.vizContainer {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	transition: width 1s;
}

.chartContainer p {
	margin: 0;
}
.vacTitle {
	/* text-align: center; */
	font-size: 17px !important;
	font-weight: 700;
	display: none;
}

/* @media (min-width: 800px ) {
	.bodyContainer {
		display: flex;
	}

	.vizContainer {
		width: 0%;
		margin-top: 0;
		padding: 0 20px;
	}

	.formContainer {
		width: 50%;
		margin: auto;
		margin-top: 0 !important;
		padding-right: 30px;
	}

	#chart {
		height: 450px;
	}

} */


/* .tab-pane {
	position:absolute;
	opacity: 0;
	display: block !important;
}

.show {
	position: static;
	opacity: 1;
	transition: opacity 1s linear;
} */


.fade {
	animation: fade 1s !important;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.questionMarker {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    font-weight: 300;
}

.inputTitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0 0 0.5em;
	font-size: 16px;
}

.labelRight p {
	order: 2
}

.picture {
	order: 1;
	max-width: 80px;
}

.vacTitleContainer {
	display: flex;
	align-items: baseline;
    margin-bottom: 2rem;
}

.fa-redo {
	font-size: 12px;
}

#reset {
	/* margin-left: 12px; */
	color: #007bff;
}

.note {
	font-size: 12px;
    line-height: 1;
    color: grey;
    margin-top: 1rem;
}

#question1 {
	min-height: 200px;
}