/* HawkinsRails.net - Index CSS

Generation 4 - Jan 2020

All CSS by RWH except Bootstrap code */

#top_row {
	margin-bottom: 15px;
}

.social {
	width: 308px;
	float: left;
}

.social img {
	height: 40px;
	width: 40px;
	margin-right: 4px;
	border-radius: 4px;
}

.bar {
	background-color: #ffcb95;
	border-radius:4px;
	height: 40px;
}

#top_row img {
	float: left;
}

.bar_text {
	font: small-caps 150% "Lucida Grande", Lucida, Verdana, sans-serif;
}

button.bar_text {
	background: none; 
	border: none; 
	color: #382dcf;
	margin: 0;
	padding: 0;
}

button.bar_text:hover {
	color: var(--horange);
	text-decoration: underline;
}

.no_gap {
	word-spacing: 0;
}

.main {
	border: 10px solid #fff;
	border-bottom: 15px solid #fff;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.md_side {
	background-color: white;
	max-width: 200px;
	padding: 10px;
}

.md_side img {
	width: 100%;
	height: auto;
	padding-bottom: 7px;
}

.paper {
	background-image: url(../images/paper_ruled.gif);
	float: left;
	padding: 2%;
	margin-bottom: 15px;
}

.summary {
	text-align: left;
	letter-spacing: 1px;
	font: 125% Georgia, "Times New Roman", Times, serif;
	padding: 7.5px;
}

.summary img {
	width: 25%;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	max-width: 125px;
}

.xs_menu {
	background-color: white;
	padding: 5px;
	width: 100%;
	margin-bottom: 15px;
}

.xs_button {
	margin: 5px;
	width: 96%;
}

.sm_menu {
	background-color: white;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
}

.sm_button {
	margin: 5px;
	width: 224px;
	float: left;
	padding-top:5px; 
	padding-bottom:0px
}

.md_menu {
	border: 10px solid #feffff;
	background-color: #feffff;
	border-bottom: 12px solid #feffff;
	margin-bottom: 15px;
	float: left;
}

.md_button {
	width: 178px;
	float: left;
	margin-right: 6px;
}

.begin {
	float: left;
	text-align: left;
	letter-spacing: 1px;
	font: 125% Georgia, "Times New Roman", Times, serif;
	padding: 7.5px;
	background-color: var(--borange);
}

.begin .arrow {
	float: none;
	width: 15px;
}

#xs_begin, #sm_begin, #md_begin {
	background-color: var(--borange);
	border-color: var(--borange);
}

.begin a {
font-weight: bold;
font-variant: small-caps;
}

#button_aboard {
	border: 5px solid gray;
}

#middle_bars {
	text-align: center;
	word-spacing: 15px;
	margin-bottom: 15px;
	height: auto;
	padding: 10px 15px;
}

#heralds {
	margin-top: 10px;
	margin-bottom: 10px;
}

#heralds img {
	width: 17%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#leaflet-map-wrapper {
	height: 600px;
	margin-bottom: 15px;
	border: 10px solid white;
	z-index: 0;
}

.noses {
	background-color: #fff;
	padding: 5px;
	border-bottom: 5px solid #feffff;
}

.noses img {
	border-style: none;
	padding: 2px 3px 2px 2px;
}

.scrapbooks {
	margin-top: 15px;
}

.scrapbooks img {
	border-style: none;
	width: 31%;
	margin-right: 5px;
	margin-bottom: 5px;
}

.legal {
	float: left;
	text-align: justify;
	color: #797979;
	padding: 2%;
}

.legal #info img {
	float: left;
	width: 40px;
	margin-right: 7px;
}

.legal p img {
	vertical-align: middle;
	margin-top: -1px;
}

#tile {
	width: 865px;
	float: left;
	background-color: white;
	margin-top: 10px;
	padding: 5px;
}

#tile img {
	float: left;
	width: 134px;
	margin: 5px;
}

#bottom_row {
	margin-bottom: 15px;
}

