body, html {
	height: 100%;
	color: #555;
	line-height: 1.8;
}

div.w3-display-middle {
	white-space: nowrap;
}

#home {
	max-width: 1500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/images/crossroads1920.jpg');
	min-height: 100%;
}

//#crossroads {
//	min-height: 100%;
//}

#allison-img {
	width: 100%;
	height: 100%;
}

#ribbon {
	width: 25%;
	float: left;
}

.slides { display: none; height: 100%; }

#slide-container {
	min-height: 400px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
	#home {
		background-attachment: scroll;
	}
}

.abtitle {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

/* Set the width of the icon area of the modal dialog box */
.modal-icon { width: 50px; }
#message { resize: none; }
