@import url('https://fonts.googleapis.com/css?family=Cabin');
body {
	margin: 0;
	font-family: 'Cabin', arial, sans-serif;
	color: #424242;
}
h1 {
	font-size: 24px;
	text-align: center;
}
p, ul {
	text-decoration: none;
	line-height: 1.7em;
	letter-spacing: 0px;
}
h3 {
	color: black;
	line-height: 150%;
	margin-bottom: 25px;
}
#hover-instructions {
	display: none;
}
div#choose-types {
/*	column-count: 4;
	column-width: 250px; */
	text-align: center;
	margin: 25px 0;
	max-width: 200px;
}
p.all-descriptions {
	text-align: right;
	text-transform: uppercase;
	font-size: 8pt;
	margin:0 50px 0 0;
}
a.all:hover {
	color: gray;
}
div.type-choice {
	margin: 5px 0;
	padding: 5px 0;
	display: inline-block;
/*	border: 1px solid black;	*/
	vertical-align: middle;
	text-align: left;
	min-width: 280px; 
}
.selected {
	background-color: rgba(240, 240, 240, 1);
}
input[type=checkbox] {
/*	height: 25px;
	width: 25px; */
	margin-right: 5px;
}
div.checkbox {
	display: inline-block;
	font-size: 14px;
/*	font-weight: 700; */
	max-width: 250px;
	min-width: 175px;
}
a.type-name {
	color: black;
	text-decoration: none;
}
a.type-name:hover {
	color: gray;
}
.hover-help {
	color: gray;

}
a.toggle-description {
	display: inline-block;
	padding-left: 5px;
	line-height: 100%;
	color: #424242;
	font-size: 8px;
	vertical-align: top;
	text-transform: uppercase;
}
p.type-description {
	display: none;
	max-width: 250px;
}
span.colon {
	font-size: 20px;
}
div#lightbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: black;
	opacity: 0;
	display: none;
}
div#results {
	position:absolute;
	top: 200px;
	right:30%;
	border: 1px solid black;
	background-color: white;
	max-width: 300px;	
	padding: 0 25px 25px 25px;
	display: none;
	opacity: 1;
	box-shadow: 0 0 15px 2px black;
}
div#why {
	position:absolute;
	top: 25px;
	left:5%;
	right: 5%;
	border: 1px solid black;
	background-color: white;
	max-width: 700px;	
	padding: 0 25px 25px 25px;
	display: none;
	opacity: 1;
	box-shadow: 0 0 15px 2px black;
	z-index: 100;
}
.x {
	display: inline-block;
	border: 1px solid black;
	line-height: 100%;
	padding: 3px 7px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.x:hover {
	color: white;
	background-color: black;
}
a.grey {
	color: gray;
	pointer-events: none;
}
div.disabled:hover {
	background-color: white;
}
#submit {
	display: none;
	font-size: 20px;
	width: 300px;
	text-align: center;
}
.three-selected {
	display: inline-block;
	position: absolute;
	top: 350px;
	left: calc(50% - 150px);
	border: 1px solid black;
	background-color: white;
	vertical-align: middle;
	padding: 25px;
	box-shadow: 5px 5px 10px 2px black;
}
.button {
	vertical-align: middle;
	height: 30px;
	background-color: white;
	color: black;
	border: 1px solid black;
	margin-bottom: 10px;
	font-size: 15px;
}
.button:hover {
	background-color: black;
	color: white;
}
span.bold {
	color: black;
	font-weight: bold;
}
hr {
	width: 60%;
}
p.visitor {
	margin: 0 0 0 25px;
	padding: 0;
	color: gray;
	font-weight: normal;
	font-size: 9pt;
}
p.visitor-info {
	font-size: 8pt;
	margin: 0 0 0 25px;
	padding: 0;
}
p#error-text {
	color: red;
}
#visitor-types-form {
	padding: 0 25px;
}
textarea {
	margin: 25px 0;
	width: 50%;
	min-height: 200px;
}
#add-type {
	margin-top: 20px;
}
#commentary {
	font-weight: 700;
	margin: 25px 0;
}
div.g-recaptcha {
    transform: scale(0.7);
    margin-left: -63px;
}
div.sharing {
	margin-bottom: 10px;
}
@media (min-width: 500px) {
	body {
		margin: 0 25px;
	}
	div#choose-types {
		max-width: none;
	}
	div.checkbox {
		min-width: 200px;
		font-size: 16px;
	}
	a.toggle-description {
		display: none;
	}
	#hover-instructions {
		display: inline;
	}
	.type-hover {
		margin-top: -5px;
		padding: 10px;
		position: absolute;
		background-color: white;
		border: 1px solid black;
	}
	.main-description { margin-left: 100px; }
	.visitor-description { margin-left: 75px; }
	div.g-recaptcha {
	    transform: scale(1.0);
	    margin-left: 0;
	}
	div.sharing {
		display: inline-block;
		margin-left: 4%;
		margin-right: 4%;
		vertical-align: middle;
	}
	.button {
		margin: 15px;
	}
}