#bottom_row img {
	float: right;
}

/*SCREEN ADJUSTMENTS*/ 

@media screen and (min-width: 415px) {
	
	.xs_buttons img {
	width: 46%;
	margin: 6px;
}
}

@media screen and (max-width: 767px) {
	
	.xs_social {
	display: flex;
	justify-content: center;
	padding: 2%;
}
	
	.xs_social img {
		padding: 3px;
}
	
}

@media screen and (min-width:768px) {
	
	#top_bar {
	width: 412px;
	float: left;
}
	
	.main {
	border: 15px solid white;
	border-bottom: 20px solid white;
}
	
	.summary {
	font-size: 150%;
	text-align: justify;
	padding: 10px;
}

	.summary img {
	width: 100px;
}
	
	.begin {
	width: 468px;
	text-align: justify;
	padding-bottom: 0;
}

	#button_aboard {
		padding: 0;
	}

	#middle_bar {
		
}

	#heralds img {
	width: 96px;
	margin-bottom: 10px;
}

	#heralds img.shrink {
	padding: .5%;
	}
	
	#leaflet-map-wrapper {
	height: 518px;
	border: 10px solid white;
}
	
	.scrapbooks img {
	border-style: none;
	margin-right: 5px;
	width: 172px;
	margin-bottom: 5px;
}
	
	#bottom_bar {
	width: 408px;
	float: left;
	margin-right: 4px;
}
}

@media screen and (max-width: 991px) {
	
	.begin {
}

	.noses img {
	width: 75px;
	height: 100px;
}
}

@media screen and (min-width: 992px) {
	
	#top_bar {
	width: 632px;
	float: left;
}
	.main {
	width: 104%;
}
	
	.md_buttons {
	padding-left: 4px;
}
	
	.md_buttons img {
	width: 175px;
	margin-right: 5px;
}
	
	.summary {
	padding: 15px;
}
	
	.begin {
	width: 736px;
	text-align: justify;
	padding: 0 15px 0 5px;
	margin-bottom: -1px;
}
	
	.question {
	float: left; 
	width: 50px;
	margin-right: 10px;
}

	#heralds img {
	width: 94px;
	margin-bottom: 10px;
}
	
	#leaflet-map-wrapper {
	height: 522px;
	border: 10px solid white;
}

	.bar_text {
	font-size: 175%;
}

	#middle_bars {
	word-spacing: 20px;
}
	
	.noses img {
	width: 73px;
	height: 98px;
}
	
	.noses {
	padding-left: 10px;
}
	
	.scrapbooks img {
	border-style: none;
	margin-right: 5px;
	width: 148px;
}
	
	#bottom_bar {
	width: 628px;
}
}

@media screen and (max-width: 1199px) {
	
	.md_side {
	max-width: 195px;
}
	
	.md_side img {
	padding-bottom: 10px;
}
}

@media screen and (min-width: 1200px) {
	
	#top_bar {
	width: 832px;
	float: left;
}

	.main {
	width: 107%;
}
	
	.md_menu {
	padding-left: 2px;
	width: 100%;
}
	
	.md_button {
	width: 180px;
	margin-right: 6px;
}
	
	.begin {
	width: 930px;
	text-align: justify;
	padding: 0 15px 0 5px;
}
	
	.begin img {
	width: 60px;
}	
	
	#heralds img {
	width: 103px;
}
	#leaflet-map-wrapper {
	height: 658px;
	border: 10px solid white;
}

	.bar_text {
	font-size: 190%;
}

	#middle_bars {
	word-spacing: 25px;
}
	
	.noses img {
	width: 76px;
	height: 103px;
}
	
	.noses {
	padding-left: 12px;
}
	
	.scrapbooks {
	padding-left: 2.5px;
}
	
	.scrapbooks img {
	border-style: none;
	width: 181px;
	margin-right: 5px;
}
	
	#bottom_bar {
	width: 826px;
}
}

